Skip to content

Commit 7db4724

Browse files
committed
v1.0.0
1 parent ea54489 commit 7db4724

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.0
2+
Overall just internal changes.
3+
* Remove DataMixin in favor of a component.
4+
* Use a reducer for changes of data.
5+
* Use React 15.
6+
17
## 0.6.0
28
* Support for React 0.14.
39
* Use lodash for sorting.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-data-components",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "React data components",
55
"keywords": [
66
"pagination",

0 commit comments

Comments
 (0)