Releases: anvil-works/routing
v0.5.0
What's Changed
🐛 Bug Fixes
- Fix: circular import race condition in template container routes #86
🚀 Features
📖 Documentation
Contributors
Thanks to all our contributors! 🎉
@s-cork
Full Changelog: v0.4.2...v0.5.0
v0.4.2
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
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
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_loaddecorator 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_argsinload_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
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
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
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_handleruses, 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
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
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
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