Skip to content

Commit

Permalink
Merge pull request #51 from Workiva/release_over_react_codemod_1.3.0
Browse files Browse the repository at this point in the history
RM-57798 Release over_react_codemod 1.3.0
  • Loading branch information
rmconsole5-wk authored Sep 16, 2019
2 parents 03f89cc + 4dd7a84 commit 072d412
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## [1.3.0](https://github.com/Workiva/over_react_codemod/compare/1.2.0...1.3.0)

- Add a flag `--no-partial-upgrades` to `component2_upgrade` codemod that will
prevent partial component upgrades from occurring.

- Fix a bug that could occur when parsing a pubsec version in
`dependency_overrides` section.


## [1.2.0](https://github.com/Workiva/over_react_codemod/compare/1.1.0...1.2.0)

- Add `react16_upgrade` codemod

- Fix compatibility issues common in react15 code.
- Update version upper bound of react and over_react in pubspec.yaml to
allow for incoming react16 updates.

- Add `component2_upgrade` codemod

- Migrates components to `UiComponent2` (coming in over_react 3.1.0)

- Add `react16_dependency_override_update` codemod

- Adds dependency overrides to pubspec.yaml for testing wip branches of React 16

- Add `react16_ci_precheck` codemod

- Checks the version ranges of over_react and react and if they are in
transition will run the codemod and fail if there are unaddressed issues.


## [1.1.0](https://github.com/Workiva/over_react_codemod/compare/1.0.2...1.1.0)

- Two additional changes are now made by the `dart2_upgrade` codemod when
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: over_react_codemod
version: 1.2.0
version: 1.3.0
homepage: https://github.com/Workiva/over_react_codemod

description: >
Expand Down

0 comments on commit 072d412

Please sign in to comment.