Skip to content
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
9 changes: 9 additions & 0 deletions upgrade/rendering-changes/7-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ position: 970
# Rendering Changes in 7.0.0

* [AIPrompt](#aiprompt)
* [Editor](#editor)
* [Gantt](#gantt)
* [Menu](#menu)
* [PanelBar](#panelbar)
Expand All @@ -23,6 +24,14 @@ position: 970
2. The output view, which contains the `<div class="k-card-list">` element, is now wrapped in a `<div>` element with class `k-prompt-view`.
3. The copy button in the output view is now styled as primary.

## Editor

* The `<div class="k-form">` elements in the popups of the [`CreateLink` and `InsertImage` tools]({%slug editor-built-in-tools%}) no longer render a `k-form-horizontal` class.
* The `ViewHtml` tool popup no longer renders `div.k-form`, `div.k-form-field`, and `div.k-form-field-wrap` elements.
* The `<label class="k-form-label">` elements in the above three popups also render a `k-label` class.
* The popup windows (`<div class="k-window">` elements) for the `CreateLink` and `InsertImage` tools are `340px` wide by default.
* The popup window for the `ViewHtml` tool is `500px` wide and `400px` high by default.

## Gantt

1. The `k-gantt-content` class is now applied to a `<div>` wrapper element that encloses the Gantt Splitter.
Expand Down
Loading