Skip to content

Releases: predixdesignsystem/px-datetime-range-field

Q4 2017 Refactor

21 Dec 16:52
Compare
Choose a tag to compare
  • Polymer 1.x/2.x hybrid support
  • Added required property and bound down to fields
  • Component can now have empty state if fromMoment and toMoment are not specified
  • range property no longer exists, use fromMoment and toMoment as the source of truth - this fixes the flickering / multiple events fired when any of the three were updated before
  • Updated min and max to minDate and maxDate to align with field
  • Added _tempFromMomentObj and _tempToMomentObj to store working copies of moment objects for validation before they get submitted/applied to the regular fromMoment / toMoment
  • Updated tests

Design Refresh

25 Jul 16:33
Compare
Choose a tag to compare
  • refreshed component
  • Updated documentation
  • combined -predix and -sketch sass files
  • added the option to have the fields wrap or not
  • added a hideIcon property

Added blockPastDates

29 Jun 23:40
Compare
Choose a tag to compare
v0.3.0

added blockPastDates

Upgrade to Polymer 1.5.0

16 Jun 16:56
Compare
Choose a tag to compare
v0.2.0

Upgrade to Polymer 1.5.0

Initial Release

27 Apr 16:59
Compare
Choose a tag to compare
v0.0.1

Initial release