Skip to content

Releases: becem-gharbi/nuxt-naiveui

v2.0.0-rc.3

10 Nov 08:24
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Allow compatiblity with latest nuxt version (5da32e1)

❤️ Contributors

v2.0.0-rc.2

19 Oct 07:07
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • NaiveConfig: Ensure props are passed to n-config-provider (#82) (3dac422)

🏡 Chore

❤️ Contributors

v2.0.0-rc.1

19 Aug 12:06
Compare
Choose a tag to compare

compare changes

⚠️ About

The first release candidate of version 2. Please refer to docs to check breaking changes.

🔥 Performance

  • Generate theme config at build (#78)

💅 Refactors

  • Adjust modal and popover colors on tailwind theme generator (c4fdccd)
  • Change color variants of generateTailwindColorThemes (14726e1)

📖 Documentation

🏡 Chore

  • Change release tag to latest (149db49)

❤️ Contributors

v2.0.0-beta.3

28 Jul 15:31
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

compare changes

💅 Refactors

  • NaiveIcon: Prefer import over fetch on server side (63a56ba)
  • NaiveIcon: No significant change (3495f90)

❤️ Contributors

v2.0.0-beta.2

28 Jul 07:37
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

compare changes

🩹 Fixes

  • NaiveIcon: Fix ssr loading on Netlify (b554666)

💅 Refactors

  • NaiveIcon: Change key of callOnce (4365b48)

🏡 Chore

❤️ Contributors

v2.0.0-beta.4

06 Aug 11:58
ce7c316
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • Add generateTailwindColorThemes utility to generate color themes (3f291b0)

🩹 Fixes

  • useNaiveForm: Restore validation on reset (3014659)

📖 Documentation

  • NaiveConfig: Update theme customization (3db65c8)

🏡 Chore

  • playground: Add show page (1ac0279)
  • ⚠️ Rename generateColorThemes to generateAntdColorThemes (c5c848d)
  • playground: Use tailwind color themes (ee29308)
  • playground: Add form page (4b83a74)
  • playground: Revert app.config changes (684ff77)

⚠️ Breaking Changes

  • ⚠️ Rename generateColorThemes to generateAntdColorThemes (c5c848d)

❤️ Contributors

v2.0.0-beta.1

25 Jul 08:14
ce7c316
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

compare changes

⚠️ About

The first Beta release of version 2 introduces a few breaking changes listed below.

npm i @bg-dev/nuxt-naiveui@next

🚀 Enhancements

  • NaiveConfig: Enable reactive themeConfig (e353a1c)
  • Allow compatibility with nuxt v4 (d1b7eab)

🩹 Fixes

  • Resolve public directory relative to rootDir (edc0919)

📖 Documentation

  • List contributors (9d88da4)
  • Fix github link (ce7c316)
  • NaiveConfig: Remove dynamic imports of default themes (e6c1263)

🌊 Types

  • Fix typecheck in development (72c83e6)
  • NaiveConfig: Assert appConfig type (fdeaba4)
  • Solve typecheck issues (7096a44)

🏡 Chore

  • ⚠️ Remove themeConfig from runtimeConfig (84d354d)
  • NaiveConfig: ⚠️ Remove themeConfig prop (c2a61ba)
  • ⚠️ Remove path from MenuLinkRoute and TabbarRoute (fff716b)
  • playground: Upgrade to nuxt v4 (aeb6c35)
  • styles: ⚠️ Rename mobileOrTablet and notMobileOrTablet classes (ba00bbe)
  • Prepare v2 beta release (2c2e87b)
  • ⚠️ Rename @bg-dev/nuxt-naiveui/utils to #naive-utils (5c98da9)

✅ Tests

⚠️ Breaking Changes

  • ⚠️ Remove themeConfig from runtimeConfig (84d354d)
  • NaiveConfig: ⚠️ Remove themeConfig prop (c2a61ba)
  • ⚠️ Remove path property from MenuLinkRoute and TabbarRoute (fff716b)
  • styles: ⚠️ Rename mobileOrTablet and notMobileOrTablet classes to naive-mobile-or-tablet and naive-not-mobile-or-tablet (ba00bbe)
  • ⚠️ Rename @bg-dev/nuxt-naiveui/utils to #naive-utils (5c98da9)

❤️ Contributors

v1.14.0

16 Jun 13:44
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • LayoutSidebar: Add sider prop (03664bf)
  • LayoutNavbar: Add header prop (1985cc4)

🩹 Fixes

  • Fix undefined default options on nuxt v3.12 (2ce6be6)

📖 Documentation

  • Migrate to vitepress (#75)

❤️ Contributors

v1.13.3

15 May 16:11
dacd94f
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • NaiveIcon: Omit undefined border-radius (e3edef6)
  • NaiveIcon: Correctly set wrapper dimensions when size is number (4277e49)
  • NaiveNavbar: Correctly center horizontal menu's items (#72)
  • NaiveLayout: Ensure min-height unit is vh when dvh not supported (28c88fb)

🏡 Chore

  • lint: Migrate from @nuxtjs/eslint-config-typescript to @nuxt/eslint-config (a55fea4)

❤️ Contributors

v1.13.2

06 May 09:05
Compare
Choose a tag to compare

compare changes

Note

The official naive-ui module for Nuxt is recently created and can be found here.

📖 Documentation

  • Remove Nuxt version specification (6c0bc52)
  • Mention the official module (31933f1)

❤️ Contributors