Skip to content

Commit

Permalink
released v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 25, 2017
1 parent 13cccc5 commit db3440c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/md/cn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@

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

## 1.6.2

`2017-12-25`

- 🌟 feat(Menu): The Menu component add divider. [fb51a3c](https://github.com/uiw-react/uiw/commit/fb51a3cf3629fec77e303191f0e7fb78ae4824ab)
- 🌟 feat(Paging): Jump flip add hover icon. [dfc9606](https://github.com/uiw-react/uiw/commit/dfc9606de57bfd15cfe8b5eac3f5eda11865fd19)
- 🐞 fix(TimeSelect): Drop down selection. [ac1f8ba](https://github.com/uiw-react/uiw/commit/ac1f8ba6957ec502bbad5ffb4207a57a0189b97a)
- 🐞 fix(Paging): Fix #52 the page calculation error. [a819407](https://github.com/uiw-react/uiw/commit/a8194078ccdcca25225b4a53639926a2f3ab1cd1)
- 💄 chore(Message): Message component root node cleanup. [cbc6912](https://github.com/uiw-react/uiw/commit/cbc691277d6f35d80b70a5041337bc3766c6f9c4)
- 💄 clean: format the code. [966a4bc](https://github.com/uiw-react/uiw/commit/966a4bc18cb83229b514200816807d6c1b406ac4)
- 📖 doc(Menu): Update example. [e96ce68](https://github.com/uiw-react/uiw/commit/e96ce68a7c9254b7d253d1079e7e644fe444240f)
- 📖 doc: update recommendation. [a2bfdb4](https://github.com/uiw-react/uiw/commit/a2bfdb475be7a389d4caac955ac32477686c5590)

## 1.6.1

`2017-12-19`
Expand Down
12 changes: 12 additions & 0 deletions docs/md/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@

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

## 1.6.2

`2017-12-25`

- 🌟 feat(Menu): The Menu component add divider. [fb51a3c](https://github.com/uiw-react/uiw/commit/fb51a3cf3629fec77e303191f0e7fb78ae4824ab)
- 🌟 feat(Paging): Jump flip add hover icon. [dfc9606](https://github.com/uiw-react/uiw/commit/dfc9606de57bfd15cfe8b5eac3f5eda11865fd19)
- 🐞 fix(TimeSelect): Drop down selection. [ac1f8ba](https://github.com/uiw-react/uiw/commit/ac1f8ba6957ec502bbad5ffb4207a57a0189b97a)
- 🐞 fix(Paging): Fix #52 the page calculation error. [a819407](https://github.com/uiw-react/uiw/commit/a8194078ccdcca25225b4a53639926a2f3ab1cd1)
- 💄 chore(Message): Message component root node cleanup. [cbc6912](https://github.com/uiw-react/uiw/commit/cbc691277d6f35d80b70a5041337bc3766c6f9c4)
- 💄 clean: format the code. [966a4bc](https://github.com/uiw-react/uiw/commit/966a4bc18cb83229b514200816807d6c1b406ac4)
- 📖 doc(Menu): Update example. [e96ce68](https://github.com/uiw-react/uiw/commit/e96ce68a7c9254b7d253d1079e7e644fe444240f)
- 📖 doc: update recommendation. [a2bfdb4](https://github.com/uiw-react/uiw/commit/a2bfdb475be7a389d4caac955ac32477686c5590)

## 1.6.1

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": "uiw",
"version": "1.6.1",
"version": "1.6.2",
"description": "A high quality UI Toolkit, A Component Library for React 16+.",
"homepage": "https://uiw-react.github.io",
"authors": [
Expand Down

0 comments on commit db3440c

Please sign in to comment.