Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 17:48
· 63 commits to refs/heads/main since this release
cb92736

Essential Links

🚀 Features

  • Enable zoom plugin on treemap controller @stockiNail (#141)
  • Fix the rectangles size calculation aligning to bar element logic @stockiNail (#131)
  • Enable different fonts and colors configuration on multiline labels @stockiNail (#128)
  • Enable borderRadius to the rectangles of treemap elements @stockiNail (#114)
  • Add overflow option to labels configuration @stockiNail (#106)
  • Add rtl property in the subrectangle to squarify groups @stockiNail (#119)
  • Use borderWidth option correctly for the captions size calculation @stockiNail (#115)
  • Enable tree data as an object using the hierarchy of its properties @stockiNail (#98)
  • Move all drawings (captions, labels and dividers) in the element drawing @stockiNail (#102)

🐛 Bug Fixes

Types

  • Add VisualElement extension to Treemap element type definition @stockiNail (#97)

Documentation

🧰 Maintenance