Skip to content
Compare
Choose a tag to compare
@dascritch dascritch released this 02 Oct 09:31
· 11 commits to master since this release
5feb401

RELEASE NOTES version 7.1

New features

  • You can set some global parameters via a <script data-cpu-audio> tag in the <head> of the host page (#185)
  • Can scroll the viewport of the page on the player when clicking on a temporal link. Parametrable setting (#60)
  • Being able to not include global.css on host page (#181)
  • Automated ID prefix for not identified <audio> is now parametrable (#186)

Corrections

  • Hash parameters are now case insensitive
  • Instantiation may be missed during the page lifecycle. Better way to check if host page DOM is really ready or not
  • Application chapters_builder should stop zero-ing time input in some situations
  • Better style on focused <summary>
  • Do not insert global <style> in page if webcomponent is not supported by the browser (I know, this is a late situation)

Back-end

  • Node 18 support for build (incomplete)
  • Locales are modularized : each language has its own file, in src/locales (#189)
  • Some libs moved in ./src sub-directories, big sources were split in functionality segments.

What's Changed

Full Changelog: 7.0.3...7.1