New Features
StreamResource
shorthands added toAnchor
andImage
(#3250). Contributed by @heruan.- Added a dedicated wrapping mode enum for usage with initial page settings (#3249).
- Added shorthands
addLink
andaddFavIcon
toInitialPageSettings
(#3247).
Bug Fixes
- Stack traces for exceptions thrown during navigation are now correctly displayed in production mode (#3266).
- Fix detaching of state nodes (#3235).
Documentation
- New tutorial for basic component features, including
Component::setVisible
introduced in1.0.0.alpha15
- Added additional documentation for error handling during navigation
⚠️ Breaking changes
BeforeNavigationEvent
has been replaced withBeforeEnterEvent
andBeforeLeaveEvent
(#3260).