Skip to content

Releases: anvil-works/routing

v0.5.0

13 Nov 14:11
e356228

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix: circular import race condition in template container routes #86

🚀 Features

  • feat: make params always strings avoiding decode issues #89
  • Feat: add register_links method #88

📖 Documentation

  • feat: make params always strings avoiding decode issues #89
  • Feat: add register_links method #88

Contributors

Thanks to all our contributors! 🎉
@s-cork

Full Changelog: v0.4.2...v0.5.0

v0.4.2

05 Sep 10:07

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix: surface exceptions when routes_module fails for Exceptions other than ModuleNotFoundError #83

Contributors

Thanks to all our contributors! 🎉
@s-cork

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Sep 03:55
8988523

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix: wrap view transitions in try except #81

Contributors

Thanks to all our contributors! 🎉
@s-cork

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Jul 07:37
4616586

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: decode URL paths before creating segments to handle already encoded urls #77
  • fix: used cached_context when opening a cached form #70
  • fix: pass keyword arguments and use super() in Route.init_subclass #69

🚀 Features

  • feat: add client code prelude to import router module #79
  • feat: add configurable routes module for designer navigation support and automatic route import #78
  • feat: add sitemap.txt and robots.txt generation options, expose router.sorted_routes #63
  • feat: @hooks.before_load decorator for composable before_load hooks #74
  • feat: allow before_load to return partial nav_context dictionary #73

📖 Documentation

  • docs: add meta method documentation for dynamic route meta tags #75
  • docs: add use_data API reference for shared route data access #72
  • Fix docs use of loader_args in load_data #66

Contributors

Thanks to all our contributors! 🎉
@pre-commit-ci[bot], @racersmith, @s-cork and pre-commit-ci[bot]

Full Changelog: v0.3.5...v0.4.0

v0.3.5

09 May 13:03
6e81be1

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix fallbacks for og:title and og:description #61

Contributors

Thanks to all our contributors! 🎉
@s-cork

Full Changelog: v0.3.4...v0.3.5

v0.3.4

09 May 12:39
03f0e9a

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix: meta method returning None and enhance og: meta tag options (og:title, og:description, og:image) #60

📖 Documentation

  • improve docs #54

Contributors

Thanks to all our contributors! 🎉
@pre-commit-ci[bot], @s-cork and @tc-gitacc

Full Changelog: v0.3.3...v0.3.4

v0.3.3

07 Dec 02:13
c8714b4

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: form in template container might not have been removed from its previous parent #49

📖 Documentation

  • Document callable query argument to navigate and navlink #44
  • Added more migration documentation about advanced usage of anvil_extras routing #45
  • Add documentation for add_event_handler uses, including migration from hash routing #43

Other changes

  • namespace link attributes and methods to avoid conflicts #39

Contributors

Thanks to all our contributors! 🎉
@pre-commit-ci, @pre-commit-ci[bot], @s-cork and @yahiakala

Full Changelog: v0.3.2...v0.3.3

v0.3.2

03 Nov 14:17
b336856

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix - alert is not available on the server #35

Contributors

Thanks to all our contributors! 🎉
@s-cork

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Nov 09:10
fdfdcd2

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix dismissible default argument for alerts/confirm #33

Contributors

Thanks to all our contributors! 🎉
@s-cork

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Nov 07:59
4f19fe7

Choose a tag to compare

What's Changed

🚀 Features

  • Support auto-close on dismissible alerts and prevent navigation otherwise #32

📖 Documentation

  • Support auto-close on dismissible alerts and prevent navigation otherwise #32
  • Update Installation docs and add contribution docs #27

Contributors

Thanks to all our contributors! 🎉
@s-cork

Full Changelog: v0.2.2...v0.3.0