Releases: Binaryfrost/SnowCMS
Releases · Binaryfrost/SnowCMS
v0.0.8
This release contains breaking changes.
- Some API routes are now paginated. See the API Routes page on the docs for more information.
- The HTTP hook can now be toggled per Collection. This is useful for hybrid websites that use SSG for some parts and SSR for others.
- Fixed a bug with the Array Input.
- The
CollectionEntryWithRenderedData
type is now generic. - The Collection Title is no longer rendered; instead the serialized Input value is returned as-is
v0.0.7
Hooks can now be async
v0.0.6
Added padding and border radius to Rich Text Input alerts
v0.0.5
- Fixed API keys not working for users with the
ADMIN
role - Redirect to SSO provider's logout page upon logout if logged in using SSO
v0.0.4
Initial release