Skip to content

Commit

Permalink
chore(changelog): add theming section for v13
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Nov 18, 2021
1 parent 550d4cb commit 4ba59b9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,15 @@ All notable changes for each version of this project will be documented in this
- `igxGrid`
- 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.
- `IgxCarousel`
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
- **Breaking Changes** - The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.

- `Theming`
- **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.
```scss
.bozo {
background: hsl(var(--igx-surface-500));
}
```

## 12.2.3

Expand Down

0 comments on commit 4ba59b9

Please sign in to comment.