deb-horizon/releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml
Diana Whitten 58553ba6e8 Add Charts to Preview Page
* Added Distribution and Usage charts to the theme preview page to
make branding them easier.
* Added additional color options for the distribution pie charts
* Cleaned up naming, using dashes instead of underscores

Closes-bug: #1565303
Change-Id: If82a94ccc8e37353dcaf313929ca876b92552c28
2016-04-27 14:03:03 +00:00

10 lines
400 B
YAML

---
prelude: >
In an effort to standarize our HTML class naming
conventions, we will be updating various class
names to use dashes, instead of underscore or
camelcasing, to match with Bootstrap's convention.
deprecations:
- All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'
All instances of HTML class 'd3_pie_chart_distribution' to 'pie-chart-distribution'