Skip to content

v0.5.7

Choose a tag to compare

@joemasilotti joemasilotti released this 09 Apr 19:29
· 227 commits to main since this release

Added

  • auto_route tab config option for controlling tab routing. Accepts false (disable routing for this tab) or an array of route prefixes (replaces the default prefix match on path). Trailing slash routes like /breweries/ match sub-paths but not the bare path. Omit auto_route to keep the default behavior (prefix match on the tab's path).