Skip to content

Releases: drunomics/nuxtjs-drupal-ce

2.5.0-rc.5

10 Nov 11:33

Choose a tag to compare

2.5.0-rc.5 Pre-release
Pre-release

What's Changed

  • fix: fix page meta key to keep including query and allow CDNs to ignore them by @fago in #411

Full Changelog: 2.5.0-rc.4...2.5.0-rc.5

2.5.0-rc.4

07 Nov 16:01

Choose a tag to compare

2.5.0-rc.4 Pre-release
Pre-release

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

31 Oct 11:07

Choose a tag to compare

v2.5.0-rc.1 Pre-release
Pre-release

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

01 Sep 13:41
1850521

Choose a tag to compare

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

16 Jul 08:36
39e9c3b

Choose a tag to compare

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

04 Jul 09:01
c50e0f6

Choose a tag to compare

What's Changed

  • chore(deps): update all non-major dependencies
  • improve: MCD-474: improve handling slots by introducing type CustomElementContent by @vloss3 in #358
  • improve: MCD-583: Add keepalive caching to playground by @vloss3 in #369

Full Changelog: v2.3.1...v2.4.0

v2.3.1

13 Jun 12:18
d42623d

Choose a tag to compare

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

14 May 12:05
e910587

Choose a tag to compare

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

27 Mar 15:08
c3684e3

Choose a tag to compare

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

v2.2.5

21 Jan 04:29
66b071f

Choose a tag to compare

What's Changed

  • improve: add field--default component for field-* custom elements by @fago in #303
  • fix: node preview route is node/preview/* by @fago in #304
  • fix: correctly render array of custom elements in a slot by @fago in #305

Full Changelog: v2.2.4...v2.2.5