Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge remote-tracking branch 'upstream/master' into beta #1772

Merged
merged 5 commits into from
Mar 3, 2022

Commits on Mar 1, 2022

  1. Additional Performance enhancements to use provided functions rather …

    …than internal polyfill's (#1758)
    MSNev committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    fb73ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3b764 View commit details
    Browse the repository at this point in the history
  3. Update version.json (#1767)

    MSNev committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a2bd878 View commit details
    Browse the repository at this point in the history
  4. [Release] Increase version to 2.7.4 (#1770)

    - 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()
    MSNev committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cc1bfea View commit details
    Browse the repository at this point in the history
  5. [Beta] Keep version.json next as minor and resync shrinkwrap

    - Fix merge issue
    MSNev committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    51eb41a View commit details
    Browse the repository at this point in the history