Manager UI
Improved Settings section. We've visually overhauled the Settings section which now uses API endpoints behind the scenes. This design overhaul uses the Zesty.io design system which streamlines design elements and usability across the platform.
Expect a different interface: the buttons are now toggles, a new color picker with more flexibility and choices, and a new interface for selecting fonts. Two new subsections have been added: Fonts and Account Settings. Learn how to access your Settings: https://zesty.org/services/web-engine/interface/settings. Learn more about the Instance Settings subsection: https://zesty.org/services/web-engine/interface/settings/instance-settingsName Update to a Settings category. The LESS Variables category is now called Styles. This name update reflects the function of these variables as LESS and Sass/SCSS variables./,
Web Engine
New Instance Setting: show_domain_in_title under the General category that appends domain to the meta title.
Overwrite automated head tags gives developers the option to overwrite the automated meta, title, and og:tags <head> tags with a Parsley snippet file. Read the documentation: https://zesty.org/services/web-engine/meta-tags/custom-head-overwrite
Instances API
Stylesheet variable endpoints allow users to use instances-API to update stylesheet variable endpoints. Read the REST API documentation: https://instances-api.zesty.org/?version=latest#036c41d0-1c20-42fa-a935-3c3e49444cd4
Bug fix: Stylesheet transpiling was corrected so that empty files are validated and no longer throw errors.
Bug fix: View publishing version sequence corrected for view publish endpoint.
Auth API
New developer Tokens. The Developer Token is used in place of a Session Token when making API requests. Learn more about this feature by reading our documentation: https://zesty.org/apis/auth-api#developer-tokens. Read the Auth API documentation https://accounts-api.zesty.org/?version=latest#2d602695-3f14-44c2-b97a-212c402250f6.