Skip to content

Vaadin Flow 24.2.7

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 Jan 17:03
· 32 commits to 24.2 since this release
d342938

Changes since 24.2.6

All changes

Fixes

  • Limit the requested items to a given threshold (#18417)
    Commit · Pull request · Issue

    Limits the number of requested items from backend to a given threshold of ten pages. Exactly the same as #12003, but applied to HierarchicalDataCommunicator.

  • Permit access to custom PWA icons and favicon (#18385)
    Commit · Pull request · Issue

    This change configures VaadinWebSecurity with an additional request matcher that grants access to everyone to custom PWA icons and favicon paths.

  • Update stats.json for Frontend resources (#18372)
    Commit · Pull request · Issue

    Includes resources under frontend folder in frontendHashes in dev bundle's stats.json to make them properly detected for changes when building bundles.

  • Update stats.json for WebComponentExporter resources (#18354)
    Commit · Pull request · Issue

    Includes WebComponentExporter's generated web components under frontend/generated/flow/web-components in frontendHashes in stats.json, to make them properly detected for changes when building bundles.

  • Ignore plugins registration when dev-tools are disabled (#18363)
    Commit · Pull request · Issue

    Prevents JavaScript errors caused by dev-tools plug-ins attempting to register themselves when the development tools are disabled.

  • Handle inner classes in component tracker (#18348)
    Commit · Pull request · Issue

    ComponentTracker location fails to determine the source file for inner classes. This change tries to identify the enclosing class before matching with location filename.