Releases: becem-gharbi/nuxt-naiveui
Releases · becem-gharbi/nuxt-naiveui
v1.13.1
🩹 Fixes
💅 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
- Becem [email protected]
v1.13.0
🚀 Enhancements
- Add spa loading templates (#67)
📦 Build
- icons: Resolve
public
dir relative tosrcDir
notrootDir
(a599da6)
❤️ Contributors
- Becem [email protected]
v1.12.3
🩹 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
- Becem-gharbi (@becem-gharbi)
v1.12.2
🩹 Fixes
- theme-generator: Fix incorrect main color order (fb37698)
❤️ Contributors
- Becem [email protected]
v1.12.1
💅 Refactors
- theme-generator: Ensure same contrast as the default theme (#65)
📖 Documentation
- Update icon size type (90bda5f)
❤️ Contributors
- Becem [email protected]
v1.12.0
v1.11.0
🚀 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
🌊 Types
- NaiveIcon: Allow
size
to be string (#59)
❤️ Contributors
- OrbisK (@OrbisK)
- Becem (@becem-gharbi)
v1.10.4
🩹 Fixes
- Avoid bg color override of non naive-ui buttons (74f40b6)
❤️ Contributors
- Becem [email protected]
- Ryan (@sohaha)
- Jaafoura (@J43fura)
v1.10.3
🩹 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 inerror.vue
(9454e17)
🏡 Chore
- Remove extra vite optimizations (#48)
- lint: Use
@nuxtjs/eslint-config-typescript
rules (8c7d607) - Set
homepage
onpackage.json
(c1c920d)
❤️ Contributors
- Becem (@becem-gharbi)
v1.10.2
🩹 Fixes
📖 Documentation
- icons: Mention custom collections URL (58611f6)
📦 Build
- icons: Allow setting custom collections url (#46)
❤️ Contributors
- Becem-gharbi (@becem-gharbi)
- Zihan Hu (@Zihan-Hu)