Releases: ebi-webcomponents/nightingale
Releases · ebi-webcomponents/nightingale
Version 5.0.0
Major Version Release
⚠️ Breaking features
- Drop support for Node 16. Components are now built using Node 18.
🌟 New Components
💫 Updates
nightingale-msa
- worker got rewritten to be inline to avoid incompatibilities between webpack or rollup builts.
- Exposing click and double click events
nightingale-new-core
:- new mixin:
withSVGHighlight
To use when the component is a track that uses SVG to render. It renders a translucent and overlaying rectangle to represent the highlight. - Now the mixins include the types of implemented mixins.
- The
height
attribute defined in withDimension now reflects its value when changed by the component.
- new mixin:
🏡 Housekeeping
- Dependencies updates.
Full Changelog: v4.5.0...v5.0.0
v3.2.14
v3.2.0
Alignments coordinates
Alignments component:
- Option to show coordinates left and/or right of each sequence
- Allow each sequence to have its own start position
Style changes in protvista-datatable
v2.16.3 v2.16.3
Fix in protvista-manager for attribute propagation
v2.16.2 v2.16.2
v2.10.0
- ScrollFilter util to filter scroll events that are intended to go past zoomable and data-table components.
- @sacdallago added a basic project example using Vue.