Skip to content

Commit

Permalink
@8.10.12 - [email protected], doc and example update (polyfill.…
Browse files Browse the repository at this point in the history
…io removal)
  • Loading branch information
localnerve committed Jan 13, 2025
1 parent 1f5ee2a commit 19e1114
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-elements",
"version": "8.10.11",
"version": "8.10.12",
"description": "A repo of ui elements",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/horizontal-pager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ To support older browsers, the following polyfills must be supplied by you (poly
* Math.trunc
* Array.includes

For example, here is the v3 [polyfill.io](https://polyfill.io/v3) tag required prior to loading/parsing this library:
For example, here is the v3 [polyfill-fastly.io](https://polyfill-fastly.io/v3) tag required prior to loading/parsing this library:
```
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise,requestAnimationFrame,Object.assign,Math.trunc,Array.prototype.includes"></script>
<script src="https://polyfill-fastly.io/v3/polyfill.min.js?features=Promise,requestAnimationFrame,Object.assign,Math.trunc,Array.prototype.includes"></script>
```

## RAF considerations
Expand Down
2 changes: 1 addition & 1 deletion src/horizontal-pager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
background-color: #FFF;
}
</style>
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=Promise,requestAnimationFrame,Object.assign,Math.trunc,Array.prototype.includes"></script>
<script defer src="https://polyfill-fastly.io/v3/polyfill.min.js?features=Promise,requestAnimationFrame,Object.assign,Math.trunc,Array.prototype.includes"></script>
<script defer src='bundle.js'></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions src/horizontal-pager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/horizontal-pager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horizontal-pager",
"version": "4.2.9",
"version": "4.2.10",
"description": "A small, fast, no-dep, horizontal scroll behavior",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 19e1114

Please sign in to comment.