Skip to content

Commit

Permalink
chore(release): v1.10.6 (#815)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 23, 2023
1 parent c83a04c commit 19824e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.10.6](https://github.com/ant-design/ant-design-mini/compare/1.10.5...1.10.6)

- fix: fix form-textarea onFocus not working [`#814`](https://github.com/ant-design/ant-design-mini/pull/814)
- fix: 修复 form 表单 createForm Api 误写问题 [`#806`](https://github.com/ant-design/ant-design-mini/pull/806)
- fix: 修复文档中 iOS 的大小写问题 [`#805`](https://github.com/ant-design/ant-design-mini/pull/805)

#### [1.10.5](https://github.com/ant-design/ant-design-mini/compare/1.10.4...1.10.5)

> 1 August 2023
- feat: 修改indexbar bug [`#802`](https://github.com/ant-design/ant-design-mini/pull/802)
- fix: tabs [`#801`](https://github.com/ant-design/ant-design-mini/pull/801)

Expand Down Expand Up @@ -816,7 +824,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(floatPanel): wrapper css add width:100% [`#150`](https://github.com/ant-design/ant-design-mini/pull/150)
- feat: Icon、ListItem、Button support stopPropagation [`#149`](https://github.com/ant-design/ant-design-mini/pull/149)
- chore(CheckboxGroup): fix checkboxgroup and radiogroup style [`#146`](https://github.com/ant-design/ant-design-mini/pull/146)
- fix(Tabs): fix title style in iOS9 [`#148`](https://github.com/ant-design/ant-design-mini/pull/148)
- fix(Tabs): fix title style in IOS9 [`#148`](https://github.com/ant-design/ant-design-mini/pull/148)
- fix(FloatPanel): scroll-view bug && demo ui [`#147`](https://github.com/ant-design/ant-design-mini/pull/147)
- 修复不设置标题时,标题行占位的问题 [`#145`](https://github.com/ant-design/ant-design-mini/pull/145)
- feat(doc): update appCdnBaseUrl [`38d8358`](https://github.com/ant-design/ant-design-mini/commit/38d835857f4b42d62b6b96aa9f5c0585027b44f6)
Expand Down Expand Up @@ -997,7 +1005,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 20 June 2022
- chore(CheckboxGroup): fix checkboxgroup and radiogroup style [`#146`](https://github.com/ant-design/ant-design-mini/pull/146)
- fix(Tabs): fix title style in iOS9 [`#148`](https://github.com/ant-design/ant-design-mini/pull/148)
- fix(Tabs): fix title style in IOS9 [`#148`](https://github.com/ant-design/ant-design-mini/pull/148)
- fix(FloatPanel): scroll-view bug && demo ui [`#147`](https://github.com/ant-design/ant-design-mini/pull/147)
- 修复不设置标题时,标题行占位的问题 [`#145`](https://github.com/ant-design/ant-design-mini/pull/145)
- Feat/float panel [`#142`](https://github.com/ant-design/ant-design-mini/pull/142)
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": "antd-mini",
"version": "1.10.5",
"version": "1.10.6",
"scripts": {
"dev": "node ./scripts/dev.js",
"build": "node ./scripts/build.js",
Expand Down

0 comments on commit 19824e6

Please sign in to comment.