From b933e532abb6c4cae422f0c6cbc61ad50148b54a Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:27:05 +0200 Subject: [PATCH 1/2] docs(common): Add TileLayout to rendering changes for 7.0 --- upgrade/rendering-changes/7-0-0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/upgrade/rendering-changes/7-0-0.md b/upgrade/rendering-changes/7-0-0.md index 413238fc5e..486df9a85d 100644 --- a/upgrade/rendering-changes/7-0-0.md +++ b/upgrade/rendering-changes/7-0-0.md @@ -16,6 +16,7 @@ position: 970 * [PDFViewer](#pdfviewer) * [Signature](#signature) * [TabStrip](#tabstrip) +* [TileLayout](#tilelayout) * [TreeList](#treelist) ## AIPrompt @@ -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 `
` element. The component now receives an inline `position: relative` style instead. +## TileLayout + +The tile elements (`
`) render `tabindex="-1"` instead of `tabindex="0"` when the `Navigable` parameter of the TileLayout is `false`, which is by default. + ## TreeList 1. The `k-cursor-pointer` class is removed from the `` element (toggle row icon). From b26e0ec6adec8762070f396d467b7b75a2af5a08 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:27:10 +0200 Subject: [PATCH 2/2] Update upgrade/rendering-changes/7-0-0.md Co-authored-by: Iva Stefanova Koevska-Atanasova --- upgrade/rendering-changes/7-0-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade/rendering-changes/7-0-0.md b/upgrade/rendering-changes/7-0-0.md index 486df9a85d..8c44c7cf0a 100644 --- a/upgrade/rendering-changes/7-0-0.md +++ b/upgrade/rendering-changes/7-0-0.md @@ -69,7 +69,7 @@ The `Open`, `Download` and `Print` tools have been moved to a submenu toggled on ## TileLayout -The tile elements (`
`) render `tabindex="-1"` instead of `tabindex="0"` when the `Navigable` parameter of the TileLayout is `false`, which is by default. +The tile elements (`
`) render `tabindex="-1"` instead of `tabindex="0"` when the `Navigable` parameter of the TileLayout is `false`, which is the default setting. ## TreeList