Skip to content

0.4.0

Choose a tag to compare

@hunvreus hunvreus released this 28 Mar 05:56
· 415 commits to main since this release

CleanShot 2024-03-28 at 13 42 20@2x

0.4.0 is here with a completely refactored system for fields. The new approach is a lot more scalable and allows you to define your own custom fields if you decide to do so. I hope to add a few new fields in 0.4.x, including key-value, files and references. More on that soon.

More info is available on the website: https://pagescms.org/docs/custom-fields/#sort-function

Do let me know if you ned up writing your own fields or even create a PR if you think this should be part of the built-in fields.

Changes

  • Refactored all the built-in fields.
  • Updated Editor, Field and Collection components to handle the new fields system.
  • Documented custom fields.