Skip to content

Commit e3e32c6

Browse files
committed
docs(release): publish v1.8.0
1 parent c605be2 commit e3e32c6

File tree

8 files changed

+52
-7
lines changed

8 files changed

+52
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.8.0](https://github.com/IDuxFE/idux/compare/v1.7.2...v1.8.0) (2023-07-06)
7+
8+
### Bug Fixes
9+
10+
- **comp:carousel:** dot clickable area is too small ([#1590](https://github.com/IDuxFE/idux/issues/1590)) ([7138b40](https://github.com/IDuxFE/idux/commit/7138b40f74adaf47960d8be73427eb92f61e0090))
11+
- **comp:date-picker:** start and end cell calculation error ([#1591](https://github.com/IDuxFE/idux/issues/1591)) ([d66c71b](https://github.com/IDuxFE/idux/commit/d66c71b9399083e3da16db8347547cadfc7cb1b5))
12+
- **pro:table:** the checkbox logic in the layout tool tree is incorrect ([#1593](https://github.com/IDuxFE/idux/issues/1593)) ([799ac59](https://github.com/IDuxFE/idux/commit/799ac5909aac314589c330d2b57f7ce91414c561))
13+
14+
### Features
15+
16+
- **comp:text:** add text component ([#1595](https://github.com/IDuxFE/idux/issues/1595)) ([9df3f1b](https://github.com/IDuxFE/idux/commit/9df3f1bba067130bca7f9104312d6b2ee3527b2a))
17+
- **comp:tree:** expandIcon prop supports render function now ([#1586](https://github.com/IDuxFE/idux/issues/1586)) ([f4b1a38](https://github.com/IDuxFE/idux/commit/f4b1a38bd3160fed17abbc2e656025611f8459e9))
18+
- **pro:search:** add `mutiSegment` field ([#1574](https://github.com/IDuxFE/idux/issues/1574)) ([90a1a8a](https://github.com/IDuxFE/idux/commit/90a1a8a1f5e197735aafa4fc0faac76008af0996))
19+
- **pro:search:** add IxProSearchShortcut comp and shortcut slots ([#1594](https://github.com/IDuxFE/idux/issues/1594)) ([c605be2](https://github.com/IDuxFE/idux/commit/c605be21e7cb3f13c87cebffd87e09d2947493cd))
20+
- **pro:transfer:** add layoutTool support to table transfer ([#1579](https://github.com/IDuxFE/idux/issues/1579)) ([6c6d41b](https://github.com/IDuxFE/idux/commit/6c6d41bf75a8a560c0446e27a5d1dde90bda0bcb))
21+
622
## [1.7.2](https://github.com/IDuxFE/idux/compare/v1.6.0...v1.7.2) (2023-06-28)
723

824
### Bug Fixes

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.7.2",
3+
"version": "1.8.0",
44
"command": {
55
"publish": {
66
"allowBranch": ["main", "release", "next", "hotfix"],

packages/components/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.8.0](https://github.com/IDuxFE/idux/compare/v1.7.2...v1.8.0) (2023-07-06)
7+
8+
### Bug Fixes
9+
10+
- **comp:carousel:** dot clickable area is too small ([#1590](https://github.com/IDuxFE/idux/issues/1590)) ([7138b40](https://github.com/IDuxFE/idux/commit/7138b40f74adaf47960d8be73427eb92f61e0090))
11+
- **comp:date-picker:** start and end cell calculation error ([#1591](https://github.com/IDuxFE/idux/issues/1591)) ([d66c71b](https://github.com/IDuxFE/idux/commit/d66c71b9399083e3da16db8347547cadfc7cb1b5))
12+
13+
### Features
14+
15+
- **comp:text:** add text component ([#1595](https://github.com/IDuxFE/idux/issues/1595)) ([9df3f1b](https://github.com/IDuxFE/idux/commit/9df3f1bba067130bca7f9104312d6b2ee3527b2a))
16+
- **comp:tree:** expandIcon prop supports render function now ([#1586](https://github.com/IDuxFE/idux/issues/1586)) ([f4b1a38](https://github.com/IDuxFE/idux/commit/f4b1a38bd3160fed17abbc2e656025611f8459e9))
17+
618
## [1.7.2](https://github.com/IDuxFE/idux/compare/v1.6.0...v1.7.2) (2023-06-28)
719

820
### Bug Fixes

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.7.2",
3+
"version": "1.8.0",
44
"description": "A UI Component Library for Vue 3.x",
55
"keywords": [
66
"vue",

packages/pro/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.8.0](https://github.com/IDuxFE/idux/compare/v1.7.2...v1.8.0) (2023-07-06)
7+
8+
### Bug Fixes
9+
10+
- **pro:table:** the checkbox logic in the layout tool tree is incorrect ([#1593](https://github.com/IDuxFE/idux/issues/1593)) ([799ac59](https://github.com/IDuxFE/idux/commit/799ac5909aac314589c330d2b57f7ce91414c561))
11+
12+
### Features
13+
14+
- **comp:tree:** expandIcon prop supports render function now ([#1586](https://github.com/IDuxFE/idux/issues/1586)) ([f4b1a38](https://github.com/IDuxFE/idux/commit/f4b1a38bd3160fed17abbc2e656025611f8459e9))
15+
- **pro:search:** add `mutiSegment` field ([#1574](https://github.com/IDuxFE/idux/issues/1574)) ([90a1a8a](https://github.com/IDuxFE/idux/commit/90a1a8a1f5e197735aafa4fc0faac76008af0996))
16+
- **pro:search:** add IxProSearchShortcut comp and shortcut slots ([#1594](https://github.com/IDuxFE/idux/issues/1594)) ([c605be2](https://github.com/IDuxFE/idux/commit/c605be21e7cb3f13c87cebffd87e09d2947493cd))
17+
- **pro:transfer:** add layoutTool support to table transfer ([#1579](https://github.com/IDuxFE/idux/issues/1579)) ([6c6d41b](https://github.com/IDuxFE/idux/commit/6c6d41bf75a8a560c0446e27a5d1dde90bda0bcb))
18+
619
## [1.7.2](https://github.com/IDuxFE/idux/compare/v1.6.0...v1.7.2) (2023-06-28)
720

821
### Bug Fixes

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.7.2",
3+
"version": "1.8.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.7.2",
42-
"@idux/components": "1.7.2",
42+
"@idux/components": "1.8.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.8.0](https://github.com/IDuxFE/idux/compare/v1.7.2...v1.8.0) (2023-07-06)
7+
8+
**Note:** Version bump only for package @idux/site
9+
610
## [1.7.2](https://github.com/IDuxFE/idux/compare/v1.6.0...v1.7.2) (2023-06-28)
711

812
### Bug Fixes

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.7.2",
3+
"version": "1.8.0",
44
"private": true,
55
"description": "A website for @idux",
66
"license": "MIT",
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@idux/cdk": "1.7.2",
16-
"@idux/components": "1.7.2",
17-
"@idux/pro": "1.7.2",
16+
"@idux/components": "1.8.0",
17+
"@idux/pro": "1.8.0",
1818
"codesandbox": "^2.2.3",
1919
"lodash-es": "^4.17.21",
2020
"vue": "^3.2.29",

0 commit comments

Comments
 (0)