v0.124.0
- Added the
richtextfield type as an alias ofmarkdown. This corresponds to decaporg/decap-cms#7162.- We plan to add HTML output support in the future.
- We are moving away from the term “widget” to “field type” to better align with common content management terminology. We have refactored our codebase to reflect the change. This effectively solves decaporg/decap-cms#3719.
- The
widgetproperty in the CMS configuration is still used to specify the field type for backward compatibility. - The (unimplemented) API method has been renamed from
CMS.registerWidget()toCMS.registerFieldType()for better clarity, while keeping the old name for backward compatibility. - The
data-widgetHTML attribute on the fields has been renameddata-field-type. Although it has never been documented, if you have used it in your custom styles or scripts, please update them accordingly.
- The
- Bug fixes and improvements.
Full Changelog: v0.123.0...v0.124.0
Note: Our development pace is slower than usual as we are working on the documentation.