Releases: drunomics/nuxtjs-drupal-ce
Releases · drunomics/nuxtjs-drupal-ce
2.5.0-rc.5
What's Changed
Full Changelog: 2.5.0-rc.4...2.5.0-rc.5
2.5.0-rc.4
What's Changed
- feat: export resolveCustomElement to allow others to use it by @fago in #405
- fix: fix fetchPage() and getPage() to return a shared ref. add key to page. by @fago in #407
- refactor: simplify fetchPage logic and error handling by @fago in #408
- feat: add types for drupal-ce page and redirect response by @fago in #409
- refactor: improve fetchPage and getPage to use a single shared state with working refs by @fago in #410
Maintenance
- chore(deps-dev): bump tar from 7.5.1 to 7.5.2 by @dependabot[bot] in #403
- chore(deps): update all non-major dependencies by @renovate[bot] in #404
- chore(deps): update all non-major dependencies to ^4.2.1 by @renovate[bot] in #406
Full Changelog: v2.5.0-rc.1...2.5.0-rc.4
v2.5.0-rc.1
New features
Support for new explicit JSON format, see #402
Legacy format is auto-detected for backwards compatibility. To force using the old, legacy format via
export default defineNuxtConfig({
drupalCe: {
customElementJsonFormat: 'legacy',
}
})
What's Changed
- feat: make use of explicit JSON API by @fago in #402
- fix: Prevent private config access on client side warning. by @TurtlBbx in #390
- fix: useCeApi does not apply module options correctly by @dependabot[bot] in #400
Maintenance
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #389
- chore(deps-dev): Update to Nuxt 4.1.3. by @TurtlBbx in #396
- chore(deps): bump playwright and @playwright/test by @dependabot[bot] in #397
- chore(deps): update devdependency @nuxtjs/i18n to v10 by @renovate[bot] in #377
- chore(deps): update all non-major dependencies by @renovate[bot] in #378
- chore(deps): update all non-major dependencies by @renovate[bot] in #401
Full Changelog: v2.4.2...v2.5.0-rc.1
v2.4.2
What's Changed
- chore(deps-dev): bump vue-i18n from 10.0.7 to 10.0.8 by @dependabot[bot] in #376
- chore(deps-dev): bump @intlify/core from 10.0.7 to 10.0.8 by @dependabot[bot] in #375
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #380
- fix: prevent fatal error inside error logging if event is not defined. by @rmuit in #381
New Contributors
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- chore(deps): update all non-major dependencies by @renovate[bot] in #373
- fix: fix applying the default component for components with numbers by @arthurlorenz in #371
Full Changelog: v2.4.0...v2.4.1
v2.4.0
v2.3.1
Bug fixes
- fix: MOP-213: URL params missing from fetchPage key by @vloss3 in #356
- fix: MCD-544: Fix page issues in SSG when using trailing slash by @vloss3 in #346
Maintenance
- chore: MCD-453: Update Nuxt to 3.17.4 by @vloss3 in #344
- chore(deps): update all non-major dependencies by @renovate in #340
- chore(deps): update devdependency @nuxt/test-utils to ^3.19.1 by @renovate in #345
- chore(deps): update all non-major dependencies by @renovate in #348
- chore(deps): update devdependency vitest to ^3.2.0 by @renovate in #349
- chore(deps): update all non-major dependencies by @renovate in #351
- chore(deps): update devdependency vitest to ^3.2.2 by @renovate in #352
- chore(deps): update devdependency vitest to ^3.2.3 by @renovate in #353
- chore(deps): update all non-major dependencies to ^1.53.0 by @renovate in #354
Full Changelog: v2.3.0...v2.3.1
2.3.0
Misc improvements
- improve: avoid wrapping divs in renderCustomElements() and drupal-markup component by @fago in #331
- improve: Narrow form handler middleware to form specific Content-Type headers by @vloss3 in #342
Bug fixes
- fix: node component does not render layouts by @fago in #343
- fix: LDCL-364: Fix failing form test by @vloss3 in #329
Maintenance
- chore!: Remove CommonJS support, bump esbuild, @nuxt/module-builder, vitest and vite by @dependabot in #339
- chore(deps-dev): bump vite from 6.3.2 to 6.3.4 by @dependabot in #341
- chore(deps): update all non-major dependencies by @renovate in #327
- chore(deps): update all non-major dependencies to ^3.16.2 by @renovate in #330
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- chore(deps): update all non-major dependencies by @renovate in #317
- test: LDP-2576: Add tests for frontend-only login forms. by @TurtlBbx in #320
- fix: Fix failing tests. by @TurtlBbx in #321
- test: Fix test port conflict. by @TurtlBbx in #322
- improve: LDP-2708: Update playground with changes from demo by @vloss3 in #316
Full Changelog: v2.2.5...v2.2.6