- Initial Vue support
- Added a new
useAutoRefreshhook - Added a new
useShouldReloadCallbackto allow control of reloading behaviour. It's now possible to preserve component state when navigating to a different URL that's rendered by the same view - Internal refactoring to allow Django Bridge to be used within a package without global settings
What's Changed
- Vendor telepath-unpack by @kaedroho in #97
- Fix #94: Implement useAutoRefresh hook by @kaedroho in #96
- Fix links not responding after calling openOverlay on a view that doesn't support overlay by @kaedroho in #98
- Update forms.md by @kennyhei in #102
- Update view_components.md by @kennyhei in #100
- Add vue support by @kennyhei in #104
- Add configuration class by @kaedroho in #106
- Add useShouldReloadCallback hook by @kaedroho in #108
- Refactor response classes to allow config to be modified dynamically by @kaedroho in #107
- Increment frameId on every fetch (even if not reloaded) by @kaedroho in #110
- Fix #109: Use Context default if not provided by Django by @kaedroho in #111
- Make it possible to use Django Bridge as a hidden dependency by @kaedroho in #113
New Contributors
Full Changelog: v0.5.0...v0.6.0