Skip to content

v5.4.0

Latest
Compare
Choose a tag to compare
@dlrice dlrice released this 23 Dec 08:43
· 5 commits to main since this release

Many thanks to @midlik who has contributed all of the work in this release.

New components

  • nightingale-track-canvas #307
    A new component nightingale-track-canvas - an alternative to nightingale-track, using HTML canvas for rendering instead of SVG graphics.

  • nightingale-scrollbox #311
    A container that allows having many tracks in a scrollable box and initializing/disposing them as they become visible/hidden. This can be used to reduce the actual number of tracks and improves performance.

Improvements