v2.5.0
Features:
- Add
onEvent
for components to allow listening to any other kind ofEvent
, such as 'load'. - Add
onKeyDown
helper to allow listening globally for key presses. Useful for keyboard shortcuts. - Update types.
Features:
onEvent
for components to allow listening to any other kind of Event
, such as 'load'.onKeyDown
helper to allow listening globally for key presses. Useful for keyboard shortcuts.