Skip to content

Latest commit

 

History

History
126 lines (57 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

126 lines (57 loc) · 4.38 KB

5.0.9 (2020-04-23)

Bug Fixes

5.0.8 (2020-04-18)

Bug Fixes

5.0.7 (2020-04-11)

Bug Fixes

  • eslint (0fa9cb7)
  • update dependencies to remove vulnerabilities (f49a048)

5.0.6 (2019-12-31)

Bug Fixes

5.0.5 (2019-10-31)

Bug Fixes

  • class not added to missing attribute (4f91825)
  • js-focus-within being malformed on blur (c9c86c6)

5.0.4 (2019-07-27)

Bug Fixes

5.0.3 (2019-07-16)

Bug Fixes

5.0.2 (2019-07-16)

Bug Fixes

5.0.1 (2019-07-16)

Bug Fixes

5.0.0 (2019-07-16)

Bug Fixes

chore

  • update dev-dependencies (3a715fc)

Features

  • add autoinitialization when load via script tag (7c7cc1a)
  • add force polyfill option (1bb6ab2)

Performance Improvements

  • add google closure compiler to improve code optimization (2e9bd92)

BREAKING CHANGES

  • API changed. Now the polyfill only adds a .focus-within class to reduce complexity. Following the focus-visible polyfill style.
  • No need to call polyfill() to kick off when using via script tag

4.1.0 (2019-05-02)

Features

  • add support for shadow dom (01707bf)

4.0.0 (2019-05-01)

Features

  • add new option and polyfill with attribute (0d8bfeb), closes #11

BREAKING CHANGES

  • attributes support

3.1.0 (2019-04-26)

Bug Fixes

  • travis: Fix travis config (95bf8fc)

Features

  • semantic-release + commitizen (33d529a), closes #1