v0.28.0
- Implemented entry draft backup. A local backup is automatically created without interruption by a confirmation dialog, which annoys users and can cause a page navigation problem if dismissed. The backup can then be reliably restored without unexpected overwriting. This effectively solves decaporg/decap-cms#2822, decaporg/decap-cms#5055, decaporg/decap-cms#5470 and decaporg/decap-cms#6989.
- Keys in generated JSON/TOML/YAML content are now always sorted by the order of configured fields, making Git commits clean and consistent. This solves #144, and effectively solves decaporg/decap-cms#6759 and decaporg/decap-cms#6901.
- You can now add dividers to the collection list. This solves #140 (comment).
- Bug fixes and improvements.
Full Changelog: v0.27.3...v0.28.0