Releases: predixdesignsystem/px-rangepicker
Releases · predixdesignsystem/px-rangepicker
Q4 2017 Refactor
- Polymer 1.x/2.x hybrid support
rangeproperty no longer exists, usefromMomentandtoMomentas the source of truth - fixes the problem of flickering / multiple event calls when any of the three properties were changed in the past- Rangepicker will now have an empty state if
fromMomentandtoMomentare not specified or picked by the user (#32) - Now uses iron-dropdown for more intelligent positioning of the range panel dropdown (#18)
- Updated
minandmaxtominDateandmaxDateto align with field - Added
fromMomentandtoMomentarguments to validate function call - Updated tests
Design Refresh
- component redesign
- combined -predix and -sketch sass files
- update dependencies for design refresh
- make showButtons false by default
added blockPastDates
v1.1.0 added blockPastDates
Use local copy of moment.js
v1.0.2 upver
Update demo dependencies
v1.0.1 update demo imports
Major rework of the rangepicker
-px-rangepicker now uses the various px-datetime-* components
-supports custom date/time format
-timezone support
-keyboard navigation
-show date and time, just date, just time
-live interactive demo
Spacing issue in Firefox, Fixed!
Fixed spacing issue in Firefox which expanded the div beyond the expected size, and wrapped the presets div down.