Skip to content

Vaadin Flow 23.4.0.alpha2

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 Feb 12:17
· 14 commits to 23.4 since this release
513de77

Changes since 23.4.0.alpha1

All changes

New features

  • Added single and double click event listeners registration methods
    Commit · Pull request

Fixes

  • Upgrade license-checker to 1.12.8 (#18739)
    Commit · Pull request

  • Propagate all request parameter to location in eagerServerLoad mode (#18489) (CP: 23.4)
    Commit · Pull request · Issue


  • Replace 'blacklist' and 'whitelist' with 'blocked' and 'allowed' (#18405)
    Commit · Pull request · Issue

    Mark the existing methods as deprecated and introduce methods with new names. Fall back to the old configuration properties if the new ones aren't used.

  • 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.