Changes since 23.2.0.alpha1
New features
-
Remove validation status change listener upon unbind
Commit · Pull request · IssueListener removal was missing when unbind was happening.
Fixes
-
Let DataCommunicator#flush keep track of which StateTree is supposed to execute its flushRequest
Commit · Pull request -
Add empty export to vaadin-featureflags.ts
Commit · Pull request -
Always generate themes in frontend 'generated' directory subfolder
Commit · Pull request · IssueForces generated themes files to be stored in 'generated' folder under frontend directory, instead of using the 'generatedTsFolder' setting. Also fixes relative paths assuming frontend directory to be './frontend', and maven and gradle plugins to clean the 'frontendDirectory/generated' folder.
-
Override connectedCallback in customElements.define
Commit · Pull requestThis is needed for the override to take effect, at least in Chrome