generated from xiaoluoboding/vue-library-starter
-
-
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
Trung
committed
Jul 17, 2024
1 parent
8c8de34
commit 2c9cc69
Showing
2 changed files
with
37 additions
and
1 deletion.
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,3 +1,39 @@ | ||
## v0.2.6 | ||
|
||
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.2.5...v0.2.6) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Lower the unexpected audio volume, sorry... ([7c43c2f](https://github.com/NamesMT/vue-modern-cropper/commit/7c43c2f)) | ||
- Add `resetOnInitialAttributes` prop ([cc7171e](https://github.com/NamesMT/vue-modern-cropper/commit/cc7171e)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Defer the `src` assign to onCropperMounted hook to ensure consistency ([425a8ce](https://github.com/NamesMT/vue-modern-cropper/commit/425a8ce)) | ||
- **tsconfig:** Correct `outDir` ([988374f](https://github.com/NamesMT/vue-modern-cropper/commit/988374f)) | ||
|
||
### 💅 Refactors | ||
|
||
- Src => docs ([4a1c025](https://github.com/NamesMT/vue-modern-cropper/commit/4a1c025)) | ||
- Packages => lib ([0aab288](https://github.com/NamesMT/vue-modern-cropper/commit/0aab288)) | ||
|
||
### 📖 Documentation | ||
|
||
- Update footer & icons usage ([f1c766d](https://github.com/NamesMT/vue-modern-cropper/commit/f1c766d)) | ||
- Fix `async` missing ([7cde1db](https://github.com/NamesMT/vue-modern-cropper/commit/7cde1db)) | ||
|
||
### 🏡 Chore | ||
|
||
- Update deps, set packageManager ([5078948](https://github.com/NamesMT/vue-modern-cropper/commit/5078948)) | ||
- Update deps ([555d172](https://github.com/NamesMT/vue-modern-cropper/commit/555d172)) | ||
- Remove `.prettierrc` ([68fc4e8](https://github.com/NamesMT/vue-modern-cropper/commit/68fc4e8)) | ||
- Update deps ([8c8de34](https://github.com/NamesMT/vue-modern-cropper/commit/8c8de34)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Trung <[email protected]> | ||
- NamesMT ([@NamesMT](http://github.com/NamesMT)) | ||
|
||
## v0.2.5 | ||
|
||
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.2.3...v0.2.5) | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "vue-modern-cropper", | ||
"type": "module", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"packageManager": "[email protected]", | ||
"description": "Power-packed wrapper over cropperjs@next", | ||
"author": "NamesMT <[email protected]>", | ||
|