Skip to content

Commit 7c1b853

Browse files
committed
release: v4.9.0
1 parent 47fab29 commit 7c1b853

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
# [4.9.0](https://github.com/mx-space/mx-admin/compare/v4.8.1...v4.9.0) (2025-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* config form number type ([3c5214e](https://github.com/mx-space/mx-admin/commit/3c5214e6a5a7326aec552bf8cbcb6c22d1272a34))
9+
10+
11+
### Features
12+
13+
* Add WebGL-based image processing (encodeImageToBlurhashWebgl) for better performance ([#983](https://github.com/mx-space/mx-admin/issues/983)) ([650b91b](https://github.com/mx-space/mx-admin/commit/650b91bd30972afc5dac7abc58163a7c0223b6c8))
14+
* replace NSwitch with NCheckbox for WebGL flag in ImageDetailSection ([47fab29](https://github.com/mx-space/mx-admin/commit/47fab29f6bd4b99e5a25cca91d63b0d028327f63))
15+
16+
17+
318
## [4.8.1](https://github.com/mx-space/mx-admin/compare/v4.8.0...v4.8.1) (2024-11-26)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mx-admin",
3-
"version": "4.8.1",
3+
"version": "4.9.0",
44
"bump": {
55
"before": [
66
"git pull --rebase"

0 commit comments

Comments
 (0)