Skip to content

Commit

Permalink
chore: publish 1.1.6 (#2225)
Browse files Browse the repository at this point in the history
* chore: publish 1.1.6

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
honkinglin and github-actions[bot] authored May 18, 2023
1 parent 2e941c1 commit 8b9116a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ toc: false
spline: explain
---

## 🌈 1.1.6 `2023-05-18`
### 🚀 Features
- `TreeSelect`: 支持 `panelConent` API @ArthurYung ([#2182](https://github.com/Tencent/tdesign-react/pull/2182))

### 🐞 Bug Fixes
- `Select`: 修复可创建重复 label 的选项的缺陷 @uyarn ([#2221](https://github.com/Tencent/tdesign-react/pull/2221))
- `Skeleton`: 修复使用`rowCol`时额外多渲染一行theme的缺陷 @uyarn ([#2223](https://github.com/Tencent/tdesign-react/pull/2223))
- `Form`:
- 修复异步渲染使用 `useWatch` 报错问题 @honkinglin ([#2220](https://github.com/Tencent/tdesign-react/pull/2220))
- 修复 `FormList` 初始值赋值失效问题 @honkinglin ([#2222](https://github.com/Tencent/tdesign-react/pull/2222))

## 🌈 1.1.5 `2023-05-10`
### 🚀 Features
- `Cascader`: 支持 `suffix``suffixIcon` @honkinglin ([#2200](https://github.com/Tencent/tdesign-react/pull/2200))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-react",
"purename": "tdesign",
"version": "1.1.5",
"version": "1.1.6",
"description": "TDesign Component for React",
"title": "tdesign-react",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 40 files
+8 −0 docs/mobile/api_v2/action-sheet.md
+21 −6 docs/mobile/api_v2/avatar.md
+18 −3 docs/mobile/api_v2/collapse.md
+16 −4 docs/mobile/api_v2/navbar.md
+24 −12 docs/mobile/api_v2/notice-bar.md
+17 −12 docs/mobile/api_v2/progress.md
+3 −11 docs/mobile/api_v2/pull-down-refresh.md
+24 −14 docs/mobile/api_v2/steps.md
+22 −10 docs/mobile/api_v2/tab-bar.md
+6 −0 docs/web/api/cascader.md
+47 −0 docs/web/api/statistic-US.md
+17 −7 docs/web/api/statistic.md
+1 −0 js/date-picker/format.ts
+2 −1 js/tree/tree-node.ts
+48 −30 style/mobile/components/action-sheet/v2/_index.less
+3 −0 style/mobile/components/action-sheet/v2/_var.less
+0 −113 style/mobile/components/collapse-panel/v2/_index.less
+0 −16 style/mobile/components/collapse-panel/v2/_var.less
+74 −0 style/mobile/components/collapse/v2/_index.less
+14 −0 style/mobile/components/collapse/v2/_var.less
+1 −0 style/mobile/components/drawer/v2/_index.less
+11 −0 style/mobile/components/navbar/v2/_index.less
+2 −0 style/mobile/components/notice-bar/v2/_index.less
+43 −0 style/mobile/components/progress/v2/_index.less
+14 −2 style/mobile/components/pull-down-refresh/v2/_index.less
+3 −0 style/mobile/components/pull-down-refresh/v2/_var.less
+2 −1 style/mobile/components/step-item/v2/_index.less
+1 −1 style/mobile/components/step-item/v2/_var.less
+8 −0 style/mobile/components/steps/v2/_index.less
+11 −3 style/mobile/components/tab-bar-item/v2/_index.less
+10 −0 style/web/components/color-picker/_index.less
+2 −0 style/web/components/color-picker/_var.less
+2 −0 style/web/components/popup/_mixin.less
+1 −0 style/web/components/range-input/_mixin.less
+2 −0 style/web/components/select-input/_index.less
+31 −26 style/web/components/statistic/_index.less
+15 −21 style/web/components/statistic/_var.less
+2 −2 style/web/components/switch/_index.less
+3 −5 style/web/components/upload/_index.less
+1 −1 style/web/components/upload/_var.less

0 comments on commit 8b9116a

Please sign in to comment.