Skip to content

7.0.3

Compare
Choose a tag to compare
@dascritch dascritch released this 10 Aug 18:12
· 123 commits to master since this release

New features

  • Panels unfoldable via the use of <details open><summary> (#75)
  • Sticky panel title (#75)
  • Adding a CSS variable --cpu-line-height to fine tune line-height property (was hard-coded to 1.2, I needed a 1.0 for Roboto on CPU website)

Corrections

  • Should no more use numbered headers <hx>, but generic tags instead, to not confuse a11y tools
  • Should no more use <h5> for title <strong id="title"> must be enough
  • Correcting title="" on cue points, should not put HTML tags anymore (#178)
  • Updating npm version due to a vulnerability
  • Updating webpack parameters, to really use native imports
  • Alas, the cpu.audio.js built goes upper than 50 000 bytes. But so close ;)

What's Changed

Full Changelog: 6.99.3...7.0.3