Releases: slovnicki/beamer
Releases · slovnicki/beamer
Version 1.7.0
Version 1.6.2
Version 1.6.1
Version 1.6.0
- Fixed: Usage of deprecated
RouteInformation.location
- Improved: Package metadata
Prerelease 2.0.0-dev.0
DISCLAIMER
This is in no way a big fancy release, just a push of all the important and breaking changes that have been sitting in master
for too long, hoping for a major release that didn't come yet. Now we can continue towards v2
...
- BREAKING: bump lower SDK constraint to 2.14
- BREAKING:
BeamPage.key
is now required (#443) - BREAKING:
BeamGuard
function now have 1 additional parameter which is a persistent deep link set by the platform or developer (#567) - Fixed: rebuild of nested
Beamer
upon deep link (MarkRunWu, #557) - Fixed:
BeamParameters
1-off in history (themartorana, #562)
Examples
- Added bottom_navigation_riverpod (vduseev, #601)
- Added bottom_rail_navigation_multiple_beamers (Protoss78, #539)
- Fixed logout behavior in authentication_bloc (fallouh, #590)
Version 1.5.6
Version 1.5.5
- Increase SDK upper bound to
<4.0.0
Version 1.5.4
- Fixed: Usage of
Object.hash
Version 1.5.2
Version 1.5.1
- Fixed: Lagging
BeamGuard
check when usingBeamerLocationBuilder
(#532)