Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History
----

---

## 6.0.10

- fix calendar recursive when use12Hours

## 6.0.9

Expand All @@ -22,7 +27,6 @@

- support minuteStep


## 5.0.0 / 2016-09-07

- extract datePicker element from popup
Expand Down Expand Up @@ -53,4 +57,4 @@

## 1.0.0 / 2015-12-23

- init
- init
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmc-date-picker",
"version": "6.0.9",
"version": "6.0.10",
"description": "React Mobile DatePicker Component for web and react-native",
"keywords": [
"react",
Expand Down Expand Up @@ -69,7 +69,7 @@
"rc-tools": "6.x",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-native": "~0.42.0",
"react-native": "~0.60.4",
"react-native-index-page": "~0.2.0",
"react-test-renderer": "^15.5.0"
},
Expand Down