Skip to content

Commit

Permalink
Update changelog and version meta, add boilerplate comparison image
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Apr 15, 2020
1 parent 6371e40 commit 88a311c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# OverReact Changelog

## [3.5.0](https://github.com/Workiva/over_react/compare/3.4.1...3.5.0)
- Introduce new and improved component boilerplate syntax 🎉

![side-by-side comparison of old and new boilerplate for a simple component](doc/new-boilerplate-side-by-side.png)

See our [migration guide](https://github.com/Workiva/over_react/blob/master/doc/new_boilerplate_migration.md) for more information around these changes, including why we made them and how to convert existing components to use thew new syntax.

The existing boilerplate syntax will be deprecated in a future release.

- [#469] Throw helpful error when `connect`, `connectFlux`, and `forwardRef` are passed an invalid component.

## [3.4.1](https://github.com/Workiva/over_react/compare/3.4.0...3.4.1)
- [#468] Allow redux.dart version 4

Expand Down
Binary file added doc/new-boilerplate-side-by-side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions doc/new_boilerplate_migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# New OverReact Boilerplate Migration Guide

_Preview of new boilerplate:_
![side-by-side comparison of old and new boilerplate](new-boilerplate-side-by-side.png)

* __[Background](#background)__
* [Problems with Previous Boilerplate](#problems-with-previous-boilerplate)
* __[New Boilerplate Updates](#new-boilerplate-updates)__
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
version: 3.4.1
version: 3.5.0
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
authors:
Expand Down

0 comments on commit 88a311c

Please sign in to comment.