Skip to content

Commit b933e53

Browse files
committed
docs(common): Add TileLayout to rendering changes for 7.0
1 parent 2913e88 commit b933e53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

upgrade/rendering-changes/7-0-0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ position: 970
1616
* [PDFViewer](#pdfviewer)
1717
* [Signature](#signature)
1818
* [TabStrip](#tabstrip)
19+
* [TileLayout](#tilelayout)
1920
* [TreeList](#treelist)
2021

2122
## AIPrompt
@@ -66,6 +67,10 @@ The `Open`, `Download` and `Print` tools have been moved to a submenu toggled on
6667
3. The scroll buttons (prev & next) now render the `k-tabstrip-prev` and `k-tabstrip-next` classes, respectively.
6768
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.
6869

70+
## TileLayout
71+
72+
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 by default.
73+
6974
## TreeList
7075

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

0 commit comments

Comments
 (0)