Releases: Appsilon/shiny.router
Releases · Appsilon/shiny.router
0.3.1
What's Changed
- Fix 404 issue by @jakubnowicki in #125
- Usage of dynamic dots in
router_ui
by @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_ui
by @vanhry in #126
New Contributors
Full Changelog: 0.3.0...0.3.1-rc.1
0.3.0
0.3.0-rc.2
Full Changelog: 0.3.0-rc.1...0.3.0-rc.2
0.3.0-rc.1
Full Changelog: 0.2.3...0.3.0-rc.1
0.2.3
Full Changelog: 0.2.2...0.2.3
0.2.1
[0.2.0] - 2020-10-30
Added
-
shiny.router.js
bindings that change the routing subpage based on the what follows the hashstring -
shiny.router.css
with class.router-hidden
that contains the content of a subpage -
get_query_param
function -
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
router
object (eg. replaced by a newrouter
list)