Skip to content

Latest commit

 

History

History
554 lines (276 loc) · 25.2 KB

CHANGELOG.md

File metadata and controls

554 lines (276 loc) · 25.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.4.3 (2024-10-03)

Bug Fixes

3.4.2 (2024-10-03)

Bug Fixes

  • use stable client.repositoryName (f186e9d)

Chore

  • deps: maintain dependencies (ffd09b4)

3.4.1 (2024-09-16)

Bug Fixes

  • types for runtime/plugin.ts not being created correctly (#220) (28ddc1a)

Chore

  • deps: maintain dependencies (b1c1b9a)

3.4.0 (2024-08-31)

Features

  • allow factory function for customClient (#219) (bd7d02d)

Chore

  • deps: maintain dependencies (e244648)
  • deps: maintain dependencies (191e2d4)
  • deps: update @prismicio/client (4c95bfc)

3.3.2 (2024-07-02)

Bug Fixes

  • also export options as ModuleOptions, resolves #215 (169fc8f)

3.3.1 (2024-06-14)

Bug Fixes

  • incorrect key read on slicemachine.config.json (1594324)

3.3.0 (2024-06-13)

Features

  • ease Nuxt 4 update by removing app/ prefix from Prismic files (e0669de)
  • integrate with @nuxtjs/eslint, resolves #213 (3089cc4)

Chore

  • refresh project structure and fully migrate to pnpm (1833e8e)

Refactor

Documentation

3.2.1 (2024-04-09)

Bug Fixes

  • slice machine configuration not loading in production (cjs), fixes: #212 (a704db2)

Documentation

  • use new nuxi module add command in installation (#211) (67c4991)

Chore

  • deps: maintain lock file (817ad6a)

3.2.0 (2024-04-08)

Features

  • devtool integration for slicemachine (#210) (a04d52c)

3.1.1 (2024-03-26)

Bug Fixes

Documentation

Chore

  • deps: maintain dependencies (698bdde)
  • deps: maintain lockfile (2505462)
  • update minimal example (4ce471f)

3.1.0 (2023-10-24)

Features

Chore

  • deps: maintain dependencies (91c95c8)
  • deps: update minimal example (0e00bfc)

3.0.3 (2023-09-26)

Chore

  • deps: maintain dependencies (f293530)

3.0.2 (2023-09-18)

Bug Fixes

  • refresh Nuxt data during preview on page change properly (30bb9f8)

Chore

  • deps: maintain dependencies (e7a6a2b)

3.0.1 (2023-06-21)

Bug Fixes

  • cleanup stale preview cookie from toolbar when disabled (3f3c9f2)

Documentation

3.0.0 (2023-06-06)

Documentation

3.0.0-rc.9 (2023-06-05)

Bug Fixes

  • vite: exclude @prismicio/vue from pre-bundling (b95dca2)

Documentation

3.0.0-rc.8 (2023-06-02)

⚠ BREAKING CHANGES

  • update @prismicio/vue (#194)

Features

Chore

Documentation

3.0.0-rc.7 (2023-05-16)

Bug Fixes

  • plugins: await Nuxt ready state before previewing data (cf31e04)

3.0.0-rc.6 (2023-05-15)

Bug Fixes

  • don't use alias to inject config to preserve runtime reactivity, resolves #192 (6846c07)

3.0.0-rc.5 (2023-05-05)

Features

  • add full support of nuxt public runtime config (a73f575)

Refactor

  • playground: use public runtime config in playground app (304f656)

Chore

  • deps: maintain dependencies (9413ef1)
  • update to consola v3 (bb61327)

3.0.0-rc.4 (2023-03-30)

Bug Fixes

  • explicitely import utilities in module runtime (9e9af4b)

3.0.0-rc.3 (2023-03-28)

Features

  • allow configuring module at runtime using environment variables (3328125)
  • inject Vue plugin into Nuxt app (c12457e)

Documentation

  • add link resolver warning (cd6e497)

Refactor

  • inject toolbar script from plugin (cbab6c8)

Chore

  • deps: add missing package (dcab0b8)
  • deps: maintain dependencies (1d289e3)
  • deps: maintain dependencies (e54cae3)

3.0.0-rc.2 (2022-11-17)

Chore

3.0.0-rc.1 (2022-09-05)

Documentation

Chore

3.0.0-rc.0 (2022-07-18)

Features

  • allow disabling toolbar (0b4e6c0)

Refactor

Chore

  • deps: maintain dependencies (aa71ca9)
  • deps: maintain dependencies (7530502)

Documentation

3.0.0-alpha.10 (2022-07-01)

Bug Fixes

  • explicitely declare dependencies for runtime directory (aa38cf9)

3.0.0-alpha.9 (2022-07-01)

Bug Fixes

  • explicitely declare dependencies for runtime directory (94dbf70)

3.0.0-alpha.8 (2022-07-01)

Features

  • add full preview support (experimental) (79ecbd3)

3.0.0-alpha.7 (2022-07-01)

Bug Fixes

  • load Prismic toolbar through Nuxt 3 API (6393fb2)

3.0.0-alpha.6 (2022-06-28)

Bug Fixes

  • explicitely declare dependencies for runtime directory (204e628)

Refactor

  • provide composable for prismic previews (26bf287)

Documentation

Chore

  • deps: maintain dependencies (45a1d1f)
  • deps: maintain dependencies (f668af9)

3.0.0-alpha.5 (2022-04-21)

Bug Fixes

  • proxy user-provided files instead of duplicating them to support TypeScript (bd5d176)
  • temporary hardcode package name (#160) (326724e)

Chore

3.0.0-alpha.4 (2022-04-20)

Features

  • support providing runtime HTML Serializer (e6e6d13)

Chore

  • deps: maintain dependencies (3a8fc36)
  • deps: maintain dependencies (878005e)

1.4.2 (2022-04-08)

Bug Fixes

  • disable nuxtI18n preventively on preview page, fixes #90 (7ee7f29)

3.0.0-alpha.3 (2022-04-06)

Bug Fixes

  • force @prismicio/vue transpilation (ead4eb1)

Chore

  • deps: maintain dependencies (e4008ee)

Refactor

  • useMeta() is now useHead() (86c1a26)

3.0.0-alpha.2 (2022-03-24)

Features

  • support user-defined client & link resolvers (e8ce69b)

Bug Fixes

  • use <NuxtLink /> properly (eed8a80)

Chore

  • deps: maintain dependencies (1670ba9)

1.4.1 (2022-03-22)

Documentation

Chore

  • feature-proof Nuxt 2 module (dc1b582)

3.0.0-alpha.1 (2022-02-21)

Features

  • use nuxt component auto import (c1f23a1)

Documentation

  • buildModules is deprecated actually (e818e47)

3.0.0-alpha.0 (2022-02-16)

⚠ BREAKING CHANGES

  • prepare structure for Nuxt 3 support

Features

  • add basic preview support (13ca4fa)
  • load plugin and composables (b1be73d)

Refactor

Chore

  • deps: fix version (cb9cdf4)
  • deps: maintain dependencies (4d804b8)
  • prepare structure for Nuxt 3 support (4d59509)
  • set up basic utilities (12701fa)
  • update playground (68fa51a)

Documentation

1.4.0 (2021-12-06)

Features

  • hot reload previews for smoother workflow (5575e92)

Chore

Documentation

1.3.2 (2021-11-02)

Chore

  • deps: maintain dependencies (fc8e0fb)

1.3.1 (2021-05-20)

Bug Fixes

  • handle nuxt.router.base options when resolving previews (#140) (63d3fee)

1.3.0 (2021-05-10)

Chore

1.3.0-alpha.1 (2021-05-04)

Features

1.3.0-alpha.0 (2021-05-04)

Features

⚠️ That's a breaking change, to some extent. We're following Nuxt's choice of not making those majors: https://github.com/nuxt/nuxt.js/releases/tag/v2.15.0

Bug Fixes

  • prevent fatal error if endpoint is not provided (b79e26b)

1.2.6 (2021-03-11)

1.2.5 (2021-03-09)

Bug Fixes

  • preview not persisting after navigation (#129) (6f60b21)

1.2.4 (2020-09-10)

Bug Fixes

1.2.3 (2020-07-17)

Bug Fixes

  • handle nuxt globalname option (4d9e30b)
  • prevent fatal on api failure (2d3f043)