Polyfiller

Never worry about polyfills again.

MIT License

Downloads
32
Stars
125
Polyfiller -

Published by wessberg over 4 years ago

  • fix: add support for QQ browser and MiuiBrower. Closes #14. Closes #16 5e2d710
  • feat(BroadChannel): add support for BroadcastChannel (with the feature name broadcast-channel)

https://github.com/wessberg/polyfiller/compare/v0.0.100...v0.0.101

Polyfiller -

Published by wessberg over 4 years ago

  • fix(pointer-event): when combining the 'pointer-event' feature with the 'shadow-dom' feature, 'shadow-dom' must always be included first, given that both mutate EventTarget.prototype.addEventListener 00772bc

https://github.com/wessberg/polyfiller/compare/v0.0.99...v0.0.100

Polyfiller -

Published by wessberg over 4 years ago

  • chore(build): update dependencies abea70a
  • chore(build): update dependencies 150878e
  • fix: update ScopingShim when requesting web-components with the 'experimental' flagC d254f70
  • merged from remote 0d409e5
  • chore(build): update @wessberg/browserslist-generator dependency to fix an issue where Firefox on Android were always treated as Firefox for Desktop 24e1abd

https://github.com/wessberg/polyfiller/compare/v0.0.98...v0.0.99

Polyfiller -

Published by wessberg over 4 years ago

  • chore(build): depend on iltorb again since nanobox only supports node v9 2a466f6

https://github.com/wessberg/polyfiller/compare/v0.0.96...v0.0.97

Polyfiller -

Published by wessberg over 4 years ago

New Features

  • feat(css.focus-visible): add support for the :focus-visible pseudo-class cac6e5a

https://github.com/wessberg/polyfiller/compare/v0.0.95...v0.0.96

Polyfiller -

Published by wessberg over 4 years ago

Features

  • feat(es.promise): add support for the Stage-3 proposal Promise.any d8ce542
  • feat(es.map): add support for the Stage-2 proposal Map.prototype.upsert 2315311

Bug Fixes

  • Correctly detect The Facebook in-app browser

https://github.com/wessberg/polyfiller/compare/v0.0.94...v0.0.95

Polyfiller -

Published by wessberg about 5 years ago

  • chore(dependencies): bump dependencies a875d5f

https://github.com/wessberg/polyfiller/compare/v0.0.92...v0.0.93

Polyfiller -

Published by wessberg about 5 years ago

  • chore(dependencies): bump dependencies e8558c2

https://github.com/wessberg/polyfiller/compare/v0.0.86...v0.0.92

Polyfiller -

Published by wessberg about 5 years ago

  • chore(lint): fixes lint fcb57d2
  • chore(dependencies): update dependencies 1b40006

https://github.com/wessberg/polyfiller/compare/v0.0.85...v0.0.86

Polyfiller -

Published by wessberg over 5 years ago

  • build(npm): updates version 3de1e38
  • build(npm): updates polyfill versions 6ac91c5
  • docs(readme): adds JetBrains link 9132109
  • docs(readme): moves Supporters section up and adds notice that BrowserStack supports polyfiller e2c29f7
  • docs(readme): adds JetBrains logo and BrowserStack logo a107ccc
  • docs(readme): adds JetBrains logo and BrowserStack logo 6db1135
  • docs(readme): adds JetBrains logo and BrowserStack logo 62a32c7

https://github.com/wessberg/polyfiller/compare/v0.0.83...v0.0.85

Polyfiller -

Published by wessberg over 5 years ago

  • style(lint): fixes all lint issues b15a56c
  • build(npm): updates dependencies for Node v12 compatibility. Also fixes an issue where Safari 12.1 would report as Safari TP 5cf97a0
  • feat(logging): adds referrer logging 77cbce8

https://github.com/wessberg/polyfiller/compare/v0.0.82...v0.0.83

Polyfiller -

Published by wessberg over 5 years ago

  • build(npm): updates dependencies d49cbe7

https://github.com/wessberg/polyfiller/compare/v0.0.81...v0.0.82

Polyfiller -

Published by wessberg over 5 years ago

  • fix(proto): makes the proto polyfill not entirely crash IE 8. Fixes #5 4cfec27

https://github.com/wessberg/polyfiller/compare/v0.0.80...v0.0.81

Polyfiller -

Published by wessberg over 5 years ago

  • feat(polyfill): adds a 'proto' polyfill that adds support for 'proto' on IE <11 41ba4c2

https://github.com/wessberg/polyfiller/compare/v0.0.79...v0.0.80

Polyfiller -

Published by wessberg over 5 years ago

  • fix(bug): fixes a bug that would lead to crashes when requesting global-this a24d038

https://github.com/wessberg/polyfiller/compare/v0.0.78...v0.0.79

Polyfiller -

Published by wessberg over 5 years ago

  • fix(bug): stops auto-applying zone patches for ShadyDOM when requesting both Zone and shadow-dom since this may lead to issues in IE11 fb6c5cf

https://github.com/wessberg/polyfiller/compare/v0.0.77...v0.0.78

Polyfiller -

Published by wessberg over 5 years ago

  • build(npm): updates dependencies 573ac06

https://github.com/wessberg/polyfiller/compare/v0.0.76...v0.0.77

Polyfiller -

Published by wessberg over 5 years ago

  • feat(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/compare/v0.0.75...v0.0.76

Polyfiller -

Published by wessberg over 5 years ago

  • fix(bug): fixes an issue where polyfills with es2015 block scoping would cause issues in older browers 4efd9dd
  • feat(zone): added ResizeObserver patch for Zone 1cdcbb5
  • feat(zone.js): adds additional configuration options for Zone.js 315b0c1

https://github.com/wessberg/polyfiller/compare/v0.0.74...v0.0.75

Polyfiller -

Published by wessberg over 5 years ago

  • style(typings): fixes a typing issue 698fdd3
  • fix(resize-observer): Changes ResizeObserver polyfill implementation since the current one causes significant performance issues in some browsers aa5ffd8

https://github.com/wessberg/polyfiller/compare/v0.0.73...v0.0.74