Egjs Component Versions Save

A class used to manage events in a component like DOM

3.0.5

7 months ago

Bug Fix

  • A phenomenon in which the 'next' method does not exist when applying symbol polyfill in IE11 #60

3.0.4

1 year ago

Bug Fix

  • Fixed commonjs behavior in node environment (#57)

3.0.3

1 year ago

Bug Fix

  • Fixed type error occurring in EventMap (#56)

3.0.2

1 year ago

Bug Fix

  • Fixed eventType being overwritted (#54)

3.0.1

3 years ago

Bug fix

  • trigger is not handling all handlers when some handlers are removed while calling it(#52)

3.0.0

3 years ago

Feature

  • Now can trigger non-object types as the first parameter of event.
  • Added ComponentEvent to support default properties of the event(stop, eventType, isCanceled)
  • Now can use the interface as event types.

2.2.2

3 years ago

Bug Fix

  • Some type issues with default parameters & trigger method

2.2.1

3 years ago

Fix

  • prevent triggering event that not defined

2.2.0

3 years ago

Features

  • Event type inference for typescript users (#45)

2.1.2

5 years ago

Changes

  • Change Webpack to Rollup #42