Event scoping
This release aims to tackle all remaining issues with event scoping (scoping of events to event handlers) in Kitten.
There is currently a lack of documentation as well as infrastructural support for proper event scoping, making event scoping the main foot-gun in Kitten development.
With this release, the aim is to ensure that the default behaviour is what is expected when working with events in the following scopes:
- Kitten Component
- Kitten Page
- Session
- Global
25% Completed