Skip to content

Releases: drunomics/nuxtjs-drupal-ce

1.0.0-beta7

22 Sep 10:35

Choose a tag to compare

Improvements:

  • LDP-1005 - Allow repsonses without title #44

1.0.0-beta6

25 Jun 21:56

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.

1.0.0-beta5

24 Jun 15:03

Choose a tag to compare

Improvements

  • Support explicit redirects as added by lupus_ce_renderer beta6. (#36)
  • Improve proxy mode to use a relative baseUrl in the browser and clean-up environment variable ha
    ndling. (#35)
  • Document that running in proxy "always" module requires a regular module entry.

Maintenance

  • Bump ws from 6.2.1 to 6.2.2 (#32)
  • Bump postcss from 7.0.35 to 7.0.36 (#33)

1.0.0-beta4

28 Apr 08:08

Choose a tag to compare

move menu loading to vuex store and use nuxtServerInit to fill it on ssg/ssr

1.0.0-beta3

19 Apr 07:19

Choose a tag to compare

bug: #23 npm package does not contain shaffold files

1.0.0-beta2

13 Apr 12:08

Choose a tag to compare

Same as beta1. (This was necessary due to some quirks at npm)

1.0.0-beta1

13 Apr 12:04

Choose a tag to compare

Add default layout skeleton.
Do not fetch menu by default and make tests work again.
Add documentation for menu handling.
Document using buildModules

1.0.0-alpha7

09 Apr 08:47

Choose a tag to compare

  • Add messages and message component.
  • Fix linting issues.
  • Update package lock.
  • Add fetchMenu handling support to the module.
  • Add main-navigation test coverage.

1.0.0-alpha6

09 Apr 08:41

Choose a tag to compare

  • Fixes SSG by moving currentPage data to a vuex store. BC break!

v1.0.0-alpha5

18 Mar 21:19

Choose a tag to compare

Bump to alpha5.