Skip to content

Commit 3d3c1e5

Browse files
committed
chore(release): v12.0.0-dev.2
1 parent fb95150 commit 3d3c1e5

19 files changed

+210
-39
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [12.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.1...v12.0.0-dev.2) (2025-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **grid:** allow horizontal scrolling of grid content ([f742be6](https://github.com/telerik/kendo-themes/commit/f742be6c825efe3a2f611ec9d828c7f8911da4e9))
12+
* **notification:** correct line height ([67efaa2](https://github.com/telerik/kendo-themes/commit/67efaa2beba8c580fe621f70e6f7a520f7861086))
13+
14+
15+
### Features
16+
17+
* **fluent:** update styles to Fluent 2 design guidelines ([6065177](https://github.com/telerik/kendo-themes/commit/6065177c560def83e742c70aa78bb9afb34a451e))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **fluent:** Starting with the R3 2025 release, the Telerik and
23+
Kendo UI Fluent theme will align with Fluent 2 design guidelines.
24+
As a result, the theme will no longer follow Fluent 1 standards for
25+
metrics, layouts, fonts, elevation, and typography. To learn more about
26+
this change, please refer to the dedicated breaking change article in
27+
the Progress Design System documentation.
28+
29+
In order to apply Fluent 1 colors in your application, try out the
30+
bundled Fluent 1 color swatch - it maintains a similar color palette
31+
while benefiting from the modern Fluent 2 guidelines.
32+
33+
34+
35+
36+
637
# [12.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.0...v12.0.0-dev.1) (2025-08-18)
738

839
**Note:** Version bump only for package kendo-themes.repo

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "12.0.0-dev.1",
3+
"version": "12.0.0-dev.2",
44
"packages": [
55
"packages/html",
66
"packages/core",

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bootstrap/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [12.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.1...v12.0.0-dev.2) (2025-08-18)
7+
8+
**Note:** Version bump only for package @progress/kendo-theme-bootstrap
9+
10+
11+
12+
13+
614
# [12.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.0...v12.0.0-dev.1) (2025-08-18)
715

816
**Note:** Version bump only for package @progress/kendo-theme-bootstrap

packages/bootstrap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-theme-bootstrap",
33
"description": "Bootstrap theme for Kendo UI",
4-
"version": "12.0.0-dev.1",
4+
"version": "12.0.0-dev.2",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@progress/kendo-svg-icons": "^4.1.0",
56-
"@progress/kendo-theme-core": "12.0.0-dev.1",
57-
"@progress/kendo-theme-utils": "12.0.0-dev.1"
56+
"@progress/kendo-theme-core": "12.0.0-dev.2",
57+
"@progress/kendo-theme-utils": "12.0.0-dev.2"
5858
},
5959
"directories": {
6060
"doc": "docs",

packages/classic/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [12.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.1...v12.0.0-dev.2) (2025-08-18)
7+
8+
**Note:** Version bump only for package @progress/kendo-theme-classic
9+
10+
11+
12+
13+
614
# [12.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.0...v12.0.0-dev.1) (2025-08-18)
715

816
**Note:** Version bump only for package @progress/kendo-theme-classic

packages/classic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-theme-classic",
33
"description": "Sass port of less based themes for Kendo UI theme",
4-
"version": "12.0.0-dev.1",
4+
"version": "12.0.0-dev.2",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@progress/kendo-svg-icons": "^4.1.0",
56-
"@progress/kendo-theme-core": "12.0.0-dev.1",
57-
"@progress/kendo-theme-utils": "12.0.0-dev.1"
56+
"@progress/kendo-theme-core": "12.0.0-dev.2",
57+
"@progress/kendo-theme-utils": "12.0.0-dev.2"
5858
},
5959
"directories": {
6060
"doc": "docs",

packages/core/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [12.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.1...v12.0.0-dev.2) (2025-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **grid:** allow horizontal scrolling of grid content ([f742be6](https://github.com/telerik/kendo-themes/commit/f742be6c825efe3a2f611ec9d828c7f8911da4e9))
12+
13+
14+
### Features
15+
16+
* **fluent:** update styles to Fluent 2 design guidelines ([6065177](https://github.com/telerik/kendo-themes/commit/6065177c560def83e742c70aa78bb9afb34a451e))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **fluent:** Starting with the R3 2025 release, the Telerik and
22+
Kendo UI Fluent theme will align with Fluent 2 design guidelines.
23+
As a result, the theme will no longer follow Fluent 1 standards for
24+
metrics, layouts, fonts, elevation, and typography. To learn more about
25+
this change, please refer to the dedicated breaking change article in
26+
the Progress Design System documentation.
27+
28+
In order to apply Fluent 1 colors in your application, try out the
29+
bundled Fluent 1 color swatch - it maintains a similar color palette
30+
while benefiting from the modern Fluent 2 guidelines.
31+
32+
33+
34+
35+
636
# [12.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.0...v12.0.0-dev.1) (2025-08-18)
737

838
**Note:** Version bump only for package @progress/kendo-theme-core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-theme-core",
33
"description": "A collection of functions and mixins used for building themes for Kendo UI",
4-
"version": "12.0.0-dev.1",
4+
"version": "12.0.0-dev.2",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [

packages/default/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [12.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.1...v12.0.0-dev.2) (2025-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **notification:** correct line height ([67efaa2](https://github.com/telerik/kendo-themes/commit/67efaa2beba8c580fe621f70e6f7a520f7861086))
12+
13+
14+
15+
16+
617
# [12.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v12.0.0-dev.0...v12.0.0-dev.1) (2025-08-18)
718

819
**Note:** Version bump only for package @progress/kendo-theme-default

0 commit comments

Comments
 (0)