6.0.9 • Published 8 months ago

@refinitiv-ui/polyfills v6.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Element Framework Polyfills

A curated set of polyfills by Element Framework team. It allows web components support on legacy browsers such as IE11 or old version of other browsers which are not supporting ES6 and web components.

Usage

There are two ways to use polyfills :-

  1. (Recommended) Minimal set. This is most suitable for the application with JavaScript frameworks such as Angular or Vue which can be configured to automatically polyfill using Babel.
// import polyfills for web components
import '@refinitiv-ui/polyfills/minimal';
  1. Extended set. This is ideal for an application that neither use Babel or core-js polyfills. Any extra polyfills that requires for the application can be imported along side with this polyfills.
// import polyfills for web components and polyfills for es6 that required for EF elements (using core-js)
import '@refinitiv-ui/polyfills';
6.0.9

10 months ago

6.0.11

8 months ago

6.0.10

10 months ago

6.0.8

11 months ago

6.0.7

1 year ago

6.0.6

1 year ago

6.0.5

2 years ago

6.0.1

2 years ago

6.0.3

2 years ago

6.0.2

2 years ago

6.0.4

2 years ago

6.0.0

2 years ago

6.0.0-next.2

2 years ago

6.0.0-next.0

2 years ago

6.0.0-next.1

2 years ago

5.2.1

2 years ago

5.2.0

2 years ago

5.2.0-alpha.0

2 years ago

5.2.0-alpha.1

2 years ago

5.0.0-dev.204

2 years ago

5.2.1-dev.0

2 years ago

5.3.0-alpha.0

2 years ago

5.3.0-alpha.1

2 years ago

5.1.0

2 years ago

5.0.4

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.1-next.0

3 years ago

5.0.1-next.1

3 years ago

5.0.0

3 years ago

5.0.0-beta.3

3 years ago

5.0.0-beta.1

3 years ago