Releases: Workiva/over_react
Releases · Workiva/over_react
1.13.0
This minor release includes the following changes:
New Features and Improvements
- #83 UIP-2430 Use over_react_test, rip out duplicated test utils
- UIP-2430 Use over_react_test, rip out duplicated test utils
- #87 UIP-2447 Make DomProps/SvgProps implement UiProps for more convenient DDC typing
- UIP-2447 Make DomProps/SvgProps implement UiProps for more convenient DDC typing
Miscellaneous
- #86 UIP-2413: Get tests passing with the DDC
- UIP-2413 Run tests in DDC: over_react
- #89 UIP-2450 Update quiver dependency
- UIP-2450 Update quiver dependency
- #90 UIP-2434 Release over_react 1.13.0
- UIP-2434 RELEASE over_react 1.13.0
Notes created on Wednesday, June 28 08:32 PM UTC
1.12.1
1.12.0
Strong Mode / Dart Dev Compiler
- #81: Make transformer output strong mode clean.
- Closes #14
- #82: Implement workarounds necessary to make OverReact-based code able to be compiled by the Dart Dev Compiler ("DDC").
- See new transformer options documentation for more information.
1.11.2
1.11.1
Bug Fixes
- Revert #77: Update
FluxUiComponentsubscriptions when newpropsare received.- Reverted since this broke subclasses that weren't calling super in lifecycle methods
componentWillReceievePropsandcomponentDidUpdate - Kept
@mustCallSuperannotations from this changeset
- Reverted since this broke subclasses that weren't calling super in lifecycle methods
1.11.0
New Features
Bug Fixes
- #77: Update
FluxUiComponentsubscriptions when newpropsare received.
Tech Debt Paid
- #75: Audit the lib for any memory leak sources, and fortify it against future ones.
Misc
- #72: Add logging message when a race condition causes
BatchedRedrawsto mount aFluxUiComponentasynchronously after thestorehas already been disposed.- Thanks @tomconnell-wf!
1.10.0
Improvements
- #69: New top-level
getSelectionStartfunction to normalizeselectionStartacross browsers for both
TextInputElements andTextAreaElements
Tech Debt Paid
1.9.2
1.9.1
Bug Fixes
- #66: Fix regression with transitions not completing in consumers of AbstractTransition that don't call
super.componentDidMount
1.9.0
Improvements
- #60: Provide easy access to DOM node in
ValidationUtil.warnmessages - #61: Export some
reactlibrary members and add capturing event handlers- Export
setClientConfigurationandReactElement - Export all
Synthetic*Eventclasses - Add capturing event handlers supported by ReactJS
- Export
Bug Fixes
- #58: Fix issue with the
transitionendwarning (added via #55) sometimes firing when it shouldn't - #59: Ensure
AbstractTransitionComponentdoes not callsetStatewhile in the process of unmounting- Thanks @joshbeam-wf!!!
- #65: Work around Dart 1.23 strong mode issue with
MapViewMixin