Releases: tremorlabs/tremor
Releases · tremorlabs/tremor
v3.17.4-beta-tab-color-fix.4
fix: legend scroll (#1093) * fix legend scroll --------- Co-authored-by: Maxime BAUCHET <maxime.bauchet@insystem.fr>
v3.17.4-beta-tab-color-fix.3
fix: add input type search
v3.17.4-beta-tab-color-fix.2
fix: colors seelct error
v3.17.4-beta-tab-color-fix.1
fix: tab color brand
v3.17.3
fix: legend categories max (#1091) * update legend * update packages * update
v3.17.2
fix: select wrong alignment (#1053) * add relative div for select elements * fix searchSelect error --------- Co-authored-by: Maxime BAUCHET <maxime.bauchet@insystem.fr> Co-authored-by: severinlandolt <sev.landolt@gmail.com>
v3.17.1
fix: select components (#1052) * fix select zIndex + add autocomplete props to searchselect Co-authored-by: Maxime BAUCHET <mbauchet@data-driven.fr>
v3.17.0
feat: New Axis labels, updated Barlist and CategoryBar (#1050) * fix: allow custom min width for select components (#952) * feat: add new sortorder option (#1048) * fix: remove autocomplete * fix: tab colors * feat: chart axis labels (#1049) * fix: barlist name type * feat: CategoryBar tests for values more than 100 or less than 100 --------- Co-authored-by: severinlandolt <sev.landolt@gmail.com> Co-authored-by: mbauchet <90607026+mbauchet@users.noreply.github.com> Co-authored-by: Maxime BAUCHET <maxime.bauchet@insystem.fr> Co-authored-by: 甜檸Cirtron <45784494+lcandy2@users.noreply.github.com>
v3.17.0-beta.7
Merge branch 'main' into beta
v3.17.0-beta.6
feat: CategoryBar now supports values more than 100 or less than 100 …