Skip to content

7.0.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ks89 Ks89 released this 22 Oct 20:47
· 451 commits to develop since this release

I'm sorry for the delay, but I had to fix many issues on IE11 (I hate IE!!!).

To install npm i --save @ks89/angular-modal-gallery@beta

Live preview available here: https://angular-modal-gallery-v7.stackblitz.io

README for 7.0.0 is here: https://github.com/Ks89/angular-modal-gallery/blob/700/README.md

Documentation is here: https://ks89.github.io/angular-modal-gallery-2018-v7.github.io/

7.0.0-beta.2

Features

  • add new input param to enable legacyIE11Mode. This is required only to support IE11. If you don't need this stupid obsolete browser, you shouldn't use it.
  • add deprecation to forRoot() method. Probably I'll remove it in version 8.x.x
  • new library logo

Bugfixes

  • fix wrong carousel's width on both Firefox, IE11 and Edge
  • fix many issues on IE11

Internal library changes

  • upgrade to angular-cli 7 final and Angular 7 final
  • use @Injectable(provideIn: 'root') in galleryService and idValidatorService

Refactor

  • use internal ksSize and ksMaxSize directives when possible in carousel.html

Demos

  • upgrade all examples to Angular 7 and cli 7 if necessary
  • add new carousel ie11 page to all examples

Documentations

  • add new logo
  • replace navbar brand text with the new logo
  • replace github iframes with badges
  • add migration guide