Skip to content

Commit

Permalink
0.0.76
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Apr 1, 2019
1 parent fb1a8f9 commit f0f68eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.76](https://github.com/wessberg/polyfiller/compare/v0.0.75...v0.0.76) (2019-04-01)

### Features

- **shadow-dom:** adds a 'experimental' option to the shadow-dom polyfill which may reduce bugs in older browsers such as IE and Edge <=15 ([fb1a8f9](https://github.com/wessberg/polyfiller/commit/fb1a8f9))

## [0.0.75](https://github.com/wessberg/polyfiller/compare/v0.0.74...v0.0.75) (2019-03-28)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The web service is hosted and live at `https://polyfill.app/api`. It is **free**
- [The `locale` option for `Intl`](#the-locale-option-for-intl)
- [The `variant` option for `SystemJS`](#the-variant-option-for-systemjs)
- [Extra options for `Zone`](#extra-options-for-zone)
- [Extra options for `shadow-dom`](#extra-options-for-shadow-dom)
- [Usage in a Web Worker/Service Worker](#usage-in-a-web-workerservice-worker)
- [Usage in Node](#usage-in-node)
- [Contributing](#contributing)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wessberg/polyfiller",
"version": "0.0.75",
"version": "0.0.76",
"description": "Never worry about polyfills again.",
"files": [
"dist/**/*.*",
Expand Down

0 comments on commit f0f68eb

Please sign in to comment.