Changes since 24.3.2
New features
-
Pass theme definition to bootstrap modifiers (#18412)
Commit · Pull requestThis is needed to be able to import the correct version of components in an addon, e.g. if the application uses Material you will break the app if you import the Lumo version of vaadin-button
Fixes
-
Limit the requested items to a given threshold (#18417)
Commit · Pull request · IssueLimits the number of requested items from backend to a given threshold of ten pages. Exactly the same as #12003, but applied to HierarchicalDataCommunicator.
-
Report errors when running commands to launch the IDE to open a file (#18406)
Commit · Pull request -
Permit access to custom PWA icons and favicon (#18385) (CP: 24.3)
Commit · Pull request · Issue
-
Update stats.json for Frontend resources (#18372)
Commit · Pull request · IssueIncludes resources under
frontend
folder infrontendHashes
in dev bundle'sstats.json
to make them properly detected for changes when building bundles. -
Update stats.json for WebComponentExporter resources (#18354)
Commit · Pull request · IssueIncludes
WebComponentExporter
's generated web components underfrontend/generated/flow/web-components
infrontendHashes
instats.json
, to make them properly detected for changes when building bundles. -
Handle inner classes in component tracker (#18348)
Commit · Pull request · IssueComponentTracker location fails to determine the source file for inner classes. This change tries to identify the enclosing class before matching with location filename.
-
Ignore plugins registration when dev-tools are disabled (#18363)
Commit · Pull request · IssuePrevents JavaScript errors caused by dev-tools plug-ins attempting to register themselves when the development tools are disabled.