Skip to content

Commit

Permalink
Merge pull request #10555 from IgniteUI/simeonoff/theming-changelog-13
Browse files Browse the repository at this point in the history
chore(changelog): add theming section for v13
  • Loading branch information
ChronosSF authored Nov 18, 2021
2 parents 550d4cb + 4ba59b9 commit ac03870
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 ac03870

Please sign in to comment.