Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.16 KB

Changelog

3.0.0

  • Remove splitRegex in favour of a split callback
  • Allow passing in a setClassName callback to set the class name on the inserted DOM element
  • Use modern syntax, namely let/const and default parameters

2.2.5

  • Bump dependencies

2.2.4

  • Add rimraf, mkdirp
  • Add husky and lint-staged
  • Bump dependencies

2.2.3

  • Only publish index.js

2.2.2

  • Add standard
  • Bump dependencies

2.2.1

  • Add weight script

2.2.0

  • Add support for passing in a regular expression to control how the contents of the element are wrapped

2.1.0

  • Add aria-label and aria-hidden attributes for accessibility

2.0.1

2.0.0

1.0.0

  • Initial release