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: 8 additions & 0 deletions CHANGELOG-VAADIN8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Vaadin 8 extended maintenance version changelog

## Vaadin 8.32.1

* Updated JSoup from version 1.15.3 to 1.23.2 to address [CVE-2026-71497](https://nvd.nist.gov/vuln/detail/cve-2026-71497).

This should be an invisible change to users; however, the behavior of JSoup has changed between versions in a way that **might** require changes to some files. Namely, self-closing tags are not allowed when parsing in an HTML context.

If you experience issues regarding HTML content or Designer templates with self-closing tags, let us know by filing an issue with [Vaadin Support](https://support.vaadin.com/).

## Vaadin 8.32.0

* Added URL scheme validation in `ExternalResource` and `Page`. Based on concepts introduced in Flow PRs [#24539](https://github.com/vaadin/flow/pull/24539) and [#24943](https://github.com/vaadin/flow/pull/24943).
Expand Down