Releases: vaaloo/reactreejs
Releases · vaaloo/reactreejs
v1.0.3
New controls
- Font size slider — independently scale all tree labels (leaf names, clade badges, bootstrap values, branch lengths). Range 0.5×–2.5×, double-click to reset.
- Branch width slider — adjust the stroke thickness of all branches. Range 0.5–4px, double-click to reset.
Toolbar improvements
- Font and branch width sliders are compact (no text label, 64 px track) and grouped together to save space
- Fit button moved to the second toolbar row, to the left of Reroot
- Phylogram / Cladogram labels removed — icons are self-explanatory
v1.0.2
What's new
Truncate toggle for leaf labels
A new toolbar button lets you switch between truncated names (with …) and full names. The button only appears when the tree contains names long enough to be truncated — no clutter
for short-name trees.
Bug fixes
- Fixed an alignment issue in the rectangular tree layout
v1.0.1
Bug fixes
- Clade editor rendering — the popover that appears when collapsing a node was rendering beneath the
viewer toolbar. It is now portaled to document.body and always floats above the rest of the UI.
Improvements
- The clade editor popover is now draggable — grab the header to reposition it anywhere on screen.