|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01) |
| 7 | + |
| 8 | + |
| 9 | +### Features |
| 10 | + |
| 11 | +* **bootstrap:** detach the theme from twbs/bootstrap ([35ad29e](https://github.com/telerik/kendo-themes/commit/35ad29e032aa7dfe14dd8ba2d7cc2ab8634170ae)) |
| 12 | +* **bootstrap:** migrate theme to the dart-sass module system ([0d4583b](https://github.com/telerik/kendo-themes/commit/0d4583b7af8eaf8b18320a13cb0110c67c9566fa)) |
| 13 | +* **classic:** migrate theme to the dart-sass module system ([11f910f](https://github.com/telerik/kendo-themes/commit/11f910f4cde08d961001d6e04e24dc1404c060b4)) |
| 14 | +* **core:** migrate to the dart-sass module system ([19bdedb](https://github.com/telerik/kendo-themes/commit/19bdedbf1dcccc2ad778c4a8dc963d7aaca9af2b)) |
| 15 | +* **default:** migrate theme to the dart-sass module system ([b4db551](https://github.com/telerik/kendo-themes/commit/b4db55114b003f58fa81b2f95ea11f95afc0c3de)) |
| 16 | +* **fluent:** migrate theme to the dart-sass module system ([c1d9891](https://github.com/telerik/kendo-themes/commit/c1d9891d518dcc3618eeab808521b2ce0fe9db2f)) |
| 17 | +* **material:** migrate theme to the dart-sass module system ([a04a40c](https://github.com/telerik/kendo-themes/commit/a04a40ce0f579de32f3e62e214c53b3bb692758f)) |
| 18 | +* **utils:** migrate to the dart-sass module system ([82f0cb5](https://github.com/telerik/kendo-themes/commit/82f0cb5d726c2f10e4315e016d419f50d6dea8be)) |
| 19 | + |
| 20 | + |
| 21 | +### BREAKING CHANGES |
| 22 | + |
| 23 | +* **bootstrap:** Effective with the R4 2024 release, twbs/bootstrap is |
| 24 | +removed as a dependency of the Kendo UI Bootstrap theme. This means that |
| 25 | + customizing bootstrap scss variables will no longer have an effect on |
| 26 | +our components, as the theme will be detached i.e. not depending upon. |
| 27 | +However, we will provide mostly the same look and feel through variables |
| 28 | + that have the same values. |
| 29 | + |
| 30 | +In order to continue using twbs/bootstrap along with the Kendo Bootstrap |
| 31 | + theme, make sure to add a it as a dependency to your project. |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
6 | 37 | ## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)
|
7 | 38 |
|
8 | 39 | **Note:** Version bump only for package kendo-themes.repo
|
|
0 commit comments