v0.1.0-alpha.10
Pre-release
Pre-release
julien-deramond
released this
27 Jun 08:55
·
126 commits
to main
since this release
🚀 Features
New color values and color sets
⚠️ Breaking:ODSCharts.ODSChartsCategoricalColorsSet.DEFAULT_SUPPORTING_COLORS
. It can be replaced byODSCharts.ODSChartsCategoricalColorsSet.DEFAULT
orODSCharts.ODSChartsCategoricalColorsSet.SUPPORTING_COLORS
.- Most of the colors hexadecimal values have been refined and refactored to be more consistent and easier to use. It shouldn't affect your current technical usage as the interface remains the same. Please just double-check the rendering of your charts.
- New color sets defined by Orange Design System for light and dark themes:
- Categorical to distinguish discrete categories of data that are unrelated to one another.
DARK_CATEGORICAL_COLORS_CATEGORICAL
/LIGHT_CATEGORICAL_COLORS_CATEGORICAL
DARK_CATEGORICAL_COLORS_FUNCTIONAL
/LIGHT_CATEGORICAL_COLORS_FUNCTIONAL
DARK_CATEGORICAL_COLORS_PINK
/LIGHT_CATEGORICAL_COLORS_PINK
DARK_CATEGORICAL_COLORS
/LIGHT_CATEGORICAL_COLORS
DARK_CATEGORICAL_COLORS_YELLOW
/LIGHT_CATEGORICAL_COLORS_YELLOW
- Sequential when data values can be ordered from low to high, where data values should be variations of the same colour hue.
DARK_SEQUENTIAL_COLORS_PINK
/LIGHT_SEQUENTIAL_COLORS_PINK
DARK_SEQUENTIAL_COLORS_YELLOW
/LIGHT_SEQUENTIAL_COLORS_YELLOW
- Categorical to distinguish discrete categories of data that are unrelated to one another.
What's Changed
- chore(deps-dev): bump the vue-all-deps group in /test/vue with 3 updates by @dependabot in #278
- chore(deps-dev): bump the angular-echarts-all-deps group in /test/angular-echarts with 2 updates by @dependabot in #279
- chore(deps-dev): bump the angular-ngx-echarts-all-deps group in /test/angular-ngx-echarts with 2 updates by @dependabot in #277
- chore(deps-dev): bump webpack from 5.91.0 to 5.92.0 by @dependabot in #280
- chore(deps-dev): bump the vue-all-deps group in /test/vue with 3 updates by @dependabot in #285
- chore(deps): bump the angular-ngx-echarts-all-deps group in /test/angular-ngx-echarts with 11 updates by @dependabot in #283
- chore(deps): bump the angular-echarts-all-deps group in /test/angular-echarts with 11 updates by @dependabot in #282
- chore(deps): bump web-vitals from 4.1.1 to 4.2.0 in /test/react in the react-all-deps group by @dependabot in #284
- chore(deps-dev): bump typedoc from 0.25.13 to 0.26.2 by @dependabot in #286
- Lib: Add colors to be aligned with the design by @louismaximepiton in #106
Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10