github vaadin/flow 24.8.1
Vaadin Flow 24.8.1

latest releases: 25.0.0-alpha13, 25.0.0-alpha12, 24.9.0-rc1...
2 months ago

Changes since 24.8.0

All changes

Fixes

  • Do not store build info in bundle (#21786)
    Commit · Pull request

    Do not store the flow-build-info inside the production bundle zip file.

  • Avoid NPE when tracking usage for removed nodes (#21739)
    Commit · Pull request

    The change value cannot be extracted if there's no data node in the tree. Check for this both when creating the usage instance and when later evaluating whether it has changes. Note that removing a node is not seen as changing the node itself but only as a change to the node's parent.

  • Include default methods from interfaces in BeanPropertySet (#21770)
    Commit · Pull request · Issue

  • Update Query getPageSize to check for offset (#21725)
    Commit · Pull request · Issue

    Make getPageSize check that it matches the offset. Update javadocs for Query to explain that getPage updates the pageSize to match offset.

  • Use handlers registered using ResourceHandlerRegistry (#21686) (CP: 24.8)
    Commit · Pull request

    For instance Swagger uses ResourceHandlerRegistry to register a handler for /swagger-ui/index.html and this is now called without excluding any url from Vaadin

Don't miss a new flow release

NewReleases is sending notifications on new releases.