Skip to content

Commit

Permalink
chore(release): v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Dec 31, 2023
1 parent e9d4b1e commit 5c768f1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
# Changelog


## v1.8.0

[compare changes](https://github.com/becem-gharbi/nuxt-naiveui/compare/v1.7.4...v1.8.0)

### 🚀 Enhancements

- Set nuxt compatibility to `^3.9.0` ([0d0ff0a](https://github.com/becem-gharbi/nuxt-naiveui/commit/0d0ff0a))

### 🩹 Fixes

- **colorMode:** Update value on `page:loading:end` hook ([5cffac5](https://github.com/becem-gharbi/nuxt-naiveui/commit/5cffac5))
- **NaiveMenuLink:** Treat nested paths as parent path for active item ([642a0ee](https://github.com/becem-gharbi/nuxt-naiveui/commit/642a0ee))

### 💅 Refactors

- **NaiveLoadingBar:** Update navigation state on `page:loading` hook ([1cd313f](https://github.com/becem-gharbi/nuxt-naiveui/commit/1cd313f))
- **NaiveLayoutNavbar:** Add `drawerPlacement` prop ([905c46d](https://github.com/becem-gharbi/nuxt-naiveui/commit/905c46d))
- **NaiveMenuLink:** Fix typecheck errors ([e9d4b1e](https://github.com/becem-gharbi/nuxt-naiveui/commit/e9d4b1e))

### 📖 Documentation

- **Components:** Add `drawerPlacement` prop to NaiveLayout ([0e13bee](https://github.com/becem-gharbi/nuxt-naiveui/commit/0e13bee))
- No significant change ([e042427](https://github.com/becem-gharbi/nuxt-naiveui/commit/e042427))

### 🌊 Types

- **NaiveDrawerLink:** Specify `placement` type ([94e5e10](https://github.com/becem-gharbi/nuxt-naiveui/commit/94e5e10))

### 🏡 Chore

- **addComponent:** Auto-detect `mode` from `filePath` ([c31f084](https://github.com/becem-gharbi/nuxt-naiveui/commit/c31f084))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>
- Becem <becem.gharbi@live.com>

## v1.7.4

[compare changes](https://github.com/becem-gharbi/nuxt-naiveui/compare/v1.7.3...v1.7.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bg-dev/nuxt-naiveui",
"version": "1.7.4",
"version": "1.8.0",
"description": "Naive UI module for Nuxt 3",
"author": "Becem Gharbi",
"keywords": [
Expand Down

0 comments on commit 5c768f1

Please sign in to comment.