Skip to content

Commit

Permalink
Merge pull request #274 from Tencent/release/0.1.1
Browse files Browse the repository at this point in the history
chore: publish v0.1.1
  • Loading branch information
LeeJim authored Jul 12, 2022
2 parents 8f35e13 + 1a551d9 commit e2ff3f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ toc: false
spline: explain
---

## 🌈 0.1.1 `2022-07-12`
### 🚀 Features
- `Tag`: 视觉升级以及新增支持左图标 @anlyyao ([#270](https://github.com/Tencent/tdesign-mobile-react/pull/270))
- `Progress`: 新增 Progress 组件 @yilaierwang ([#273](https://github.com/Tencent/tdesign-mobile-react/pull/273))
- `Fab` 新增 Fab 组件 @anlyyao ([#266](https://github.com/Tencent/tdesign-mobile-react/pull/266))
### 🐞 Bug Fixes
- `Search`: 修复无法使用的问题 @Perisiguiendo ([#269](https://github.com/Tencent/tdesign-mobile-react/pull/269))
- `Button`: 补充支持 style 属性 @anlyyao ([#266](https://github.com/Tencent/tdesign-mobile-react/pull/266))

## 🌈 0.1.0 `2022-06-29`

首发版本
首发版本
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-mobile-react",
"version": "0.1.0",
"version": "0.1.1",
"description": "TDesign Component for Mobile React",
"title": "tdesign-mobile-react",
"main": "cjs/index.js",
Expand Down Expand Up @@ -165,4 +165,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 50 files
+6 −10 docs/mobile/api/date-time-picker.md
+5 −5 docs/mobile/api/dropdown-menu.md
+11 −0 docs/mobile/api/overlay.md
+1 −1 docs/mobile/api/pull-down-refresh.md
+7 −1 docs/web/api/cascader.md
+6 −0 docs/web/api/drawer.md
+29 −0 docs/web/api/rate.md
+9 −2 docs/web/api/table.md
+2 −2 docs/web/api/time-picker.md
+6 −0 docs/web/api/tree.md
+1 −0 docs/web/design/rate.md
+1 −1 js/global-config/locale/en_US.ts
+1 −1 js/global-config/locale/ja_JP.ts
+1 −1 js/global-config/locale/ko_KR.ts
+1 −1 js/global-config/locale/zh_CN.ts
+2 −1 js/time-picker/const.ts
+11 −7 js/tree/tree-node.ts
+1 −0 js/tree/tree-store.ts
+7 −0 js/tree/types.ts
+5 −0 js/utils/getScrollbarWidth.ts
+39 −94 style/mobile/components/dropdown-menu/_index.less
+2 −2 style/mobile/components/fab/_index.less
+4 −0 style/mobile/components/list/_index.less
+15 −0 style/mobile/components/overlay/_index.less
+0 −4 style/mobile/components/radio/_index.less
+92 −99 style/mobile/components/tag/_index.less
+31 −14 style/mobile/components/tag/_var.less
+1 −0 style/web/components/button/_index.less
+39 −185 style/web/components/cascader/_index.less
+0 −9 style/web/components/cascader/_mixin.less
+0 −196 style/web/components/cascader/_new.less
+0 −56 style/web/components/cascader/_new_var.less
+1 −50 style/web/components/cascader/_var.less
+22 −15 style/web/components/date-picker/_index.less
+3 −4 style/web/components/date-picker/_var.less
+8 −8 style/web/components/dialog/_index.less
+1 −0 style/web/components/form/_index.less
+1 −0 style/web/components/grid/_index.less
+0 −1 style/web/components/input/_index.less
+3 −4 style/web/components/menu/_index-v2.less
+2 −4 style/web/components/menu/_index.less
+1 −31 style/web/components/radio/_index.less
+30 −0 style/web/components/rate/_index.less
+0 −0 style/web/components/rate/_mixin.less
+37 −0 style/web/components/rate/_var.less
+96 −0 style/web/components/rate/index.html
+4 −0 style/web/components/space/_index.less
+6 −3 style/web/components/table/_index.less
+39 −0 style/web/components/tree/_index.less
+5 −0 style/web/components/tree/_var.less

0 comments on commit e2ff3f6

Please sign in to comment.