Skip to content

Commit 8de772b

Browse files
committed
released v1.3.1
1 parent 12005af commit 8de772b

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

docs/md/cn/changelog.md

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

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

8+
## v1.3.1
9+
10+
Feature:
11+
12+
- 🌟 feat(Timestamp): Add Timestamp Component. - [685b3de](https://github.com/uiw-react/uiw/commit/685b3de0be26cdbe3a43c48232b6989ea444e943)
13+
- 🌟 feat(Card): Card component add footer props. - [76e5303](https://github.com/uiw-react/uiw/commit/76e5303c1bcba257dc66cb537b41462e1a238c3a)
14+
- 🌟 feat: Add CopyToClipboard component. - [9868d80](https://github.com/uiw-react/uiw/commit/9868d8035f56b73013ced02542efbbbd78f54777)
15+
16+
Bug fixed:
17+
18+
- 🐞 fix(Carousel): fix syntax error. - [83da0fa](https://github.com/uiw-react/uiw/commit/83da0fa7f322dfb09c24266e6f21fb9b5f664b2f)
19+
- 👣 clean: Propper code formatting. - [9f220a6](https://github.com/uiw-react/uiw/commit/9f220a6055e98af4457e3072bbe64217833997dd)
20+
- 👣 clean(Input/Button): Code formatting. - [9039410](https://github.com/uiw-react/uiw/commit/90394103db20f5890d483c4baef5c3d187197f64)
21+
- 🐞 style(TimePicker): Modify font size. - [5fd5c94](https://github.com/uiw-react/uiw/commit/5fd5c9438dfb4093708345edf1d799e48cd2b4f2)
22+
23+
Bug fixed in React16.1.1:
24+
25+
> [Legacy API: String Refs](https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs) removed in one of the react16.1.1+ releases.
26+
27+
- 🐞 fix(TimePicker/TimeSelect): remove string refs. - [d540992](https://github.com/uiw-react/uiw/commit/d540992492cd60ad45539e548d382dbaa7058448)
28+
- 🐞 fix(Tooltip): remove string refs. - [7d12e32](https://github.com/uiw-react/uiw/commit/7d12e3216fb38ad0a2064b7724258164396a5ec1)
29+
- 🐞 fix(Table): remove string refs. - [7177272](https://github.com/uiw-react/uiw/commit/71772721599f72aa8ab73536e38198d2f553cbb5)
30+
- 🐞 fix(Slider): remove string refs. - [032ff34](https://github.com/uiw-react/uiw/commit/032ff34b181141c00891a8e8888129581a01436d)
31+
- 🐞 fix(Select/Progress/Notification):remove string refs. - [5ee106b](https://github.com/uiw-react/uiw/commit/5ee106b819044c1793b46c4bcac2d7bf2645f0cd)
32+
- 🐞 fix(Modal): remove string refs. - [97a785d](https://github.com/uiw-react/uiw/commit/97a785dd47c981a02edac6e15c0c01f929d3a4cd)
33+
- 🐞 fix(Menu): fix syntax error. - [27b8519](https://github.com/uiw-react/uiw/commit/27b8519317f8833f5de93d180908b49ee0338fa2)
34+
- 🐞 fix(Calendar.HeatMap): remove string refs. - [682a019](https://github.com/uiw-react/uiw/commit/682a01949723c982606c74ce936ac98536961f8c)
35+
- 🐞 fix(Affix): remove string refs. - [256fdd5](https://github.com/uiw-react/uiw/commit/256fdd5b68a1c7cec1e49e1069404abb1ca3701a)
36+
- 🐞 fix(Checkbox): Remove String Refs. - [52e0e28](https://github.com/uiw-react/uiw/commit/52e0e283e9bc99aa5b45c6c911f71662b2f5169b)
37+
- 🐞 fix(Input/InputNumber): Remove String Refs - [1551329](https://github.com/uiw-react/uiw/commit/15513298156795d4a2aa25c2fbe212e1e703f243)
38+
- 🐞 fix: Refs Must Have Owner Warning in React 16.1.1 - [bd3d8d8](https://github.com/uiw-react/uiw/commit/bd3d8d830ca1e6dda3c45fd0ed0d813395480900)
39+
40+
Add Test Case:
41+
42+
- ⛑ test(Menu):Add Menu component test case. ([#23](https://github.com/uiw-react/uiw/pull/23)) : [@kooff88](https://github.com/kooff88) - [e5d320e]
43+
44+
Document Update:
45+
46+
- 📝 doc(Icon): Add icon to copy. - [c67652d](https://github.com/uiw-react/uiw/commit/c67652d1d435301c1a3eeb5b70471d4a3c2887a1)
47+
- 📝 Add package.json in peerDependencies. - [91695e7](https://github.com/uiw-react/uiw/commit/91695e71a0ba71ab7e34dd8a88c985c640ee2557)
48+
849
## v1.3.0
950

1051
`2017-11-21`

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.0",
3+
"version": "1.3.1",
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)