- Updates React Plugin to v3.2.4 (with v2.7.4 as dependency)
- Updates React Native Plugin to 2.4.4 (with v2.7.4 as dependency)
- Updates Chrome Debug Extension to 0.2.4
This release is primarily a performance improvement release where we will now use any built in (or provided polyfill) function
over the internal polyfills for
- String trim()
- String endsWith()
- String startsWith()
- Additional Date toISOString()
- Array isArray()
- Array indexOf()
- Array map()
- Array reduce()
- Object freeze()
- Object seal()
Changelog - RELEASES.md
- #1754 update react plugin readme
- #1758 Additional Performance enhancements to use provided functions rather than internal polyfill's
What's Changed
- update react plugin readme by @Karlie-777 in #1754
- Update version update script to support default "next" release version (major/minor) not just patch by @MSNev in #1756
- Additional Performance enhancements to use provided functions rather than internal polyfill's by @MSNev in #1758
- [BUG] 2.7.4-nightly.2202-03 builds have a bug where objKeys() is not returning the keys #1763 by @MSNev in #1764
- Another fix for objKeys() should be Object.keys() by @MSNev in #1765
- Update version.json - [master] next version should be a patch not a minor bump by @MSNev in #1767
- [Release] Increase version to 2.7.4 by @MSNev in #1770
Full Changelog: 2.7.3...2.7.4