Skip to content

v1.27.1

Choose a tag to compare

@joepavitt joepavitt released this 15 Sep 17:03
· 100 commits to main since this release
0e5cd9f

What's Changed

Fixes & Improvements

  • Chart: Set default value for xAxis.min to "dataMin" by @joepavitt in #1822
  • Chart: Ensure bar/histogram charts without a series color by data index by @joepavitt in #1823
  • Chart: Set top/bottom in accordance to presence of legend and title by @joepavitt in #1825
  • Chart: Be smarter about when we commit the update to the eChart options by @joepavitt in #1836
  • Chart: Ensure theme text colour is passed to the chart by @joepavitt in #1837
  • Chart: Handle migration for time format from ChartJS to eCharts by @joepavitt in #1838
  • Chart: Ensure that vertical grid lines correspond to data points in a line chart of type category by @colinl in #1826
  • Form: Updated validation logic in Form to properly handle 0 as a valid input for required number fields by @jakubloboda-a4bee in #1841
  • Add Tooltips for Page Items when only the Icon is shown by @gazer42 in #1824
  • Chart: Add in a smarter calculation for y-min and y-max, rather than defaulting to 0 by @joepavitt in #1844

Breaking Changes

  • For the first time, we are introducing a breaking change to Dashboard, albeit a very small one. If you are using a custom timestamp on a ui-chart node, then you will need to update this syntax to use the new tokens, which you can read more about here.

Documentation

Dependencies

Release

New Contributors

Full Changelog: v1.27.0...v1.27.1