Skip to content

v2.1.0

Compare
Choose a tag to compare
@7PH 7PH released this 13 Sep 10:41
· 31 commits to master since this release

πŸ”₯ 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)

πŸ‘₯ Thanks

  • @468 for reporting an issue with glitch controls (#9)