3.0.1 • Published 2 years ago

@axa-ch/patterns-library-polyfill v3.0.1

Weekly downloads
341
License
Copyright 2019 AX...
Repository
github
Last release
2 years ago

AXA Pattern Library Polyfill

This package includes polyfills for all AXA B2C Browsers. It includes 2 types of bundles:

  • Bundle for IE11 + custom elements (short: CE)
  • Bundle for modern browser that don't support custom elements yet.

Usage

Install the package:

npm install @axa-ch/patterns-library-polyfill

For IE11 + CE support in a "pure HTML" page:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <title>Your awesome title</title>
  </head>
  <body>
    <script src="node_modules/@axa-ch/patterns-library-polyfill/dist/index.js"></script>
    <!-- HERE you will load your other PLIB components -->
  </body>
</html>

For IE11 + CE support in a typical frontend stack:

import '@axa-ch/patterns-library-polyfill';

// rest of your code here

For modern browser support in a "pure HTML" page:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <title>Your awesome title</title>
  </head>
  <body>
    <script src="node_modules/@axa-ch/patterns-library-polyfill/dist/index.webcomponents.js"></script>
    <!-- HERE you will load your other PLIB components -->
  </body>
</html>

For modern browser support in a typical frontend stack:

import '@axa-ch/patterns-library-polyfill/index.webcomponents';

// rest of your code here

Polyfills used:

https://github.com/axa-ch-webhub-cloud/pattern-library/blob/develop/src/components/05-utils/polyfill/index.js

3.0.1

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.5.6

3 years ago

1.5.5

3 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.19

5 years ago

1.4.18

5 years ago

1.4.17

5 years ago

1.4.16

5 years ago

1.4.15

5 years ago

1.4.14

5 years ago

1.4.13

5 years ago

1.4.12

5 years ago

1.4.11

5 years ago

1.4.10

5 years ago

1.4.9

5 years ago

1.4.8

5 years ago

1.4.7

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3-alpha.5

5 years ago

1.4.3-alpha.4

5 years ago

1.4.3-alpha.3

5 years ago

1.4.3-alpha.2

5 years ago

1.4.3-alpha.1

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

1.0.0-alpha.1

5 years ago