Releases: nuxtify-dev/pages
Releases · nuxtify-dev/pages
v0.4.2
v0.4.1
🚨 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
🚨 Breaking Changes
- Change
nuxtifyConfig.navigation.footerPrimary
tonuxtifyConfig.navigation.altPrimary
. - Change
nuxtifyConfig.navigation.footerSecondary
tonuxtifyConfig.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
Fixes
- fix(types): extend core email type
v0.3.2
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
Fixes
- fix(deps): explicitly add defu
v0.3.0
This release was not published to npm due to a build error. Please use v0.3.1
.
🚨 Breaking Changes
- Change
nuxtifyConfig.footer.credits
tonuxtifyConfig.credits
. - Change
nuxtifyConfig.pages.policies
tonuxtifyConfig.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
- Update dependencies
v0.2.0
🚨 Breaking Changes
- Change
nuxtify
module key tonuxtifyPages
.
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
- 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