Releases: nuxtify-dev/core
Releases · nuxtify-dev/core
v0.4.0
🩹 Fixes
- UseHead proper import from @unhead/vue (b59d2c5)
💅 Refactors
⚠️ Remove mdi/js (5996bf4)
⚠️ Breaking Changes
⚠️ Remove mdi/js (5996bf4)
❤️ Contributors
- David Stack (@davidstackio)
v0.3.1
🩹 Fixes
- UseHead proper import from #imports (b8c88d3)
💅 Refactors
- playground: Move nuxtify to app config (116bd29)
❤️ Contributors
- David Stack (@davidstackio)
v0.3.0
🩹 Fixes
- UseHead proper import from #app (3ec4ccf)
💅 Refactors
⚠️ Rename to AppAnnouncement (3797063)
⚠️ Breaking Changes
⚠️ Rename to AppAnnouncement (3797063)
❤️ Contributors
- David Stack (@davidstackio)
v0.2.1
Nuxt 4 support.
v0.2.0 was unpublished due to an installation bug.
🚨 Breaking Changes
- chore(deps)!: upgrade to nuxt 4
Changes
- fix: possibly undefined type errors
- fix: replace deprecated server seo meta composable
- chore(deps): update dev package majors
- chore(deps): update typescript
- chore: delete .npmrc
v0.1.11
- feat: add useCopyText composable
- feat: add link-hover utility global style
- fix: useHead proper import
- refactor: update core module logic to match docs
- dx: add eslint warn import order rule
- dx: add lint:fix npm command
- chore(deps): update nuxt 3.x
- chore(deps): update vuetify
- chore(deps): update dev packages
v0.1.10
🚨 BREAKING CHANGES
- refactor!: formatDate util function
- refactor!: remove formatDateTime in favor of formatDate
- refactor: useLogger
v0.1.9
- fix: rollup import error
- feat: add AppError component
- ui: simplify AppCredits component style
- docs: add nuxtify app section
v0.1.8
- dx!: revert "feat: export Link type"
- feat: add useNuxtifySiteTitle composable
- feat: add AppCredits component
- feat: add utils functions
- dx: update formatting rules
- chore(deps): update packages
v0.1.7
- feat: export Link type
- fix: allow all date types
- dx: add type hints to math utils
v0.1.6
- feat: add navigation config
- feat: add addArticle function