v0.142.0
- DateTime field improvements:
- The new
typeoption allows selecting betweendatetime-local(default),date, andtimeinputs more intuitively, replacing the confusingdate_format: false/time_format: falseworkarounds from Netlify/Decap CMS. - The new
minandmaxoptions allow restricting the selectable date/time range, mapping directly to the HTMLminandmaxattributes. - The new
stepoption controls the increment of the date/time input, mapping directly to the HTMLstepattribute. Fordatetime-localandtime, the value is in seconds (e.g.900for 15-minute steps); fordate, the value is in days (e.g.7for weekly steps).
- The new
- Bug fixes and improvements.
Full Changelog: v0.141.1...v0.142.0