Skip to content

Releases: bsgriggs/mendix-dropdown-date-picker

v5.0.0

27 Jun 15:15

Choose a tag to compare

upgraded to 10.21.1

v4.2.0

09 Jun 19:57

Choose a tag to compare

  • [a11y] added widget-wide aria-label. Reads as "{On-Screen Label} {Aria-Label} {Dropdown Label}" per dropdown.
  • removed unused properties based on date format (e.g., Hour label when only doing Days)

v4.1.2

04 Jun 14:01

Choose a tag to compare

  • (a11y) moved the clear button's aria-label to be on the button instead of the icon

v4.1.1

03 Jun 17:15

Choose a tag to compare

  • Added role="alert" to validation messages

v4.1.0

20 Mar 13:50
94a5a44

Choose a tag to compare

  • added an option to hide the clear button when the date is empty

v4.0.2

28 Feb 22:41

Choose a tag to compare

  • bug fix: existing dates were not getting set on page load

v4.0.0

13 Jan 23:10

Choose a tag to compare

  • added support for Time
  • added support for date formats and custom date formats
  • added the following pre-configured formats: Date, Month (MMMM yyyy), Year (yyyy), Time, Date and Time. The formats Date, Time, and Date and Time are automatically set to the current user's language's format.
  • added another On Change action for if ANY dropdown changes
  • added On Leave and On Enter actions
  • added a read-only option for only displaying the text of the date

BREAKING CHANGES
The widget properties have been rewritten to support date formats and times. Now instead of specifying which dropdowns appear and in which order they appear, the widget will automatically do this based on the Date Format.

v3.0.0

18 Aug 14:49

Choose a tag to compare

  • upgraded minimum version to Mendix 9.24.0
  • added a preview for structure mode
  • added a preview for design mode - note: preview will always be in M/d/yy order as the function used for dynamic order is not available

v2.1.2

30 May 13:24

Choose a tag to compare

bugfix: read-only view would add one month

v2.1.1

22 May 15:38

Choose a tag to compare

  • bug fix: widget would not change the date value if the value was changed by another widget