File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed
Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ## <small >20.1.1 (2025-12-25)</small >
2+
3+ * refactor(* ): use nullish coalescing instead of ` || ` (#1940 ) ([ 0099ef9] ( https://github.com/ng-alain/delon/commit/0099ef9 ) ), closes [ #1940 ] ( https://github.com/ng-alain/delon/issues/1940 )
4+ * fix(form:widget: number ): fix missing precision (#1939 ) ([ 79cf1cf] ( https://github.com/ng-alain/delon/commit/79cf1cf ) ), closes [ #1939 ] ( https://github.com/ng-alain/delon/issues/1939 )
5+ * fix(cli): ansi-colors bump to listr2 (#1938 ) ([ cbb9f3c] ( https://github.com/ng-alain/delon/commit/cbb9f3c ) ), closes [ #1938 ] ( https://github.com/ng-alain/delon/issues/1938 )
6+
7+
8+
19## 20.1.0 (2025-10-19)
210
311* feat(theme): add locals (#1932 ) ([ 4ed8e5f] ( https://github.com/ng-alain/delon/commit/4ed8e5f ) ), closes [ #1932 ] ( https://github.com/ng-alain/delon/issues/1932 )
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-
1414
1515---
1616
17+ ## <small >20.1.1 (2025-12-25)</small >
18+
19+ * fix(form:widget: number ): fix missing precision (#1939 ) ([ 79cf1cf] ( https://github.com/ng-alain/delon/commit/79cf1cf ) ), closes [ #1939 ] ( https://github.com/ng-alain/delon/issues/1939 )
20+ * fix(cli): ansi-colors bump to listr2 (#1938 ) ([ cbb9f3c] ( https://github.com/ng-alain/delon/commit/cbb9f3c ) ), closes [ #1938 ] ( https://github.com/ng-alain/delon/issues/1938 )
21+
1722## 20.1.0 (2025-10-19)
1823
1924* feat(theme): add locals (#1932 ) ([ 4ed8e5f] ( https://github.com/ng-alain/delon/commit/4ed8e5f ) ), closes [ #1932 ] ( https://github.com/ng-alain/delon/issues/1932 )
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)
1414
1515---
1616
17+ ## <small >20.1.1 (2025-12-25)</small >
18+
19+ * fix(form:widget: number ): 修复精度不准确 (#1939 ) ([ 79cf1cf] ( https://github.com/ng-alain/delon/commit/79cf1cf ) ), closes [ #1939 ] ( https://github.com/ng-alain/delon/issues/1939 )
20+ * fix(cli): 使用 ` listr2 ` 替代 ` ansi-colors ` (#1938 ) ([ cbb9f3c] ( https://github.com/ng-alain/delon/commit/cbb9f3c ) ), closes [ #1938 ] ( https://github.com/ng-alain/delon/issues/1938 )
21+
1722## 20.1.0 (2025-10-19)
1823
1924* feat(theme): 增加若干语言 (#1932 ) ([ 4ed8e5f] ( https://github.com/ng-alain/delon/commit/4ed8e5f ) ), closes [ #1932 ] ( https://github.com/ng-alain/delon/issues/1932 )
Original file line number Diff line number Diff line change 11{
22 "name" : " delon" ,
3- "version" : " 20.1.0 " ,
3+ "version" : " 20.1.1 " ,
44 "description" : " Delon is a set of essential modules for NG-ALAIN." ,
55 "keywords" : [
66 " delon" ,
You can’t perform that action at this time.
0 commit comments