Skip to content

v0.142.0

Choose a tag to compare

@kyoshino kyoshino released this 24 Feb 23:25
· 866 commits to main since this release
524e204
  • DateTime field improvements:
    • The new type option allows selecting between datetime-local (default), date, and time inputs more intuitively, replacing the confusing date_format: false / time_format: false workarounds from Netlify/Decap CMS.
    • The new min and max options allow restricting the selectable date/time range, mapping directly to the HTML min and max attributes.
    • The new step option controls the increment of the date/time input, mapping directly to the HTML step attribute. For datetime-local and time, the value is in seconds (e.g. 900 for 15-minute steps); for date, the value is in days (e.g. 7 for weekly steps).
  • Bug fixes and improvements.

Full Changelog: v0.141.1...v0.142.0