diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d488b..7412a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.159](https://github.com/wessberg/polyfiller/compare/v0.0.158...v0.0.159) (2022-05-05) + + +### Features + +* add the 'lit' option that can be passed to the shadow-dom feature or any of its aliases such as web-components to include its polyfill support layer ([23e9a41](https://github.com/wessberg/polyfiller/commit/23e9a4153984847888269b37f79bc0cad764b269)) + + + ## [0.0.158](https://github.com/wessberg/polyfiller/compare/v0.0.157...v0.0.158) (2022-05-05) diff --git a/README.md b/README.md index 4f0d62d..1ab8809 100644 --- a/README.md +++ b/README.md @@ -294,10 +294,10 @@ For example: `systemjs|variant=s` selects the _s_ variant, while `systemjs|varia #### Extra options for `shadow-dom` -| Option | Description | -| ---------------- | -------------------------------------------------------------------------------------------------- | -| `experimental` | You can pass the `experimental` option to `shadow-dom` (or any of its aliases such as `web-components`) to base it on some experimental features that may reduce bugs in older browsers such as IE and Edge <= 15. | -| `lit` | If you're going to be using [Lit](https://lit.dev/), you can also pass the `lit` option to `shadow-dom` (or any of its aliases such as `web-components`) to include its [polyfill support layer](https://lit.dev/docs/releases/upgrade/#load-polyfill-support-when-using-web-components-polyfills). | +| Option | Description | +| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `experimental` | You can pass the `experimental` option to `shadow-dom` (or any of its aliases such as `web-components`) to base it on some experimental features that may reduce bugs in older browsers such as IE and Edge <= 15. | +| `lit` | If you're going to be using [Lit](https://lit.dev/), you can also pass the `lit` option to `shadow-dom` (or any of its aliases such as `web-components`) to include its [polyfill support layer](https://lit.dev/docs/releases/upgrade/#load-polyfill-support-when-using-web-components-polyfills). | ### Usage in a Web Worker/Service Worker diff --git a/package-lock.json b/package-lock.json index c361200..91f5d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wessberg/polyfiller", - "version": "0.0.158", + "version": "0.0.159", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wessberg/polyfiller", - "version": "0.0.158", + "version": "0.0.159", "license": "MIT", "dependencies": { "@babel/core": "7.15.5", diff --git a/package.json b/package.json index 74c26a5..438d9bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wessberg/polyfiller", - "version": "0.0.158", + "version": "0.0.159", "description": "Never worry about polyfills again.", "files": [ "dist/**/*.*",