Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(common): Added checkbox rendering changes for 4.6.0 #2238

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion upgrade/rendering-changes/4-6-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ position: 980

* [Icons](#icons)
* [Carousel](#carousel)
* [CheckBox](#checkbox)
* [Filter](#filter)
* [Form](#form)

Expand Down Expand Up @@ -53,9 +54,13 @@ The CSS classes applied to the built-in Font and SVG icons will be unified to in
* Added the `k-scrollview-animate` CSS class to the `<div class="k-scrollview-wrap">` element.
* Replaced the `<a class="k-scrollview-prev">` and `<a class="k-scrollview-next">` with `<span class="k-scrollview-prev">` and `<span class="k-scrollview-next">`.

## CheckBox

Added a `<span class="k-checkbox-wrap">` element that wraps the `<input type="checkbox" class="k-checkbox" />`.

## Filter

* Removed the `k-filter-toolbar-item` CSS class from the `<div class="k-toolbar-item">` element.
Removed the `k-filter-toolbar-item` CSS class from the `<div class="k-toolbar-item">` element.

## Form

Expand Down
Loading