Releases: Appsilon/shiny.router
Releases · Appsilon/shiny.router
Release list
0.3.1
What's Changed
- Fix 404 issue by @jakubnowicki in #125
- Usage of dynamic dots in
router_uiby @vanhry in #126
New Contributors
Full Changelog: 0.3.0...0.3.1
0.3.1-rc.2
What's Changed
- docs: Fix typo in docs. by @jakubnowicki in #129
Full Changelog: 0.3.1-rc.1...0.3.1-rc.2
0.3.1-rc.1
What's Changed
- Fix 404 issue by @jakubnowicki in #125
- Usage of dynamic dots in
router_uiby @vanhry in #126
New Contributors
Full Changelog: 0.3.0...0.3.1-rc.1
0.3.0
0.3.0-rc.2
0.3.0-rc.1
0.2.3
0.2.1
[0.2.0] - 2020-10-30
Added
-
shiny.router.jsbindings that change the routing subpage based on the what follows the hashstring -
shiny.router.csswith class.router-hiddenthat contains the content of a subpage -
get_query_paramfunction -
new documentation
-
vignette with tutorial
Changed
-
the way of calling router and ui, now this is one object with fields: server and ui
-
parameters go after hash now
Fixed
-
route_link() keeps root url but lose path
-
double loading when using browser back button
-
stopped rerendering whole page
Removed
-
router_ui()function -
old
routerobject (eg. replaced by a newrouterlist)