github vaadin/flow 23.3.0.beta3
Vaadin Flow 23.3.0.beta3

latest releases: 24.5.0.alpha20, 24.5.0.alpha19, 2.11.1...
pre-release21 months ago

Changes since 23.3.0.beta2

All changes

Fixes

  • Remove unnecessary clear condition (#15282)
    Commit · Pull request · Issue

    For hierarchical data, even when the child components are filtered out, the clear method on ArrayUpdater.Update in HierarchicalCommunicationController is never called. This is caused by an if check, in which the start index of previousActive is compared to the newly calculated assumedSize. Since there might be items to clear, the newly calculated size should have no effect on whether we clear the items or not. This check is not present in the DataCommunicator counterpart within the method collectChangesToSend. This PR removes the aforementioned clear condition. Add test to ensure that the expanded children are cleared properly when filtered out.

  • Empty alt in costructor should add property (#15292)
    Commit · Pull request · Issue

    Giving the alternate text in the constructor should generate a property to the image.

  • No stream serialization without uis (#15287)
    Commit · Pull request · Issue

    Do not serialize the streamResourceRegistry if UIs are not serialized.

  • Add a template of old tsconfig.json used in OSGi (#15285)
    Commit · Pull request

Don't miss a new flow release

NewReleases is sending notifications on new releases.