7.0.3
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 tuneline-height
property (was hard-coded to1.2
, I needed a1.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
- Tweak header. Cannot believe jekyll create numerous H1 : this is real… by @dascritch in #146
- Some graphic tweaks. But still pinned on position:sticky by @dascritch in #147
- Adding an FAQ section by @dascritch in #154
- Mention GDPR compliance and why by @dascritch in #155
- Add information about graceful degradation mode by @dascritch in #156
- some optims and adding HLS in examples by @dascritch in #157
- Preprod by @dascritch in #158
- CORS issue with VTT. baka. by @dascritch in #159
- add a waveform on example by @dascritch in #160
- alternate navigation delay araised at 1000ms (now, safe) by @dascritch in #161
- adjusting footer menu by @dascritch in #162
- Preprod by @dascritch in #163
- Preprod by @dascritch in #164
- Preprod by @dascritch in #165
- Aesthetics by @dascritch in #166
- Some documentation abou shadow internals by @dascritch in #168
- RELEASE 7.0 by @dascritch in #169
- RELEASE 7.0.1 , bugfix by @dascritch in #171
- Release 7.0.2 by @dascritch in #175
Full Changelog: 6.99.3...7.0.3