Skip to content

Releases: becem-gharbi/nuxt-naiveui

v1.6.2

06 Dec 19:16
Compare
Choose a tag to compare

compare changes

🔥 Performance

🌊 Types

  • NaiveMenuLink: Create appropriate type for routes prop (39e34d7)
  • useNaiveColorMode: Assert colorModePreference get type (d15cddb)

❤️ Contributors

v1.6.1

28 Nov 16:34
Compare
Choose a tag to compare

compare changes

🩹 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

v1.6.0

23 Nov 10:18
Compare
Choose a tag to compare

compare changes

🚀 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

v1.5.5

15 Nov 13:21
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • NaiveNavbar: Fix CLS on SSR (871751f)

❤️ Contributors

v1.5.4

15 Nov 12:38
Compare
Choose a tag to compare

compare changes

🩹 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

  • NaiveConfig: Minor refactoring (b8962c6)
  • NaiveConfig: Minor refactoring (04a2f13)

🏡 Chore

❤️ Contributors

v1.5.3

09 Nov 18:23
Compare
Choose a tag to compare

compare changes

🩹 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

v1.5.2

22 Oct 10:43
fc49cde
Compare
Choose a tag to compare

compare changes

🔥 Performance

  • NaiveNavbar: Render drawer on client-side only (774f14a)

🩹 Fixes

  • NaiveNavbar: Inline styles to avoid potential CLS (8c01aa0)

📖 Documentation

  • Upgrade to nuxt 3.8 (c02ea52)
  • Remove unused nuxt-naiveui module (3c17701)

❤️ Contributors

v1.5.1

05 Oct 08:07
Compare
Choose a tag to compare

compare changes

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

v1.4.7

29 Sep 16:39
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Remove input autofill white background color (5320bf7)

📖 Documentation

  • Fix comments on theme config (4155a39)

🏡 Chore

❤️ Contributors

v1.4.6

15 Sep 06:35
Compare
Choose a tag to compare

compare changes

🌊 Types

  • NaiveNavbar: Fix sticky type error (eb119fa) (#23)

🏡 Chore

  • Add typecheck to release workflow (a77ad8c)

❤️ Contributors