Added
- Context Processor Support: LiveView now automatically applies Django context processors configured in
DjustTemplateBackend. Variables likeGOOGLE_ANALYTICS_ID,user,messages, etc. are now available in LiveView templates without manual passing. (#26)
Fixed
- VDOM Cache Key Path Awareness: Cache keys now include URL path and query string hash, preventing render corruption when navigating between views with different template structures (e.g.,
/emails/vs/emails/?sender=1). (#24)