Skip to content

Releases: Binaryfrost/SnowCMS

v0.0.8

21 Jan 20:22
Compare
Choose a tag to compare

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

02 Jan 20:08
Compare
Choose a tag to compare

Hooks can now be async

v0.0.6

02 Jan 16:29
Compare
Choose a tag to compare

Added padding and border radius to Rich Text Input alerts

v0.0.5

02 Jan 15:05
Compare
Choose a tag to compare
  • 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

01 Jan 21:19
Compare
Choose a tag to compare

Initial release