Skip to content

v0.124.0

Choose a tag to compare

@kyoshino kyoshino released this 14 Dec 18:32
· 1109 commits to main since this release
9aae540
  • Added the richtext field type as an alias of markdown. 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 widget property 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() to CMS.registerFieldType() for better clarity, while keeping the old name for backward compatibility.
    • The data-widget HTML attribute on the fields has been renamed data-field-type. Although it has never been documented, if you have used it in your custom styles or scripts, please update them accordingly.
  • 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.