Skip to content

Releases: nuxtify-dev/pages

v0.4.2

06 Jul 19:44
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes

  • fix(types): extend core email type

v0.3.2

16 May 18:58
Compare
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
Compare
Choose a tag to compare

Fixes

  • fix(deps): explicitly add defu

v0.3.0

15 May 18:57
Compare
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

v0.2.1

13 May 14:55
Compare
Choose a tag to compare
  • Update dependencies

v0.2.0

02 May 19:52
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Change nuxtify module key to nuxtifyPages.

Changes

  • dx!: change module config key
  • build!: remove .cjs and update to latest module builder
  • ui: add 1200 character form rule
  • chore(deps): update nuxt
  • chore(deps): update minors

v0.1.0

04 Apr 17:12
Compare
Choose a tag to compare
  • chore: install and configure Nuxt and Vuetify
  • chore: setup dev environment (TypeScript, eslint, etc)
  • docs: add readme and changelog
  • feat: add initial set of features