Skip to content

Releases: naver/egjs-component

3.0.5 Release (2023-10-20)

20 Oct 11:32
Compare
Choose a tag to compare

Bug Fix

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

3.0.4 Release (2022-12-29)

29 Dec 04:51
Compare
Choose a tag to compare

Bug Fix

  • Fixed commonjs behavior in node environment (#57)

3.0.3 Release (2022-12-15)

15 Dec 05:52
Compare
Choose a tag to compare

Bug Fix

  • Fixed type error occurring in EventMap (#56)

3.0.2 Release (2021-10-27)

07 Oct 01:03
Compare
Choose a tag to compare

Bug Fix

  • Fixed eventType being overwritted (#54)

3.0.1 Release (2021-03-11)

11 Mar 06:43
Compare
Choose a tag to compare

Bug fix

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

3.0.0 Release (2021-03-04)

04 Mar 07:12
Compare
Choose a tag to compare

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 Release (2020-10-22)

04 Mar 07:09
Compare
Choose a tag to compare

Bug Fix

  • Some type issues with default parameters & trigger method

2.2.1 Release (2020-10-19)

19 Oct 09:41
Compare
Choose a tag to compare

Fix

  • prevent triggering event that not defined

2.2.0 Release (2020-10-14)

14 Oct 04:52
Compare
Choose a tag to compare

Features

  • Event type inference for typescript users (#45)

2.1.2 Release (2018-10-10)

10 Oct 03:48
Compare
Choose a tag to compare

Changes

  • Change Webpack to Rollup #42