Skip to content

Releases: becem-gharbi/nuxt-naiveui

v1.13.1

27 Apr 19:10
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dark theme: Change active tab opacity (5109fe3)
  • dark theme: Change alert opacity (9cdd652)

💅 Refactors

  • theme generator: Change default colors (1a0256d)

📦 Build

  • icons: Change default collection url (#70)

🌊 Types

  • Use vue-router route type in navigation components (#69)

❤️ Contributors

v1.13.0

11 Apr 22:26
193faf2
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add spa loading templates (#67)

📦 Build

  • icons: Resolve public dir relative to srcDir not rootDir (a599da6)

❤️ Contributors

v1.12.3

07 Apr 13:27
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • colorMode: Update theme on forced to non-forced navigation with no ssr (d061eb5)
  • colorMode: Update theme on prerendered pages (2603677)

💅 Refactors

  • default-theme: Reduce borderColor opacity (ca9efd7)

❤️ Contributors

v1.12.2

03 Apr 08:01
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • theme-generator: Fix incorrect main color order (fb37698)

❤️ Contributors

v1.12.1

03 Apr 02:37
937845c
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • theme-generator: Ensure same contrast as the default theme (#65)

📖 Documentation

❤️ Contributors

v1.12.0

01 Apr 17:17
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • NaiveColorModeSwitch: Support custom icons (#60)
  • DrawerLink: Allow toggle button to be placed on the left (#61)
  • Add color theme generator (#62)

🏡 Chore

  • NaiveConfig: Theme config inputs deprecation (#63)

❤️ Contributors

v1.11.0

26 Mar 15:34
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add updateResetValue function to update the default model value (#55)
  • MenuLink: Support active link resolution from route name (#51)

🔥 Performance

  • NaiveConfig: Decrease setup time (#58)

💅 Refactors

  • NaiveTabbar: Display link as text button (1f3f249)
  • Replace process with import.meta (19b12bc)

🌊 Types

  • NaiveIcon: Allow size to be string (#59)

❤️ Contributors

v1.10.4

15 Mar 09:10
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Avoid bg color override of non naive-ui buttons (74f40b6)

❤️ Contributors

v1.10.3

03 Mar 17:53
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • n-button: Fix potential unapplied bg color on hover (97f9c3e)

💅 Refactors

  • theme: Increase vertical padding of feedback on n-form (19d67dd)
  • Add useModal for auto-import (7c5cd70)

📖 Documentation

  • Change font-family (0caca9e)
  • Add setup for pnpm installation (111fcfc)
  • readme: Add development section (614a180)
  • Mention NaiveConfig as root in error.vue (9454e17)

🏡 Chore

  • Remove extra vite optimizations (#48)
  • lint: Use @nuxtjs/eslint-config-typescript rules (8c7d607)
  • Set homepage on package.json (c1c920d)

❤️ Contributors

v1.10.2

22 Feb 14:59
Compare
Choose a tag to compare

compare changes

🩹 Fixes

📖 Documentation

  • icons: Mention custom collections URL (58611f6)

📦 Build

  • icons: Allow setting custom collections url (#46)

❤️ Contributors