Establish Polyfill Strategy
NOTE: This release is a non-breaking change (i.e. no API was affected).
-
Review: A new policy is in affect where polyfills are the responsibility of the client app, when the target JavaScript engine is inadequate (such as the IE browser). Please refer to Potential Need for Polyfills for more information.
As a result, all previous code patches related to es2015+ polyfill issues were removed, in favor of polyfilling at the app-level.
-
Internal: The most current babel version/configuration is now used to transpile the library's es5 distribution.