Skip to content

Commit

Permalink
release(15.1.0): release 15.1.0 (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Feb 19, 2023
1 parent 5774c55 commit ba96efa
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [15.1.0](https://github.com/ng-alain/delon/compare/15.0.1...15.1.0) (2023-02-19)


### Bug Fixes

* **abc:st:** fix invalid total of global config ([#1583](https://github.com/ng-alain/delon/issues/1583)) ([fa8087f](https://github.com/ng-alain/delon/commit/fa8087f4fb0050fa47b8c9d57460cdf55d6fa9d3))
* **form:string:** fix pre tab cause out of focus ([#1581](https://github.com/ng-alain/delon/issues/1581)) ([bc03f4b](https://github.com/ng-alain/delon/commit/bc03f4bdae7a861d82db2edae9e0873ae80e8020))
* **form:** async ng-zorro-antd ([#1584](https://github.com/ng-alain/delon/issues/1584)) ([5774c55](https://github.com/ng-alain/delon/commit/5774c55f2226655eb0a6d9df57a029427fe6ec3f))
* **form:** fix ui value should inherit parent ui ([#1582](https://github.com/ng-alain/delon/issues/1582)) ([03e2dc5](https://github.com/ng-alain/delon/commit/03e2dc5dd60e00c81fe0284fe163700b24ea39c3))


### Features

* **form:number:** support string type of `widgetWidth` ([#1580](https://github.com/ng-alain/delon/issues/1580)) ([f3e37e9](https://github.com/ng-alain/delon/commit/f3e37e97a490eb7437f7582a3e3716288358b5e5))



## [15.0.1](https://github.com/ng-alain/delon/compare/15.0.0...15.0.1) (2023-01-29)


Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-

---

# [15.1.0](https://github.com/ng-alain/delon/compare/15.0.1...15.1.0) (2023-02-19)

### Bug Fixes

* **abc:st:** fix invalid `total` of global config ([#1583](https://github.com/ng-alain/delon/issues/1583)) ([fa8087f](https://github.com/ng-alain/delon/commit/fa8087f4fb0050fa47b8c9d57460cdf55d6fa9d3))
* **form:string:** fix pre tab cause out of focus ([#1581](https://github.com/ng-alain/delon/issues/1581)) ([bc03f4b](https://github.com/ng-alain/delon/commit/bc03f4bdae7a861d82db2edae9e0873ae80e8020))
* **form:** fix ui value should inherit parent ui ([#1582](https://github.com/ng-alain/delon/issues/1582)) ([03e2dc5](https://github.com/ng-alain/delon/commit/03e2dc5dd60e00c81fe0284fe163700b24ea39c3))

### Features

* **form:number:** support string type of `widgetWidth` ([#1580](https://github.com/ng-alain/delon/issues/1580)) ([f3e37e9](https://github.com/ng-alain/delon/commit/f3e37e97a490eb7437f7582a3e3716288358b5e5))
* **form:** async ng-zorro-antd ([#1584](https://github.com/ng-alain/delon/issues/1584)) ([5774c55](https://github.com/ng-alain/delon/commit/5774c55f2226655eb0a6d9df57a029427fe6ec3f))


## [15.0.1](https://github.com/ng-alain/delon/compare/15.0.0...15.0.1) (2023-01-29)

### Bug Fixes
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)

---

# [15.1.0](https://github.com/ng-alain/delon/compare/15.0.1...15.1.0) (2023-02-19)

### Bug Fixes

* **abc:st:** 修复全局配置 `total` 不生效 ([#1583](https://github.com/ng-alain/delon/issues/1583)) ([fa8087f](https://github.com/ng-alain/delon/commit/fa8087f4fb0050fa47b8c9d57460cdf55d6fa9d3))
* **form:string:** 修复携带前置标签倒置焦点失效 ([#1581](https://github.com/ng-alain/delon/issues/1581)) ([bc03f4b](https://github.com/ng-alain/delon/commit/bc03f4bdae7a861d82db2edae9e0873ae80e8020))
* **form:** 修复 `ui` 值应继续父级 ([#1582](https://github.com/ng-alain/delon/issues/1582)) ([03e2dc5](https://github.com/ng-alain/delon/commit/03e2dc5dd60e00c81fe0284fe163700b24ea39c3))

### Features

* **form:number:** 新增 `widgetWidth` 支持字符串数组 ([#1580](https://github.com/ng-alain/delon/issues/1580)) ([f3e37e9](https://github.com/ng-alain/delon/commit/f3e37e97a490eb7437f7582a3e3716288358b5e5))
* **form:** 同步 ng-zorro-antd 小部件属性 ([#1584](https://github.com/ng-alain/delon/issues/1584)) ([5774c55](https://github.com/ng-alain/delon/commit/5774c55f2226655eb0a6d9df57a029427fe6ec3f))


## [15.0.1](https://github.com/ng-alain/delon/compare/15.0.0...15.0.1) (2023-01-29)

### Bug Fixes
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": "delon",
"version": "15.0.1",
"version": "15.1.0",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if [[ ${TS} == true ]]; then
fi

if [[ ${LESS} == true ]]; then
$(npm bin)/stylelint 'packages/**/*.less'
npm run lint:style
fi

0 comments on commit ba96efa

Please sign in to comment.