Skip to content

Vaadin Flow Components V24.8.6

Latest
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 08 Aug 08:53
· 4 commits to 24.8 since this release
afddc0d

Vaadin Flow Components 24.8.6

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

Changes in Flow Components from 24.8.5

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-markdown-flow

  • Fixes:
    • Render markdown content on re-attachment (#7808). PR:7810

      ---------

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Use new custom editor if editors are updated

    • Improve custom editors internal structure to prevent NPE errors (#7755). PR:7773

    • Prevent trying to remove already removed

      Sometimes, the call to removeCellCustomEditor can be done to a widget already removed from its parent, which causes a client-side error. This change try to address that with some refactor on the custom editors internal map. The refactor aims to replace the keys that currently refer to the cell address with the editor ID itself. That way, in case the same editor is shared by more than one cell, the same Slot will be used. With the current logic, more than one Slot element would be created for the same editor, which could cause issues like, the editor not being shown because it was moved to the other Slot parent.

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.8.6
  • Tested with Vaadin Flow version 24.8.5