Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

70 lines (42 loc) · 2.88 KB

2.0.1 (2017-08-19)

Bug Fixes

  • component: check siema instance on service subscriptions (#54) (a7d4b45)
  • component: fix #55 (#56) (cf0d708), closes #55 #56

2.0.0 (2017-07-09)

Bug Fixes

Features

  • component: add possibility of use multiple instances of ngx-siema (f0a516b), closes #50🎉

Breaking changes

  • component: @Input() selector is removed. Use selector property from NgxSiemaOptions options
  • component: added NgxSiemaService for using with multiple instances of ngx-siema

1.2.0 (2017-05-17)

Features

  • component: add compatibility with siema 1.4.6
  • component: add @Output() remove
  • component: add @Output() insert
  • component: add @Output() prepend
  • component: add @Output() append
  • component: add @Output() destroy
  • component: add @Output() currentSlide

Breaking changes

  • component: @Input() ngxClass is replaced with @Input() selector

1.1.0 (2017-04-21)

Bud fixes

  • component: update siema to 1.3.1 (a10f5cd), (#17)
  • component: crash due to Siema instance doesn't have removeAllListeners() (09885cc), closes (#18)

Features

  • component: update angular to 4.0.0

Breaking changes

  • component: the @Output parameters are renamed: onNext -> next, onPrev -> prev, onGoTo -> goTo
  • component: the public methods are renamed: next -> onNext, prev -> onPrev, goTo -> onGoTo

1.0.0 (2017-01-29)

Features

  • First Release