Skip to content
Merged
Changes from 1 commit
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 by default.

## TreeList

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