- More verbose error messages when components can't be loaded (277 by [nerdoc](https://github.com/nerdoc)). - More complete handling to prevent XSS attacks.
0.36.0
Not secure
- Security fix: for CVE-2021-42053 to prevent XSS attacks (reported by [Jeffallan](https://github.com/Jeffallan)).
**Breaking changes**
- responses will be HTML encoded going forward (to explicitly opt-in to previous behavior use [safe](https://www.django-unicorn.com/docs/advanced/#exclude))
0.35.3
Not secure
- Fix: Handle when there are multiple apps sub-directories [273](https://github.com/adamghill/django-unicorn/pull/273) by [apoorvaeternity](https://github.com/apoorvaeternity).
0.35.2
Not secure
- Fix: Make sure `visible:elements` trigger as expected in more cases. - Prevent the visibile element from continuing to trigger if the visbility element method returns `False`.
0.35.0
Not secure
- Trigger an event for a model element from JavaScript - Visibility event with `unicorn:visible` attribute
- Initial prototype for component template lifecycle events - Fix: elements after a child component would not get initialized (joshiggins https://github.com/adamghill/django-unicorn/pull/262) - Fix: cache would fail in some instances (https://github.com/adamghill/django-unicorn/issues/258)