navand 0.3.3
navand: ^0.3.3 copied to clipboard
Navand is a web framework in Dart that lets developers create UIs with a widget model similar to Flutter. Navand apps are compiled into JS and painted using HTML & CSS.
0.3.3 #
- Improve
CHANGELOG.md.
0.3.2 #
- Add a condition to avoid emptying the route entries when the history is popped.
0.3.1 #
- Fixe inconsistencies in the behavior of
Navigator.
0.3.0 #
- Fix the unexpected behaviors of the Navigation API.
- Remove unnecessary errors thrown at runtime.
Breaking Changes #
- Switch to async functions for Navigation.
0.2.2 #
- Improve formatting.
- Improve the boilerplate.
- Improve the documentation.
- Fix a few typos in the documentation.
0.2.1 #
- Move the documentation from
README.mdto Navand's wiki.
0.2.0 #
- Update the boilerplate.
- Update the example.
- Update
README.mdand add documentation to it. - Update the license.
Breaking Changes #
- Rename
PaintedNode.initializeElementtoassembleElement. - Rename
PaintedNode.disposeElementtodisassembleElement.
0.1.0 #
- First unstable release.