v2.1.0
π₯ Release preview
Full support for glitching inline elements, fix bold artefact when glitching text, add API full documentation from TSDoc comments
π Features
- Add API full documentation from TSDoc comments
- Use CSS grid to better stack elements (fixes the incorrect stacking of paragraph elements)
- Support for glitching inline elements (e.g.
<div>hello <span class='glitch'>world</span></div>
) - Add
<p>
element to playground
π€ Changes
- Improve home page examples
π» Code quality
- Improve documentation
- Optimize bundle size, removing non-necessary spaces in CSS properties and inlining
getDefaultTimingCss
function
π Bug fixes
- Fix bold artefact when glitching text
- Fix glitch stop control when options.timing.iterations is Infinity (since
2.0.2
)