Skip to content

Commit 68448de

Browse files
committed
released v1.3.2
1 parent f6f5962 commit 68448de

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

docs/md/cn/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@
55

66
Github [更新日志](https://github.com/uiw-react/uiw/releases)
77

8+
## 1.3.2
9+
10+
`2017-11-22`
11+
12+
Feature:
13+
14+
- 🌟 feat(Timestamp): Add TZC props. e787e0c
15+
16+
Bug fixed:
17+
18+
- 🐞 fix(Tree): The default expand menu. 92999b6
19+
- 🐞 fix(Timestamp): Spell TZC in lowercase zc. 063c00e
20+
- 🐞 fix(Radio): Controlled component problem. 8c6b125
21+
- 🐞 fix(Radio): Radio checked can not be undefined. 1319139
22+
- 🐞 fix(Tag/Carousel/HeatMap): remove string refs. d4857eb
23+
- 🐞 fix(Radio): fixed default cannot be selected. remove string refs. 287f945
24+
- 🎨 style(Select):Modify the drop-down style. b3775c9
25+
26+
Add Test Case:
27+
28+
- ⛑ test: Add eslint. 360a090
29+
30+
Document Update:
31+
32+
- 📝 Update recommendation.md 03516d7
33+
- 📝 doc: remove string refs in docs. e9fb6d4
34+
835
## v1.3.1
936

1037
`2017-11-22`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uiw",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A high quality UI Toolkit, A Component Library for React 16+.",
55
"homepage": "https://uiw-react.github.io",
66
"authors": [

0 commit comments

Comments
 (0)