Releases: becem-gharbi/nuxt-naiveui
Releases · becem-gharbi/nuxt-naiveui
v1.6.2
🔥 Performance
- Fix failed bfcache (51a3362)
🌊 Types
- NaiveMenuLink: Create appropriate type for
routes
prop (39e34d7) - useNaiveColorMode: Assert colorModePreference get type (d15cddb)
❤️ Contributors
- Becem-gharbi [email protected]
v1.6.1
🩹 Fixes
- colorMode: Sync preference when changed on another tab (d3b83c7)
- NaiveColorModeSwitch: Sync preference when changed on another tab (7d94914)
💅 Refactors
- composables: Use named export (c48e2e4)
❤️ Contributors
- Becem-gharbi [email protected]
v1.6.0
🚀 Enhancements
- Add NaiveMenuLink component (0f3a1b0)
🔥 Performance
- NaiveNavbar: Remove NMenu and use NaiveMenuLink instead (b0f6fca)
- Remove colorMode middleware and replace it with navigation hook (5efb5a5)
- useNaiveDevice: Reduce regex size (d90b9ea)
💅 Refactors
- Use navigation hook instead of watching route (bf1b455)
- Avoid create color mode cookie if not needed (#34, #22)
- theme: Set height to 36px on mobileOrTablet of Pagination and Tag (6b8316a)
- Add colorModePreferenceCookieName config option (b5430e0)
- Use RegExp.exec() instead of match() (7ac6a5b)
❤️ Contributors
- Becem-gharbi [email protected]
v1.5.5
v1.5.4
🩹 Fixes
- Fix [vue warn] onScopeDispose warning (#34)
- NaiveNavbar: Fix backgroundColor on pre-rendered dark mode (8306bf5)
- NaiveIcon: Force IconifyIcon update on pre-rendered pages (7ee6287)
- NInput: Set min-height for textarea (#32)
💅 Refactors
🏡 Chore
❤️ Contributors
- Becem-gharbi (@becem-gharbi)
v1.5.3
🩹 Fixes
- NaiveConfig: Missing end delimiter (d2ab9c1)
- NaiveIcon: Avoid duplicate fetch calls (ab9817a)
- NInput: Set numeric default value for lineHeightTextarea (#32)
💅 Refactors
- NaiveConfig: Minor refactoring (9174300)
- NaiveNavbar: Remove lazy loading of n-drawer-content (f7e36f0)
❤️ Contributors
- Becem-gharbi (@becem-gharbi)
- Seekwe (@sohaha)
v1.5.2
🔥 Performance
- NaiveNavbar: Render drawer on client-side only (774f14a)
🩹 Fixes
- NaiveNavbar: Inline styles to avoid potential CLS (8c01aa0)
📖 Documentation
❤️ Contributors
- Becem-gharbi [email protected]
v1.5.1
About
This release comes with the latest v2.35 naive-ui
release. Please make sure to refresh lockfile.
npx nuxi upgrade --force
🩹 Fixes
- Fix Missing './esm/formatInTimeZone' (#26)
🏡 Chore
❤️ Contributors
- Becem-gharbi [email protected]
v1.4.7
🩹 Fixes
- Remove input autofill white background color (5320bf7)
📖 Documentation
- Fix comments on theme config (4155a39)
🏡 Chore
❤️ Contributors
- Becem Gharbi [email protected]
- Sebastian Di Luzio [email protected]
v1.4.6
🌊 Types
🏡 Chore
- Add typecheck to release workflow (a77ad8c)
❤️ Contributors
- Becem Gharbi [email protected]