|
1 | 1 | # OverReact Changelog |
2 | 2 |
|
| 3 | +## 2.2.0 |
| 4 | + |
| 5 | +> Complete `2.2.0` Changsets: |
| 6 | +> |
| 7 | +> - [Dart 2](https://github.com/Workiva/over_react/compare/2.1.0+dart2...2.2.0+dart2) |
| 8 | +> - [Dart 1](https://github.com/Workiva/over_react/compare/2.1.0+dart1...2.2.0+dart1) |
| 9 | +
|
| 10 | +- [#249] Warn consumers about props / state mutation |
| 11 | + - Directly mutating props and state is an antipattern and can cause unpredictable rendering. |
| 12 | + Avoiding this will be especially important for components to behave correctly in React 16's [concurrent mode](https://reactjs.org/blog/2018/11/27/react-16-roadmap.html#react-16x-q2-2019-the-one-with-concurrent-mode). |
| 13 | + |
| 14 | +- [#255] Update for future compatibility with `react` 5.0.0 |
| 15 | + |
3 | 16 | ## 2.1.0 |
4 | 17 |
|
5 | 18 | > Complete `2.1.0` Changsets: |
6 | 19 | > |
7 | | -> - [Dart 2](https://github.com/Workiva/over_react/compare/2.0.0+dart2...2.1.0) |
| 20 | +> - [Dart 2](https://github.com/Workiva/over_react/compare/2.0.0+dart2...2.1.0+dart2) |
8 | 21 | > - Dart 1 (no changes) |
9 | 22 |
|
| 23 | +- [#249] Warn consumers about props / state mutation |
| 24 | + - Directly mutating props and state is an antipattern and can cause unpredictable rendering. |
| 25 | + Avoiding this will be especially important for components to behave correctly in React 16's [concurrent mode](https://reactjs.org/blog/2018/11/27/react-16-roadmap.html#react-16x-q2-2019-the-one-with-concurrent-mode). |
| 26 | + |
10 | 27 | - [#254] Add IDE snippets (WebStorm/IntelliJ and VSCode) for Dart2-only |
11 | 28 | component boilerplate. |
12 | 29 |
|
@@ -66,6 +83,14 @@ __Breaking Changes__ |
66 | 83 | * `getJsProps()` - use `getProps()` instead |
67 | 84 | * `$Props` and `$PropKeys` - see the migration guide above |
68 | 85 |
|
| 86 | +## 1.32.0 |
| 87 | +
|
| 88 | +> [Complete `1.32.0` Changeset](https://github.com/Workiva/over_react/compare/1.31.0...1.32.0) |
| 89 | +
|
| 90 | +* [#249] Warn consumers about props / state mutation |
| 91 | + * Directly mutating props and state is an antipattern and can cause unpredictable rendering. |
| 92 | + Avoiding this will be especially important for components to behave correctly in React 16's [concurrent mode](https://reactjs.org/blog/2018/11/27/react-16-roadmap.html#react-16x-q2-2019-the-one-with-concurrent-mode). |
| 93 | +
|
69 | 94 | ## 1.31.0 |
70 | 95 |
|
71 | 96 | > [Complete `1.31.0` Changeset](https://github.com/Workiva/over_react/compare/1.30.2...1.31.0) |
|
0 commit comments