Skip to content

Commit

Permalink
upgrade package
Browse files Browse the repository at this point in the history
  • Loading branch information
fx-lange committed Dec 1, 2022
1 parent 568ff19 commit ff30ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Package is targeting UITK for runtime but should probably work for editor extens
## Features

* named routes
* nested routing
* navigation guards
* no nested routes yet

## Vue Router Inspiration

Expand All @@ -29,16 +29,15 @@ So for everybody coming from vue.js here are some differences:

## Todo / Ideas

* nesting (crucial)
* global router access (planned)
* more per component nav guards (planned)
* generic router for extensibility (idea)
* reusing loaded components (planned)
* more guard types like beforeResolve or per route (low prio)
* generic router for extensibility (idea)
* Route meta object (idea)
* global router.watch (idea)
* alternative to string params (idea)
* named views (idea)
* navigation failure (idea)
* configure routes via ScriptableObject (idea)
* more guard types like beforeResolve or per route (low prio)
* async exception handling (issue)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.fxlange.uitoolkit-router",
"displayName": "UIToolkit Router",
"version": "0.0.1",
"version": "0.1.0",
"description": "Router for Unity UI Toolkit",
"unity": "2021.3",
"dependencies": {
Expand Down

0 comments on commit ff30ad0

Please sign in to comment.