Skip to content

docs(common): Add TileLayout to rendering changes for 7.0 #2521

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

Merged
merged 2 commits into from
Nov 12, 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
5 changes: 5 additions & 0 deletions upgrade/rendering-changes/7-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ position: 970
* [PDFViewer](#pdfviewer)
* [Signature](#signature)
* [TabStrip](#tabstrip)
* [TileLayout](#tilelayout)
* [TreeList](#treelist)

## AIPrompt
Expand Down Expand Up @@ -66,6 +67,10 @@ The `Open`, `Download` and `Print` tools have been moved to a submenu toggled on
3. The scroll buttons (prev & next) now render the `k-tabstrip-prev` and `k-tabstrip-next` classes, respectively.
4. The `k-pos-relative` class is no longer applied to the `<div class="k-tabstrip">` element. The component now receives an inline `position: relative` style instead.

## TileLayout

The tile elements (`<div class="k-tilelayout-item">`) render `tabindex="-1"` instead of `tabindex="0"` when the `Navigable` parameter of the TileLayout is `false`, which is the default setting.

## TreeList

1. The `k-cursor-pointer` class is removed from the `<span class="k-treelist-toggle">` element (toggle row icon).
Expand Down
Loading