Upgrade to V2
✨ New features
- Ensure compatibility with Nuxt v4 - source.
- Add
generateTailwindColorThemes
utility to generate color themes - source.
⚠️ Breaking changes
- Rename the utility
generateColorThemes
togenerateAntdColorThemes
- source. - Remove
themeConfig
prop ofNaiveConfig
component - source. - Remove
path
property ofMenuLinkRoute
andTabbarRoute
, useto
instead - source. - Rename the CSS classes
mobileOrTablet
andnotMobileOrTablet
tonaive-mobile-or-tablet
andnaive-not-mobile-or-tablet
- source. - Disallow theme configuration via
app.config
file - source.