Skip to content

v0.101.0

Choose a tag to compare

@kyoshino kyoshino released this 27 Aug 04:14
· 1709 commits to main since this release
4fc1d7e
  • The personal access token (PAT) sign-in option is more discoverable and easier to use.
  • ⚠️ DEPRECATIONS: The following options are now deprecated and will be removed in Sveltia CMS v1.0:
    • The automatic_deployments backend option
      • Use the new skip_ci option instead, which is more intuitive.
      • automatic_deployments: false is equivalent to skip_ci: true
      • automatic_deployments: true is equivalent to skip_ci: false
    • The save_all_locales i18n option
      • Use the initial_locales option instead, which provides more flexibility.
      • save_all_locales: false is equivalent to initial_locales: all
    • The read_only UUID widget option
      • Use the readonly common field option instead, which defaults to true for the UUID widget.

Full Changelog: v0.100.2...v0.101.0

Follow us on Bluesky!