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
8 changes: 7 additions & 1 deletion modules/ROOT/pages/8.2.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ For an example of using custom elements with block-level and inline-level compon

// CCFR here.

=== The schema will now allow the `property` RDFa attribute on `meta` elements
// #TINY-12858

Previously, the schema did not recognize the `property` RDFa attribute as valid for `meta` elements, causing it to be removed during content validation in features such as the {productname} `fullpagehtml` premium plugin. This behavior could strip essential metadata used for social media previews or structured data integrations, and required integrators to manually whitelist the attribute to retain it.

In {release-version}, the schema has been updated to include `property` as a valid attribute for `meta` elements. This change ensures compatibility with common metadata standards.

=== The editor would upon gaining focus scroll to the center of the editor on some browsers if the top of the editor was out of frame
// #TINY-12626

Expand Down Expand Up @@ -205,7 +212,6 @@ Previously, button tooltips were not always dismissed correctly when icons were

Previously, certain elements received an additional newline when indented due to the title not being correctly recognized as a block by the DOM Parser serializer. This caused unwanted whitespace to appear in the output. The issue was resolved by explicitly marking the title as a block within the code, ensuring that serialization no longer introduces unnecessary whitespace.


[[security-fixes]]
== Security fixes

Expand Down