Skip to content

Releases: nuxtify-dev/core

v0.4.0

18 Jan 03:18

Choose a tag to compare

compare changes

🩹 Fixes

  • UseHead proper import from @unhead/vue (b59d2c5)

💅 Refactors

⚠️ Breaking Changes

❤️ Contributors

v0.3.1

16 Jan 22:53

Choose a tag to compare

compare changes

🩹 Fixes

  • UseHead proper import from #imports (b8c88d3)

💅 Refactors

  • playground: Move nuxtify to app config (116bd29)

❤️ Contributors

v0.3.0

16 Jan 22:31

Choose a tag to compare

compare changes

🩹 Fixes

  • UseHead proper import from #app (3ec4ccf)

💅 Refactors

  • ⚠️ Rename to AppAnnouncement (3797063)

⚠️ Breaking Changes

  • ⚠️ Rename to AppAnnouncement (3797063)

❤️ Contributors

v0.2.1

16 Jan 02:29

Choose a tag to compare

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

15 Jan 23:56

Choose a tag to compare

  • 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

22 Aug 17:17

Choose a tag to compare

🚨 BREAKING CHANGES

  • refactor!: formatDate util function
  • refactor!: remove formatDateTime in favor of formatDate
  • refactor: useLogger

v0.1.9

24 Jun 04:32

Choose a tag to compare

  • fix: rollup import error
  • feat: add AppError component
  • ui: simplify AppCredits component style
  • docs: add nuxtify app section

v0.1.8

17 Jun 17:44

Choose a tag to compare

  • 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

22 May 22:04

Choose a tag to compare

  • feat: export Link type
  • fix: allow all date types
  • dx: add type hints to math utils

v0.1.6

21 May 12:37

Choose a tag to compare

  • feat: add navigation config
  • feat: add addArticle function