v0.37.0
- Breaking change: The DateTime widget’s default value has been changed from the current date/time to blank. To prefill a DateTime field with the current date/time, add
default: '{{now}}'
to the configuration. This change is to catch up with Decap CMS 3.3.0. Further compatibility work will follow. - Assets stored in an entry-relative media folder are now displayed in the Select Image/File dialog. This solves #190.
- Bug fixes and improvements.
Full Changelog: v0.36.5...v0.37.0