Breaking Changes
This package is now compiled against a newer browser target that supports features like arrow functions and spread syntax, as well as using the __jsx()
macro for React code instead of React.createElement()
. The minimum supported React version is now 17.0.0 and support for old browsers like IE has been dropped.
What's Changed
- Update flow-bin to the latest version 🚀 by @Greenkeeper in #75
- upgrade dependencies by @mxmul in #76
- Remove greenkeeper badge by @jdb8 in #96
- Modernize code + dependencies to prepare for React 19 by @karmeleon in #99
New Contributors
- @karmeleon made their first contribution in #99
Full Changelog: v1.3.2...v2.0.0