Skip to content

Commit 4ba59b9

Browse files
committed
chore(changelog): add theming section for v13
1 parent 550d4cb commit 4ba59b9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,15 @@ All notable changes for each version of this project will be documented in this
104104
- `igxGrid`
105105
- Exposed a `groupStrategy` input that functions similarly to `sortStrategy`, allowing customization of the grouping behavior of the grid. Please, refer to the [Group By ](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/groupby) topic for more information.
106106
- `IgxCarousel`
107-
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
107+
- **Breaking Changes** - The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
108+
109+
- `Theming`
110+
- **Breaking Change** - Changed CSS palette variables from HEX values to a list of H, S, L comma-separated values, which requires the use of the CSS `hsl` function when accessing these values directly.
111+
```scss
112+
.bozo {
113+
background: hsl(var(--igx-surface-500));
114+
}
115+
```
108116

109117
## 12.2.3
110118

0 commit comments

Comments
 (0)