Skip to content

Releases: drunomics/nuxtjs-drupal-ce

v1.0.1

27 Jul 13:48
Compare
Choose a tag to compare

What's Changed

  • LDP-1573: Fix function call parameters for page and menu error handlers. by @maximilianmikus in #85

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Jun 11:55
c4f6c44
Compare
Choose a tag to compare

What's Changed

Features

  • feat: added ability to use custom error handling functions for getMenus and getPage actions by @davision in #78

Full Changelog: 1.0.0-rc1...v1.0.0

1.0.0-rc1

04 May 13:35
0fc8199
Compare
Choose a tag to compare

What's Changed

  • LDP-962 - Add a Vue filter for decoding special HTML characters by @davision in #73
  • Run tests with node 14 and node 16. by @fago in #76

Full Changelog: 1.0.0-beta12...1.0.0-rc1

1.0.0-beta12

02 May 09:22
Compare
Choose a tag to compare

What's Changed

Features

Bug-fixes

  • LDP-1247: Fix redirecting to absolute URLs. by @vloss3 in #67
  • LDP-1363: Fix default state to have correct metatags attribute, remove outdated metadata. by @vloss3 in #74

Maintenance

New Contributors

Full Changelog: 1.0.0-beta11...1.0.0-beta12

1.0.0-beta11

12 Jan 16:58
d928d3d
Compare
Choose a tag to compare

What's Changed

  • Update all non-major dependencies by @renovate in #40
  • Use mjs and avoid mixing CJS (require) with ESM. Do not overwrite config.resolve.alias.vue if pre-set. by @davision in #56
  • Add support for page_layout property of lupus_ce_renderer module. Fix page commit to correctly update the store. by @davision in #55

Full Changelog: 1.0.0-beta10...1.0.0-beta11

1.0.0-beta10

22 Nov 08:37
8d6ae63
Compare
Choose a tag to compare

What's Changed

  • LDP-1071 - Add support for page_layout by @davision in #52

Automated tests

Full Changelog: 1.0.0-beta9...1.0.0-beta10

1.0.0-beta9

02 Nov 23:35
d72d6fa
Compare
Choose a tag to compare

What's Changed

  • LDP-887: Added proper statusCode to error pages by @vloss3 in #49

New Contributors

Full Changelog: 1.0.0-beta8...1.0.0-beta9

1.0.0-beta8

29 Oct 08:25
b3d41b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-beta7...1.0.0-beta8

1.0.0-beta7

22 Sep 10:35
Compare
Choose a tag to compare

Improvements:

  • LDP-1005 - Allow repsonses without title #44

1.0.0-beta6

25 Jun 21:56
Compare
Choose a tag to compare

Bug fixes

This release fixes a regression introduced in beta5:

  • bug: Make sure baseURL changes apply on run-time. (#37)

Improvements:

  • Add support for setting module options via 'drupal-ce' key and document it like that.