Changelog
Overview of the newest features in Nuxt Ignis.
0.3.3
2025-06-21
- feat: schema validation via
zod
andvalibot
integrated - feat:
Vue Equipment
utils collection integrated - feat: global error and warn handlers are now available by default
- feat:
date-fns
is now used to get timestamps for logs - fix: redesigned
Vueform
andNuxt Content
config loading - docs: improved structure + added more information
0.3.2
2025-06-07
- feat: (slightly) better solution for using
Vueform
and@nuxt-content
(see usage notice in docs) - fix: incorrect "both DB connector modules" warning
- fix: provide solution for Tailwind CSS sourcemap warning during build
- build: bump
Nuxt
to3.17.5
+ update all other deps to latest versions (as of 2025-06-07)
0.3.1
2025-05-21
- fix: broken preset evaluation ignoring direct values for optional modules
- fix: temporary bridge
Tailwind CSS v4
via Vite plugin instead of Nuxt module
0.3.0
2025-05-21
- BREAKING CHANGE: migrated to
Tailwind CSS v4
- see migration guide - BREAKING CHANGE: changed way of locating i18n JSON files from
@assets/lang
to@/i18n/locales
to match currenti18n
module default structure - feat:
@nuxtjs/seo
,nuxt-auth-utils
,Vueform
added as optional modules - feat: new preset for
forms
to choose betweenVueform
andFormKit
- feat: warn when duplicate db/forms solutions are used (can be surpressed by config)
- feat: even "core" modules can be disabled by configuration
- feat: improved overview page - display enabled/disabled status for ALL features, implemented as separate page/component, non-dependant on any optional features
- feat:
nuxt-time
module dropped in favor of now-native<NuxtTime>
component - fix: extend default
Tailwind CSS
config to allow it in/content
folder - docs: established standalone
Vitepress
based docs at https://nuxt-ignis.netlify.app/ - docs: updated to reflect latest change
- build: bump
Nuxt
to3.17.4
+ update all other deps to latest versions (as of 2025-05-21)
0.2.5
2025-03-26
- build: move
vue
andvue-router
to devDepencencies (should allow smooth Netlify deployment) - build: fix Vite security issue
0.2.4
2025-03-20
- build: bump
Nuxt
to3.16.1
,Nuxt Content
to3.4.0
+ update other deps - build: fix some security issues
- fix: update necessary default config for
@nuxtjs/i18n
0.2.3
2025-03-08
- build: bump
Nuxt
to3.16.0
+ update other deps
0.2.2
2025-02-25
- build: bump
nuxt-spec
andnuxt-neon
- build: return
postcss-jit-props
dependency after a bug gets fixed
0.2.1
2025-02-17
- feat:
@nuxt/fonts
included into built-in dependencies - fix: added default content.config.ts to avoid warning on startup
- build: fixed couple of version issues in lock file
0.2.0
2025-02-09
- feat: breaking change update to
@nuxt/content v3
- in case of problems, see migration guide - feat:
@nuxt/scripts
included into built-in dependencies - build: Vite and Nuxt Kit version fix
0.1.10
2025-02-06
- feat: update
nuxt-neon
to allow server-side exports - feat: remove
useIgnisI18n
again as it is NOT needed - fix: pin down
i18n
due to current regression - build: security updates
0.1.9
2025-02-03
- feat: expose
useI18n
composable via customuseIgnisI18n
0.1.8
2025-02-02
- build: fix
nuxt-neon
security issue - build: fix
vite
security issue
0.1.7
2025-01-31
- feat: unified test-pack included via separate
nuxt-spec
layer - feat: support
ssr
andpages
settings - feat: display log level setting on startup
- refactor: log level setting moved inside
ignis
config - build: updated deps
0.1.6
2024-12-25
- build: bump Nuxt to
3.15.0
+ update other deps
0.1.5
2024-12-21
- feat: more flexible config for
i18n
andformkit
- docs: improved instructions for using as a layer
0.1.4
2024-12-07
- feat: include
elrh-pslo
text utility - docs: add instructions for using as a layer
0.1.3
2024-12-05
- build: bump nuxt-neon to
0.2.4
0.1.2
2024-12-05
- fix: update package.json according to Nuxt docs
0.1.1
2024-12-05
- build: bump nuxt-neon to
0.2.0
- fix: features page listing
- docs: add CHANGELOG.md
0.1.0
2024-12-02
- initial release v0.1.0