Releases: nuxt-modules/ionic
Releases · nuxt-modules/ionic
v0.15.1
🐞 Bug Fixes
- Ensure
@ionic/vue
types are hoisted - by @danielroe in #588 (c7900)
View changes on GitHub
v0.15.0
v0.14.2
🐞 Bug Fixes
- Ensure default ionic css is added before user overrides - by @silvercent011 in #570 (5ead8)
View changes on GitHub
v0.14.1
No significant changes
View changes on GitHub
v0.14.0
🚨 Breaking Changes
- Remove @kevinmarrec/nuxt-pwa - by @danielroe (309bc)
🚀 Features
- Upgrade to v8 of
@ionic/vue
and expose new components - by @danielroe (6f200) - Replace
useHead
with ionic-compatible head implementation - by @chibx in #518 (b9a4f)
🐞 Bug Fixes
- Opt in to
import.meta.*
properties - by @danielroe in #526 (b581a) - Update router plugin to support latest nuxt - by @danielroe in #560 (73b98)
View changes on GitHub
v0.13.1
v0.13.0
🐞 Bug Fixes
- Ensure
Plugin
type isn't stripped in build - by @LouisHaftmann in #478 (0b7ad) - Add
types
export condition - by @kbrkiras in #504 (59c07) - Load ionic router before other plugins using explicit order - by @danielroe (b35c6)
View changes on GitHub
v0.12.1
No significant changes
View changes on GitHub
v0.12.0
🐞 Bug Fixes
- Ensure we have
index.html
after static generation - by @danielroe (2c43b) - Generate files in
dist
directory if not otherwise configured - by @danielroe (2dfd3)
View changes on GitHub
v0.11.0
🐞 Bug Fixes
- Update ionic config type - by @tlebeitsuk in #338 (b9162)
- Register and run middleware after app mounts - by @danielroe (edf45)