Closed jokerttu closed 2 months ago
Nit: For future PRs that aren't too critical to get out, is it possible to stat incrementally adding unit test coverage along with our changes?
This is a great improvement, thanks Joonas!
Nit: For future PRs that aren't too critical to get out, is it possible to stat incrementally adding unit test coverage along with our changes?
Most definetely yes. We should start incrementally adding unit test (and integratiojn test) coverage with future changes
Fixes the
NavigationView
callback registration issue when using multiple view instances. Resolves navigation view scaling issues by removing the mandatoryheight
andwidth
properties and adding support for an optionalstyle
property (breaking change). This allows developers to use flex or width/height parameters with percentage values.Fixes #28 Fixes #192 Fixes #233 Partially fixes #235
BREAKING CHANGE: The
height
andwidth
properties have been removed fromNavigationView
in favor of an optionalstyle
property.