UNPKG

4.12 kBMarkdownView Raw
1# React Resolver Changelog
2
3### v3.0.0 - (2016-03-01)
4
5- Require React, React-DOM v0.14
6 + <https://github.com/ericclemmons/react-resolver/pull/100>
7
8### v2.0.5 - (2015-09-07)
9
10- Fix React Router v0.13.3 `HistoryLocation` bug
11 + <https://github.com/ericclemmons/react-resolver/pull/78>
12 + <https://github.com/ericclemmons/react-resolver/issues/75>
13
14
15### v2.0.4 - (2015-08-25)
16
17- Support _thenables_
18 + <https://github.com/ericclemmons/react-resolver/pull/65>
19
20
21### v2.0.3 - (2015-08-19)
22
23- Fix integration React Router's `HistoryLocation`
24 + <https://github.com/ericclemmons/react-resolver/pull/67>
25
26
27### v2.0.2 - (2015-08-11)
28
29- Apparently releasing `v1.3.0` takes over all of the `v2` releases?
30
31
32### v2.0.1 - (2015-08-09)
33
34- [Replace `Symbol` usage with plain strings](https://github.com/ericclemmons/react-resolver/issues/58)
35
36
37### v2.0.0 - (2015-08-09)
38
39- [V2 Rewrite](https://github.com/ericclemmons/react-resolver/pull/52)
40- [Bootstrapping Client](https://github.com/ericclemmons/react-resolver/issues/22)
41 + <https://github.com/ericclemmons/react-resolver/pull/34>
42- [Owner/Parent Differ](https://github.com/ericclemmons/react-resolver/issues/29)
43
44
45### v1.2.2 - (2015-08-05)
46
47- [Decorators](https://github.com/ericclemmons/react-resolver/pull/31)
48
49
50### v1.2.1 - (2015-08-05)
51
52- [Add tests & correct props cascading](https://github.com/ericclemmons/react-resolver/pull/48)
53
54
55### v1.2.0 - (2015-08-05)
56
57- [Props cascade down to target component](https://github.com/ericclemmons/react-resolver/pull/56)
58
59
60### v1.1.7 - (2015-04-25)
61
62- [Clear Nested States](https://github.com/ericclemmons/react-resolver/pull/37)
63
64
65### v1.1.6 - (2015-04-25)
66
67- [Clear Cache After Render](https://github.com/ericclemmons/react-resolver/issues/33)
68 + Fix [Not resolving again when transitioning to sibling state](https://github.com/ericclemmons/react-resolver/issues/17)
69
70
71### v1.1.5 - (2015-04-25)
72
73- Update `dist/` from `v1.1.4`
74
75
76### v1.1.4 - (2015-04-25)
77
78- [require react/lib/cloneWithProps directly instead of through addons](https://github.com/ericclemmons/react-resolver/pull/32)
79 + [Browserify Bundling Twice](https://github.com/ericclemmons/react-resolver/issues/27)
80
81
82### v1.1.3 - (2015-04-15)
83
84- [#28](https://github.com/ericclemmons/react-resolver/issues/28)
85 _Another_ attempt to fix `Resolver` being named `resolver.js`
86
87
88### v1.1.2 - (2015-04-15)
89
90- [#28](https://github.com/ericclemmons/react-resolver/issues/28)
91 Attempt to fix `Resolver` being named `resolver.js`
92
93
94### v1.1.1 - (2015-04-13)
95
96- Ignore more files via NPM (6c6fb03)
97
98
99### v1.1.0 - (2015-04-13)
100
101- [Contexts](https://github.com/ericclemmons/react-resolver/pull/21)
102
103
104### v1.0.0 - (2015-04-13)
105
106- Complete rewrite for React v0.13
107- "Higher-order Components" via `Resolver.createContainer`
108- Remove all dependencies (!)
109 + [#9](https://github.com/ericclemmons/react-resolver/issues/9)
110 + [#14](https://github.com/ericclemmons/react-resolver/issues/14)
111 + [#15](https://github.com/ericclemmons/react-resolver/issues/15)
112
113
114### v0.2.0 - (2015-02-25)
115
116- Remove [`resolver.handle`][11]
117
118
119### v0.1.2 (2015-02-25)
120
121- Fix [examples/contacts](https://github.com/ericclemmons/react-resolver/tree/e026a3b1cbf16995c10c825c18d2f20b6277f62f/examples/contacts)
122
123
124### v0.1.1 (2015-02-25)
125
126- Move `react-router` from `optionalDependencies` to `peerDependencies`
127
128
129### v0.1.0 (2015-02-24)
130
131- [#7][7] - Add `react` and `react-router` as `peerDependencies`.
132- [#8][8] - Support React v0.13
133
134
135### v0.0.4 (2015-02-24)
136
137- [#4][4] - NPM package is ES5, not ES6.
138- [#5][5] - Clarify use of `Resolver.mixin`.
139- [#6][6] - README comparison to Relay.
140
141
142### v0.0.3 (2015-02-19)
143
144- Public release
145
146
147### v0.0.2 (2015-02-18)
148
149- Working prototype with context
150
151
152### v0.0.1 (2015-01-29)
153
154- Initial commit
155
156
157[4]: https://github.com/ericclemmons/react-resolver/pull/4
158[5]: https://github.com/ericclemmons/react-resolver/issues/5
159[6]: https://github.com/ericclemmons/react-resolver/issues/6
160[7]: https://github.com/ericclemmons/react-resolver/issues/7
161[8]: https://github.com/ericclemmons/react-resolver/issues/8
162[11]: https://github.com/ericclemmons/react-resolver/issues/11