Skip to content

Releases: Appsilon/shiny.router

0.3.1

18 Apr 08:03
9353c25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.1-rc.2

18 Apr 07:42
9353c25
Compare
Choose a tag to compare
0.3.1-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.1-rc.1...0.3.1-rc.2

0.3.1-rc.1

18 Apr 07:06
606c05a
Compare
Choose a tag to compare
0.3.1-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1-rc.1

0.3.0

02 Mar 10:51
a56127f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.3.0

0.3.0-rc.2

24 Feb 11:00
a56127f
Compare
Choose a tag to compare
0.3.0-rc.2 Pre-release
Pre-release

Full Changelog: 0.3.0-rc.1...0.3.0-rc.2

0.3.0-rc.1

23 Feb 12:28
6f836e0
Compare
Choose a tag to compare
0.3.0-rc.1 Pre-release
Pre-release

Full Changelog: 0.2.3...0.3.0-rc.1

0.2.3

17 Jan 14:07
Compare
Choose a tag to compare

Full Changelog: 0.2.2...0.2.3

0.2.1

18 Jan 12:22
Compare
Choose a tag to compare

[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 new router list)