Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 21:48
· 138 commits to main since this release
f2b8142

1.2.0 (2022-11-29)

Features

  • Donut Chart: Added variant property to select between a pie or donut chart
  • Bar List: Added optional href key in data to incorporate links
  • Area Chart / Bar Chart / Line Chart: Added optional autoMinValue property to adjust the minimum value in relation to the magnitude of the data
  • Area Chart: Added optional stack property to cumulate the chart data visually
  • Datepicker: Added enableYearPagination to directly jump through years
  • Datepicker: Added the ability to select a single date (No idea how we could have missed this).
  • Datepicker: Added the relative filter option for today tdy
  • Buttons: Added loading state with optional loading and loadingText property. If loading is enabled, a spinner is shown which can be complemented by a loadingText.