Skip to content

0.2.1

Compare
Choose a tag to compare
@dokato dokato released this 18 Jan 12:22

[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)