v1.27.1
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
0as 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-chartnode, then you will need to update this syntax to use the new tokens, which you can read more about here.
Documentation
- Docs: Add our own table for timestamp formatting by @joepavitt in #1843
Dependencies
- Bump axios from 1.11.0 to 1.12.0 by @dependabot[bot] in #1833
Release
- v1.27.1 by @joepavitt in #1845
New Contributors
- @jakubloboda-a4bee made their first contribution in #1841
Full Changelog: v1.27.0...v1.27.1