Skip to content

5.0.0

Compare
Choose a tag to compare
@digitas-git digitas-git released this 16 Sep 15:42
· 97 commits to master since this release

The WCAG update

To be WCAG 2.1 compliant we had to introduce breaking changes. We had to create a new solution to improve user defined values for colors and text size in the browser.

We also improved the semantics and aria attributes for the control bar. By using inline svgs for the control elements we simplified customization with css properties because now fill:color and stroke:color can be used.

  • Change default value for fakeNodeName to div (#2800)
  • Copy all files from /demo folder to /build folder with grunt task
  • Replace background sprite for controls with svg icon sprite
  • New option iconSprite: path where the svg icon sprite is located, see standalone documentation
  • Change px to rem values in styles
  • Add attribute aria-describedby to volume button