Skip to content

Commit b2e5414

Browse files
Merge pull request #265 from Workiva/release_over_react_2.2.0+dart2
CPLAT-4739 CPLAT-4738 Release over_react 2.2.0+dart2
2 parents 2361f4f + 3aa318f commit b2e5414

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
11
# OverReact Changelog
22

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+
316
## 2.1.0
417

518
> Complete `2.1.0` Changsets:
619
>
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)
821
> - Dart 1 (no changes)
922
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+
1027
- [#254] Add IDE snippets (WebStorm/IntelliJ and VSCode) for Dart2-only
1128
component boilerplate.
1229

@@ -66,6 +83,14 @@ __Breaking Changes__
6683
* `getJsProps()` - use `getProps()` instead
6784
* `$Props` and `$PropKeys` - see the migration guide above
6885
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+
6994
## 1.31.0
7095
7196
> [Complete `1.31.0` Changeset](https://github.com/Workiva/over_react/compare/1.30.2...1.31.0)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 2.1.0+dart2
2+
version: 2.2.0+dart2
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:

0 commit comments

Comments
 (0)