-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
55 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,53 @@ | ||
# Changelog | ||
|
||
|
||
## [v0.0.2](https://github.com/dploc96/vue-naive-admin/compare/v0.0.1...v0.0.2) (2024-10-24) | ||
|
||
### 🚨 Breaking Changes | ||
|
||
- **projects**: update scss config - by @loicduong [<samp>(7dbc7)</samp>](https://github.com/dploc96/vue-naive-admin/commit/7dbc786) | ||
|
||
### 🐞 Bug Fixes | ||
|
||
- move json5 from devDependencies to dependencies to support production usage - by **loicduong** [<samp>(7e412)</samp>](https://github.com/dploc96/vue-naive-admin/commit/7e41204) | ||
- **components**: | ||
- fix VerticalMixMenu name - by @loicduong [<samp>(825e6)</samp>](https://github.com/dploc96/vue-naive-admin/commit/825e668) | ||
- **projects**: | ||
- fix click global-tab in iPad - by @loicduong [<samp>(3fbf6)</samp>](https://github.com/dploc96/vue-naive-admin/commit/3fbf605) | ||
- when the roles filter submenu is empty, the parent menu is not excluded - by @loicduong [<samp>(d39af)</samp>](https://github.com/dploc96/vue-naive-admin/commit/d39afca) | ||
- fix global-tab click conflict with contextmenu - by @loicduong [<samp>(b0be6)</samp>](https://github.com/dploc96/vue-naive-admin/commit/b0be6e1) | ||
|
||
### 🛠 Optimizations | ||
|
||
- **projects**: | ||
- optimize code - by @loicduong [<samp>(967d4)</samp>](https://github.com/dploc96/vue-naive-admin/commit/967d46c) | ||
- remove defineModel setting,enabled by default - by @loicduong [<samp>(267ab)</samp>](https://github.com/dploc96/vue-naive-admin/commit/267abf2) | ||
|
||
### 💅 Refactors | ||
|
||
- **packages**: @sa/materials: remove tab close shortcut by mouse - by @loicduong [<samp>(62a23)</samp>](https://github.com/dploc96/vue-naive-admin/commit/62a2359) | ||
|
||
### 🏡 Chore | ||
|
||
- update env comment - by **loicduong** [<samp>(1150c)</samp>](https://github.com/dploc96/vue-naive-admin/commit/1150c73) | ||
- **deps**: | ||
- update deps - by @loicduong [<samp>(02ac3)</samp>](https://github.com/dploc96/vue-naive-admin/commit/02ac37b) | ||
- update deps - by **loicduong** [<samp>(48883)</samp>](https://github.com/dploc96/vue-naive-admin/commit/48883dc) | ||
- **project**: | ||
- update commitlint rules - by **loicduong** [<samp>(b3449)</samp>](https://github.com/dploc96/vue-naive-admin/commit/b34490d) | ||
- **projects**: | ||
- rename github account - by **loicduong** [<samp>(7dfc6)</samp>](https://github.com/dploc96/vue-naive-admin/commit/7dfc611) | ||
- use commitlint to check commit - by **loicduong** [<samp>(87c10)</samp>](https://github.com/dploc96/vue-naive-admin/commit/87c1056) | ||
|
||
### 🎨 Styles | ||
|
||
- **projects**: format code - by **loicduong** [<samp>(9408e)</samp>](https://github.com/dploc96/vue-naive-admin/commit/9408e53) | ||
|
||
### ❤️ Contributors | ||
|
||
[![loicduong](https://github.com/loicduong.png?size=48)](https://github.com/loicduong) | ||
[loicduong](mailto:[email protected]), | ||
|
||
## [v0.0.1](https://github.com/loicduong/vue-naive-admin/compare/undefined...v0.0.1) (2024-09-08) | ||
|
||
### 🚀 Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/axios", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/color", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/hooks", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/materials", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/fetch", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/scripts", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/utils", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|