navand 0.3.2
navand: ^0.3.2 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.2 #
- Added a condition to avoid emptying the route entries when the history is popped.
0.3.1 #
- Fixed inconsistencies in the behavior of
Navigator.
0.3.0 #
- Fixed the unexpected behaviors of the Navigation API.
- Removed unnecessary errors thrown at runtime.
Breaking Changes #
- Changed sync Navigation functions to async functions.
0.2.2 #
- Improved formatting.
- Improved the boilerplate.
- Improved the documentation.
- Fixed a few typos in the documentation.
0.2.1 #
- Moved the documentation from
README.mdto Navand's wiki.
0.2.0 #
- Updated the boilerplate.
- Updated the example.
- Updated
README.mdand added documentation to it. - Updated the license.
Breaking Changes #
- Renamed
PaintedNode.initializeElementtoassembleElement. - Renamed
PaintedNode.disposeElementtodisassembleElement.
0.1.0 #
- First unstable release.