Skip to content

Commit 59954d9

Browse files
committed
docs(release): publish v1.11.0
1 parent 8513cd9 commit 59954d9

File tree

8 files changed

+76
-7
lines changed

8 files changed

+76
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.11.0](https://github.com/IDuxFE/idux/compare/v1.10.2...v1.11.0) (2023-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:radio:** radio dot size and position shouldn't be constant ([#1707](https://github.com/IDuxFE/idux/issues/1707)) ([840eefe](https://github.com/IDuxFE/idux/commit/840eefef03633b2ecf5c9a481ddb36f63888cc8e))
12+
* **comp:text:** native tooltip should show when not ellipsised ([#1709](https://github.com/IDuxFE/idux/issues/1709)) ([8513cd9](https://github.com/IDuxFE/idux/commit/8513cd92aad47081dd9ef160897bd388a88ffa68))
13+
* **comp:text:** text blinks when content doesn't exceed one row ([#1706](https://github.com/IDuxFE/idux/issues/1706)) ([5afea2f](https://github.com/IDuxFE/idux/commit/5afea2f36f6a3a53c1d72fa37804f58a8f134a62))
14+
* **comp:text:** use css ellipsis at one row to improve performance ([#1705](https://github.com/IDuxFE/idux/issues/1705)) ([271ef83](https://github.com/IDuxFE/idux/commit/271ef83dd5d88afff84e8007439e9b5a8d5546b0))
15+
* **pro:search:** key duplication after controlled value change ([#1708](https://github.com/IDuxFE/idux/issues/1708)) ([3ae8dd2](https://github.com/IDuxFE/idux/commit/3ae8dd2a825483ce530abbf57a24cfb6fa99fa29))
16+
* **pro:textarea:** readonly not working ([#1704](https://github.com/IDuxFE/idux/issues/1704)) ([6e82eb4](https://github.com/IDuxFE/idux/commit/6e82eb4cbc5a8a2b20f5d7315b8c0cedbfd96110))
17+
18+
19+
### Features
20+
21+
* **comp:card:** `shadow` supports global config now ([#1696](https://github.com/IDuxFE/idux/issues/1696)) ([d3672cc](https://github.com/IDuxFE/idux/commit/d3672ccd8ba53f126b6ce7643fa3141e25b88c0e))
22+
* **pro:search:** quickSelect prop supports object option ([#1697](https://github.com/IDuxFE/idux/issues/1697)) ([5259671](https://github.com/IDuxFE/idux/commit/52596710afee111bc5d98d145f4af5c3a516cd15))
23+
* **pro:search:** searchField supports `keywordFallback` option ([#1698](https://github.com/IDuxFE/idux/issues/1698)) ([430c740](https://github.com/IDuxFE/idux/commit/430c74094cae6d99e27517d4060839f0d24a3670))
24+
25+
26+
27+
28+
629
## [1.10.2](https://github.com/IDuxFE/idux/compare/v1.10.1...v1.10.2) (2023-09-25)
730

831

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"command": {
55
"publish": {
66
"allowBranch": ["main", "release", "next", "hotfix"],

packages/components/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.11.0](https://github.com/IDuxFE/idux/compare/v1.10.2...v1.11.0) (2023-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:radio:** radio dot size and position shouldn't be constant ([#1707](https://github.com/IDuxFE/idux/issues/1707)) ([840eefe](https://github.com/IDuxFE/idux/commit/840eefef03633b2ecf5c9a481ddb36f63888cc8e))
12+
* **comp:text:** native tooltip should show when not ellipsised ([#1709](https://github.com/IDuxFE/idux/issues/1709)) ([8513cd9](https://github.com/IDuxFE/idux/commit/8513cd92aad47081dd9ef160897bd388a88ffa68))
13+
* **comp:text:** text blinks when content doesn't exceed one row ([#1706](https://github.com/IDuxFE/idux/issues/1706)) ([5afea2f](https://github.com/IDuxFE/idux/commit/5afea2f36f6a3a53c1d72fa37804f58a8f134a62))
14+
* **comp:text:** use css ellipsis at one row to improve performance ([#1705](https://github.com/IDuxFE/idux/issues/1705)) ([271ef83](https://github.com/IDuxFE/idux/commit/271ef83dd5d88afff84e8007439e9b5a8d5546b0))
15+
16+
17+
### Features
18+
19+
* **comp:card:** `shadow` supports global config now ([#1696](https://github.com/IDuxFE/idux/issues/1696)) ([d3672cc](https://github.com/IDuxFE/idux/commit/d3672ccd8ba53f126b6ce7643fa3141e25b88c0e))
20+
* **pro:search:** searchField supports `keywordFallback` option ([#1698](https://github.com/IDuxFE/idux/issues/1698)) ([430c740](https://github.com/IDuxFE/idux/commit/430c74094cae6d99e27517d4060839f0d24a3670))
21+
22+
23+
24+
25+
626
## [1.10.2](https://github.com/IDuxFE/idux/compare/v1.10.1...v1.10.2) (2023-09-25)
727

828

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/components",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "A UI Component Library for Vue 3.x",
55
"keywords": [
66
"vue",

packages/pro/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.11.0](https://github.com/IDuxFE/idux/compare/v1.10.2...v1.11.0) (2023-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **pro:search:** key duplication after controlled value change ([#1708](https://github.com/IDuxFE/idux/issues/1708)) ([3ae8dd2](https://github.com/IDuxFE/idux/commit/3ae8dd2a825483ce530abbf57a24cfb6fa99fa29))
12+
* **pro:textarea:** readonly not working ([#1704](https://github.com/IDuxFE/idux/issues/1704)) ([6e82eb4](https://github.com/IDuxFE/idux/commit/6e82eb4cbc5a8a2b20f5d7315b8c0cedbfd96110))
13+
14+
15+
### Features
16+
17+
* **pro:search:** quickSelect prop supports object option ([#1697](https://github.com/IDuxFE/idux/issues/1697)) ([5259671](https://github.com/IDuxFE/idux/commit/52596710afee111bc5d98d145f4af5c3a516cd15))
18+
* **pro:search:** searchField supports `keywordFallback` option ([#1698](https://github.com/IDuxFE/idux/issues/1698)) ([430c740](https://github.com/IDuxFE/idux/commit/430c74094cae6d99e27517d4060839f0d24a3670))
19+
20+
21+
22+
23+
624
## [1.10.2](https://github.com/IDuxFE/idux/compare/v1.10.1...v1.10.2) (2023-09-25)
725

826
**Note:** Version bump only for package @idux/pro

packages/pro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/pro",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "A higher level of abstraction UI component library for Vue 3.x",
55
"keywords": [
66
"vue",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@idux/cdk": "1.9.4",
42-
"@idux/components": "1.10.2",
42+
"@idux/components": "1.11.0",
4343
"ajv": "^8.11.0",
4444
"ajv-formats": "^3.0.0-rc.0",
4545
"lodash-es": "^4.17.0"

packages/site/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.11.0](https://github.com/IDuxFE/idux/compare/v1.10.2...v1.11.0) (2023-10-07)
7+
8+
**Note:** Version bump only for package @idux/site
9+
10+
11+
12+
13+
614
## [1.10.2](https://github.com/IDuxFE/idux/compare/v1.10.1...v1.10.2) (2023-09-25)
715

816
**Note:** Version bump only for package @idux/site

packages/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/site",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"private": true,
55
"description": "A website for @idux",
66
"license": "MIT",
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@idux/cdk": "1.9.4",
16-
"@idux/components": "1.10.2",
17-
"@idux/pro": "1.10.2",
16+
"@idux/components": "1.11.0",
17+
"@idux/pro": "1.11.0",
1818
"codesandbox": "^2.2.3",
1919
"lodash-es": "^4.17.21",
2020
"vue": "^3.2.29",

0 commit comments

Comments
 (0)