Skip to content

Releases: slovnicki/beamer

Version 1.6.1

09 Mar 22:10
0ee2963
Compare
Choose a tag to compare

Version 1.6.0

06 Jan 19:21
9702767
Compare
Choose a tag to compare
  • Fixed: Usage of deprecated RouteInformation.location
  • Improved: Package metadata

Prerelease 2.0.0-dev.0

29 Jun 21:13
c3795ab
Compare
Choose a tag to compare
Pre-release

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

Version 1.5.6

29 Jun 20:24
f46a992
Compare
Choose a tag to compare
  • Fixed: copying of route state when relative beaming is used (Panz99, #624, #623)

Version 1.5.5

22 May 21:05
eef79aa
Compare
Choose a tag to compare
  • Increase SDK upper bound to <4.0.0

Version 1.5.4

16 May 10:02
9a6ecf9
Compare
Choose a tag to compare
  • Fixed: Usage of Object.hash

Version 1.5.2

16 Aug 21:10
dd7e82a
Compare
Choose a tag to compare

Version 1.5.1

16 Aug 20:59
d4cc3d4
Compare
Choose a tag to compare
  • Fixed: Lagging BeamGuard check when using BeamerLocationBuilder (#532)

Version 1.5.0

11 Jun 14:14
97cffe6
Compare
Choose a tag to compare
  • Added: onUpdate method to BeamLocation which is called after initState and on every update. (#507, #88c8537). See this example that demonstrates its possible usage.
  • Added: isEqualTo extension method to RouteInformation (intentionally not overriding the equality operator)
  • Fixed: Possible wrong URL after global rebuild with multiple child Beamers (#523)
  • Fixed: Consistency of calls to BeamLocation.updateState (#484)
  • Fixed: Resetting popConfiguration after popToNamed parameter has been used in a beamToNamed call (#521)

Documentation

Examples

Ecosystem

Version 1.4.1+1

13 Apr 19:11
ea084ae
Compare
Choose a tag to compare
  • Fixed: formatting of beamer.dart file