Skip to content

Commit

Permalink
chore(release): v9.0.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Jul 19, 2024
1 parent 4e0437e commit 625afb7
Show file tree
Hide file tree
Showing 21 changed files with 311 additions and 51 deletions.
85 changes: 85 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,91 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19)


### Features

* **bootstrap:** detach utils package ([c2870e0](https://github.com/telerik/kendo-themes/commit/c2870e0c36c618a25f2c5776acc9bf5af707b4e3))
* **classic:** detach utils package ([7b119ff](https://github.com/telerik/kendo-themes/commit/7b119ff846a4d5efe3a1abf0eec3a9e5b6560418))
* **default:** detach utils package ([5d3910d](https://github.com/telerik/kendo-themes/commit/5d3910db126d9d70cec9c0fa2caaa04a1a981f65))
* **fluent:** detach utils package ([69a3e9b](https://github.com/telerik/kendo-themes/commit/69a3e9b23714433a13ffb29ec04e094b1093d303))
* **material:** detach utils package ([e5f86d9](https://github.com/telerik/kendo-themes/commit/e5f86d9f7b273cd41b87f24642c8c652e0775af6))
* **utils:** implement responsive layout system ([f81250e](https://github.com/telerik/kendo-themes/commit/f81250ec30c701723d7b194edbee6877bf6caa44))


### BREAKING CHANGES

* **fluent:** The utilities package is now decoupled from the themes package.

Effective with the R3 2024 release, the utilities package is now
independent of the themes package. This means that, moving forward,
components will selectively import only the utilities they require,
rather than the entire utilities package. This adjustment does not
impact the styling of components but is designed to improve the system's
flexibility and modularity.

For developers using utility classes for custom layouts, you will now
need to manually import the utilities as a separate stylesheet on your
pages. For step-by-step instructions on how to do this, please visit:
https://www.telerik.com/design-system/docs/utils/get-started/installation/
* **material:** The utilities package is now decoupled from the themes package.

Effective with the R3 2024 release, the utilities package is now
independent of the themes package. This means that, moving forward,
components will selectively import only the utilities they require,
rather than the entire utilities package. This adjustment does not
impact the styling of components but is designed to improve the system's
flexibility and modularity.

For developers using utility classes for custom layouts, you will now
need to manually import the utilities as a separate stylesheet on your
pages. For step-by-step instructions on how to do this, please visit:
https://www.telerik.com/design-system/docs/utils/get-started/installation/
* **classic:** The utilities package is now decoupled from the themes package.

Effective with the R3 2024 release, the utilities package is now
independent of the themes package. This means that, moving forward,
components will selectively import only the utilities they require,
rather than the entire utilities package. This adjustment does not
impact the styling of components but is designed to improve the system's
flexibility and modularity.

For developers using utility classes for custom layouts, you will now
need to manually import the utilities as a separate stylesheet on your
pages. For step-by-step instructions on how to do this, please visit:
https://www.telerik.com/design-system/docs/utils/get-started/installation/
* **bootstrap:** The utilities package is now decoupled from the themes package.

Effective with the R3 2024 release, the utilities package is now
independent of the themes package. This means that, moving forward,
components will selectively import only the utilities they require,
rather than the entire utilities package. This adjustment does not
impact the styling of components but is designed to improve the system's
flexibility and modularity.

For developers using utility classes for custom layouts, you will now
need to manually import the utilities as a separate stylesheet on your
pages. For step-by-step instructions on how to do this, please visit:
https://www.telerik.com/design-system/docs/utils/get-started/installation/
* **default:** The utilities package is now decoupled from the themes package.

Effective with the R3 2024 release, the utilities package is now
independent of the themes package. This means that, moving forward,
components will selectively import only the utilities they require,
rather than the entire utilities package. This adjustment does not
impact the styling of components but is designed to improve the system's
flexibility and modularity.

For developers using utility classes for custom layouts, you will now
need to manually import the utilities as a separate stylesheet on your
pages. For step-by-step instructions on how to do this, please visit:
https://www.telerik.com/design-system/docs/utils/get-started/installation/





## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "8.2.1",
"version": "9.0.0-dev.0",
"packages": [
"packages/*"
],
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19)


### Features

* **bootstrap:** detach utils package ([c2870e0](https://github.com/telerik/kendo-themes/commit/c2870e0c36c618a25f2c5776acc9bf5af707b4e3))


### BREAKING CHANGES

* **bootstrap:** The utilities package is now decoupled from the themes package.

Effective with the R3 2024 release, the utilities package is now
independent of the themes package. This means that, moving forward,
components will selectively import only the utilities they require,
rather than the entire utilities package. This adjustment does not
impact the styling of components but is designed to improve the system's
flexibility and modularity.

For developers using utility classes for custom layouts, you will now
need to manually import the utilities as a separate stylesheet on your
pages. For step-by-step instructions on how to do this, please visit:
https://www.telerik.com/design-system/docs/utils/get-started/installation/





## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-bootstrap",
"description": "Bootstrap theme for Kendo UI",
"version": "8.2.1",
"version": "9.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "3.0.0",
"@progress/kendo-theme-core": "8.2.0",
"@progress/kendo-theme-default": "8.2.1",
"@progress/kendo-theme-utils": "8.2.0",
"@progress/kendo-theme-core": "9.0.0-dev.0",
"@progress/kendo-theme-default": "9.0.0-dev.0",
"@progress/kendo-theme-utils": "9.0.0-dev.0",
"bootstrap": "5.2.1"
},
"directories": {
Expand Down
28 changes: 28 additions & 0 deletions packages/classic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19)


### Features

* **classic:** detach utils package ([7b119ff](https://github.com/telerik/kendo-themes/commit/7b119ff846a4d5efe3a1abf0eec3a9e5b6560418))


### BREAKING CHANGES

* **classic:** The utilities package is now decoupled from the themes package.

Effective with the R3 2024 release, the utilities package is now
independent of the themes package. This means that, moving forward,
components will selectively import only the utilities they require,
rather than the entire utilities package. This adjustment does not
impact the styling of components but is designed to improve the system's
flexibility and modularity.

For developers using utility classes for custom layouts, you will now
need to manually import the utilities as a separate stylesheet on your
pages. For step-by-step instructions on how to do this, please visit:
https://www.telerik.com/design-system/docs/utils/get-started/installation/





## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-classic",
"description": "Sass port of less based themes for Kendo UI theme",
"version": "8.2.1",
"version": "9.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "3.0.0",
"@progress/kendo-theme-core": "8.2.0",
"@progress/kendo-theme-default": "8.2.1",
"@progress/kendo-theme-utils": "8.2.0"
"@progress/kendo-theme-core": "9.0.0-dev.0",
"@progress/kendo-theme-default": "9.0.0-dev.0",
"@progress/kendo-theme-utils": "9.0.0-dev.0"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19)

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





# [8.2.0](https://github.com/telerik/kendo-themes/compare/v8.2.0-dev.0...v8.2.0) (2024-07-15)

**Note:** Version bump only for package @progress/kendo-theme-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-core",
"description": "A collection of functions and mixins used for building themes for Kendo UI",
"version": "8.2.0",
"version": "9.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
28 changes: 28 additions & 0 deletions packages/default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19)


### Features

* **default:** detach utils package ([5d3910d](https://github.com/telerik/kendo-themes/commit/5d3910db126d9d70cec9c0fa2caaa04a1a981f65))


### BREAKING CHANGES

* **default:** The utilities package is now decoupled from the themes package.

Effective with the R3 2024 release, the utilities package is now
independent of the themes package. This means that, moving forward,
components will selectively import only the utilities they require,
rather than the entire utilities package. This adjustment does not
impact the styling of components but is designed to improve the system's
flexibility and modularity.

For developers using utility classes for custom layouts, you will now
need to manually import the utilities as a separate stylesheet on your
pages. For step-by-step instructions on how to do this, please visit:
https://www.telerik.com/design-system/docs/utils/get-started/installation/





## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16)


Expand Down
Loading

0 comments on commit 625afb7

Please sign in to comment.