Skip to content

Commit

Permalink
update: 更新[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
79E committed Aug 22, 2022
1 parent ab82f4f commit 38ee5af
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
17 changes: 17 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范


## 更新内容
### v0.1.0
`2022-08-22`

**Docs**
- 整体重新修正Aunt文档和演示Demo展示结构。

**New Component**
- 新增 Card 卡片组件
- 新增 Switch 开关组件
- 新增 Badge 徽标组件
- 新增 Transition 动画过渡组件

**Bug Fixes**
- Loading: 修补加载状态组件基础类型
- Avatar: 修补头像文字类型文字超出截取问题
- Badge: 修复Badge 徽标在没有子元素下位置偏移和动画闪跳问题

### v0.0.3
`2022-07-31`
**New Component**
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aunt",
"version": "0.0.3",
"version": "0.1.0",
"description": "React Mobile UI Components base on Aunt UI",
"scripts": {
"start": "dumi dev",
Expand Down Expand Up @@ -60,9 +60,7 @@
"@types/react-dom": "18"
},
"dependencies": {
"lodash": "^4.17.21",
"react-transition-group": "^4.4.5",
"tslib": "^2.4.0"
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
Expand All @@ -71,7 +69,6 @@
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.182",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
Expand Down

0 comments on commit 38ee5af

Please sign in to comment.