navand 1.0.1
navand: ^1.0.1 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.
1.0.1 #
- Fixed a bug caused by upgrading
js.
1.0.0 #
- Internal improvements.
- Updated SDK Constraint.
- Stable Release.
1.0.0-alpha.13 #
- Update the example.
1.0.0-alpha.12 #
- Handle the bug in the navigation API when an app goes through hot restart.
1.0.0-alpha.11 #
- Move the command-line tool to a separate package named
navand_cli. - Improve internal codes.
1.0.0-alpha.10 #
- Improve CLI.
- Update example.
- Update application template.
- Update SDK version constraint.
1.0.0-alpha.9 #
1.0.0-alpha.8 #
- Improve the internal APIs.
- Fix a potential bug in
Navigator.
1.0.0-alpha.6 #
- Update example.
- Update application template.
- Improve performance.
Breaking Changes #
- Change variable names for nodes' parents and children.
1.0.0-alpha.4 #
- Fix typos in
README.md.
1.0.0-alpha.3 #
- Improve
README.md. - Fix a typo in
CHANGELOG.md.
1.0.0-alpha.2 #
- Use
build_runnerinstead ofwebdevfor building.
1.0.0-alpha.1 #
- Hide inactive routes and fix route resolution.
- Add a guard for an extreme case in interaction with the navigator when
popis called quickly and in a row. - Improve command-line tool
- Force the command-line tool for the exits of child processes.
- Remove the unnecessary pipes.
0.3.4 #
- Add
serveandbuildcommands.
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.