- Updated minimum version of px-datetime-common to 3.2.2 to fix #10
- Added ability to hoist timezone dropdown
- Updated focus to fix test bug
- Added a
focus
function.
- Added notify to timeIsValid
- removed px-dropdown resolutions from bower
- Allow for gray line under field to expand to fill full width
- fixing demo pages for IE11
- Updated to newest px-datetime-common behavior versions
- added the private property
preventCellFocus
to fix a bug inpx-datetime-picker
- added validation on blur
- prevent
_validateMomentObj
from running withmomentObj
is instantiated - added
sudo:required
to travis
- separate internal and external validation with
_validateSetMomentObj()
- fixed bug with field blank and applyChanges running too soon
- added observe on
momentObj
and updated api docs
- updated api docs
- fix link in docs
- Removed
dateTime
property should usemomentObj
- updated
min
andmax
tominDate
andmaxDate
- updated
showValidationMessage
tohideValidationMessage
- updated
preventNotificationOnChange
topreventApply
- updated validation
- added
required
- added
fieldIsValid
- fix wct.conf.json
- Polymer 1.x/2.x hybrid element support
- add device flags
- updated css variable documentation
- add min and max date support
- added
--px-datetime-field-background-color
css variable
- Fix comment for analyzer
- runtime theming for demo
- Update demo to remove unused import
- Updated documentation
- combined -predix and -sketch sass files
- Moved validation message to dt-field from dt-common
- added the option to have the buttons wrap or not
- added properties to get the refresh style to behave appropriately
- added localization through resources, language, formats and Px.moment.changeLocale()
- removed the complexities of
timeZone
typeahead prop
- converted
timeZone
prop in demo to typeahead
- add Cloud Flare cache reset
- update Event Fired label
- add link to Moment documentation
- added styling section to API documentation
- fixed typo in component description
- moved theming style includes and updated ghp.sh
- updated api for new colors
- fix component link in demo
- Update to px-demo
- removed demosass
- Updated to cool grays
- Update colors design to pick up new colors
- changing ghp.sh to account for Alpha releases
- Add theme variable for background colour of component
- Update missed design dependencies
- Updated dependencies
- changing browser in wct testing from safari 8 to safari 10 on elcapitan
- updating slider dependency
- changing all devDeps to ^
- Update px-theme to 2.0.1 and update test fixtures
- update dependencies for dropdown
- removing px-theme style call
- changing Gruntfile.js to gulpfile.js
- added style variable for theming
- bower updating px-demo-snippet
- fixed test
- fixed codepen
- Update dependencies
- latest gulpfile & latest demo snippet dependency
- Grunt to gulp migration and style modules
- Fixed demo event counter (issue #3)
- changed moment.tz to Px.moment.tz in tests
- added overflow to demoContainer and removed flex__wrap from mega-demo
- updated mega demo styles and bower px-demo-snippet to ^
- Component screenshot, font reference and github links for demo update
- Added github link
- Added vulcanize
- Updated component description in demo
- Removed # in polymer dependencies
- Fixed footer
- added apiContainer class to demo
- Updated to mega demo
- Added blockPastDates
- added auto github pages build
- Added preventNotificationOnChange
- Upgrade to Polymer 1.5.0
- Improve demo
- Lot of changes toward first release
- bump datetime common version + support allowFutureDates
- Upgrade to Polymer 1.4.0
- Initial release