Skip to content

Releases: nuxtify-dev/pages

v0.4.5

14 Nov 02:37

Choose a tag to compare

  • ui: add spacing to footer brand

v0.4.4

14 Nov 02:08

Choose a tag to compare

  • refactor!: rename hover-link class to link-hover

v0.4.3

14 Nov 02:01

Choose a tag to compare

This version was not published to npm. Use v0.4.4 instead (includes changes in this version).

🚨 Breaking Changes

Changes

  • feat: add hover-link class
  • ui: more than 4 footer groups
  • dx: add eslint warn import order rule
  • chore(deps)!: update nuxtify core

v0.4.2

06 Jul 19:44

Choose a tag to compare

  • dx: add eslint module
  • refactor: use nuxt kit logger instead of console
  • chore(deps): update nuxtify core

v0.4.1

17 Jun 18:29

Choose a tag to compare

🚨 Breaking Changes

  • ui!: remove footer copyright

Changes

  • feat: useNuxtifySiteTitle in default layout
  • refactor: use AppCredits component
  • chore(deps): update packages
  • chore: remove unnecessary imports
  • docs: add nuxtify app section

v0.4.0

21 May 12:50

Choose a tag to compare

🚨 Breaking Changes

  • Change nuxtifyConfig.navigation.footerPrimary to nuxtifyConfig.navigation.altPrimary.
  • Change nuxtifyConfig.navigation.footerSecondary to nuxtifyConfig.navigation.altSecondary.

Changes

  • fix: undefined error
  • refactor!: rename navigation config names
  • refactor: move navigation config to core
  • refactor(playground): simplify brand name
  • chore(deps): update minors

v0.3.3

16 May 20:45

Choose a tag to compare

Fixes

  • fix(types): extend core email type

v0.3.2

16 May 18:58

Choose a tag to compare

It is now recommended to use a single nuxtify module config key (merge nuxtifyCore into nuxtifyPages).

Changes

  • feat: use a single nuxt config key
  • fix: use new nuxtifyConfig keys
  • fix(types): nuxtifyConfig
  • dx: suppress duplicate imports warnings
  • chore(deps): update nuxtify core

v0.3.1

15 May 19:04

Choose a tag to compare

Fixes

  • fix(deps): explicitly add defu

v0.3.0

15 May 18:57

Choose a tag to compare

This release was not published to npm due to a build error. Please use v0.3.1.

🚨 Breaking Changes

  • Change nuxtifyConfig.footer.credits to nuxtifyConfig.credits.
  • Change nuxtifyConfig.pages.policies to nuxtifyConfig.policies.

Changes

  • refactor!: use @nuxtify/core module

Fixes

  • fix: add dialog to default layout
  • fix: use brand name variable for index page
  • fix: slug and unslugify utils
  • fix: add license

DX

  • dx: playground improvements
  • docs: update readme
  • chore(deps): update packages