UNPKG

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