Releases: becem-gharbi/nuxt-naiveui
Releases · becem-gharbi/nuxt-naiveui
v2.0.0-rc.3
🩹 Fixes
- Allow compatiblity with latest nuxt version (5da32e1)
❤️ Contributors
- Becem-gharbi [email protected]
v2.0.0-rc.2
🩹 Fixes
🏡 Chore
- Note non-compatibility with [email protected] (#81) (62ffbba)
❤️ Contributors
- Becem-gharbi [email protected]
v2.0.0-rc.1
⚠️ 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
- Add V2 upgrade guide (ee53e2c)
🏡 Chore
- Change release tag to
latest
(149db49)
❤️ Contributors
- Becem-gharbi [email protected]
v2.0.0-beta.3
💅 Refactors
- NaiveIcon: Prefer import over fetch on server side (63a56ba)
- NaiveIcon: No significant change (3495f90)
❤️ Contributors
- Becem-gharbi [email protected]
v2.0.0-beta.2
🩹 Fixes
- NaiveIcon: Fix ssr loading on Netlify (b554666)
💅 Refactors
- NaiveIcon: Change key of
callOnce
(4365b48)
🏡 Chore
- Bump version (fe7dbbf)
❤️ Contributors
- Becem-gharbi [email protected]
v2.0.0-beta.4
🚀 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) ⚠️ RenamegenerateColorThemes
togenerateAntdColorThemes
(c5c848d)- playground: Use tailwind color themes (ee29308)
- playground: Add
form
page (4b83a74) - playground: Revert app.config changes (684ff77)
⚠️ Breaking Changes
⚠️ RenamegenerateColorThemes
togenerateAntdColorThemes
(c5c848d)
❤️ Contributors
- Becem-gharbi [email protected]
v2.0.0-beta.1
⚠️ About
The first Beta release of version 2 introduces a few breaking changes listed below.
npm i @bg-dev/nuxt-naiveui@next
🚀 Enhancements
🩹 Fixes
- Resolve
public
directory relative torootDir
(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
⚠️ RemovethemeConfig
fromruntimeConfig
(84d354d)- NaiveConfig:
⚠️ RemovethemeConfig
prop (c2a61ba) ⚠️ Removepath
fromMenuLinkRoute
andTabbarRoute
(fff716b)- playground: Upgrade to
nuxt
v4 (aeb6c35) - styles:
⚠️ RenamemobileOrTablet
andnotMobileOrTablet
classes (ba00bbe) - Prepare v2 beta release (2c2e87b)
⚠️ Rename@bg-dev/nuxt-naiveui/utils
to#naive-utils
(5c98da9)
✅ Tests
- Add
icon
test suite (e46e443)
⚠️ Breaking Changes
⚠️ RemovethemeConfig
fromruntimeConfig
(84d354d)- NaiveConfig:
⚠️ RemovethemeConfig
prop (c2a61ba) ⚠️ Removepath
property fromMenuLinkRoute
andTabbarRoute
(fff716b)- styles:
⚠️ RenamemobileOrTablet
andnotMobileOrTablet
classes tonaive-mobile-or-tablet
andnaive-not-mobile-or-tablet
(ba00bbe) ⚠️ Rename@bg-dev/nuxt-naiveui/utils
to#naive-utils
(5c98da9)
❤️ Contributors
- Becem [email protected]
v1.14.0
🚀 Enhancements
🩹 Fixes
- Fix undefined default options on
nuxt
v3.12 (2ce6be6)
📖 Documentation
- Migrate to
vitepress
(#75)
❤️ Contributors
- Becem [email protected]
v1.13.3
🩹 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 isvh
whendvh
not supported (28c88fb)
🏡 Chore
- lint: Migrate from
@nuxtjs/eslint-config-typescript
to@nuxt/eslint-config
(a55fea4)
❤️ Contributors
- Becem [email protected]
v1.13.2
Note
The official naive-ui
module for Nuxt is recently created and can be found here.
📖 Documentation
❤️ Contributors
- Becem-gharbi [email protected]