Skip to content

v8.0.0-next.202407112150

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 21:52
· 785 commits to master since this release

Imperative

  • Enhancement: Add client-side custom-event handling capabilities. #2136
  • Next-Breaking: Refactored the Imperative Event Emitter class. #2136
    • Removed the ImperativeEventEmitter class.
    • Added an EventProcessor class to handle event listening and emitting.
    • Added an EventOperator class to handle creation and deletion of EventProcessors.
    • Added an EventUtils class to contain all common utility methods for the Client Event Handling capabilities.
    • Added IEmitter, IWatcher, and IEmitterAndWatcher interfaces to expose what application developers should see.