UNPKG

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