Skip to content

0.3.0

Compare
Choose a tag to compare
@MarcMcIntosh MarcMcIntosh released this 08 Mar 13:45
· 1 commit to v0.3.0 since this release

Improvements 👋

SDK updates for nuxt and next:

  • When using nextjs, we added support for @prismicio/react sdk last version.
  • When using nuxt, we added support for @nuxtjs/prismic sdk last version.

Backwards compatibility for previous nuxt and nextjs SDKs

  • Older versions of the next sdks are supported by adding framework: "previousNext" to sm.json (automated).
  • Older versioni of nuxt sdks are supported by adding framework: "previousNuxt" to sm.json (automated).

Default slice renamed

  • default-slice has been renamed to default.

Field labels auto-generated.

  • Field labels are now auto-fllled

New feedback toasters

  • We have redesigned the feedback toasters to help you understand better all errors/successes/warnings

Bug Fixes 🚧

  • We fixed a bug causing Slices mocks regeneration on Custom Types "Push to Prismic".
  • We fixed a bug in the /init script causing wrong api endpoint into sm.json.
  • Storybook paths are now accessible with getStoriesPaths function (deprecated soon).
  • We fixed a bug caused by vue-slicezone introduced in the v0.2.1.