Skip to content

0.0.51

Choose a tag to compare

@sunarya-thito sunarya-thito released this 14 Feb 00:27
· 61 commits to master since this release

Fixed

  • Fixed ControlledComponent assertion error when no initial value is provided
    despite having a nullable type parameter
  • Fixed NavigationGroup causing negative size errors when the children list is
    empty
  • Fixed NavigationSidebar not working correctly after recent breaking changes

Changed

  • NavigationWidget is now a builder-only widget that requires a builder function
    to be provided.