Skip to content

Releases: Ks89/angular-modal-gallery

6.3.0

11 Oct 18:38
Compare
Choose a tag to compare

Features

  • add a new method called 'update' into GalleryService to be able to update an image of the gallery, also when modal-gallery is already opened #161 (requested and partially implemented by @smardine (see pull request #162))

7.0.0-alpha.2

04 Oct 23:30
Compare
Choose a tag to compare
7.0.0-alpha.2 Pre-release
Pre-release

This is an alpha version, so don's use it in production, but please try it and let me know every issue to fix it before the final release.

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

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 website is still not released, please be patient.

7.0.0-alpha.2

Bugfixes

  • fix responsive issue for carousel with fixed width
  • fix wrong height of carousel's previews when hidden

Internal library changes

  • upgrade to angular-cli 7 and Angular 7
  • upgrade to Typescript 3.1.1
  • add new MaxDirective to change max-height and max-width fully tested
  • fix build internal docs with typedoc, using the latest next release to support typescript 3.1.1

Demos

  • add new demo angular-cli-6 to test this library also on angular 6
  • upgrade both angular-cli, universal and angular-cli-material to angular 7, angular-cli 7 and angular-material 7

Documentation

  • improve documentation website with a new Font
  • improve performance with service workers, external fonts and optimized images and SVGs
  • fix SEO issues about H1-H6
  • fix SEO issues about page titles and best practices about icons, themes, manifest.json and so on
  • add Google Analytics
  • update to Angular 7 and angular-cli 7
  • improve SSR and prerender
  • remove unused libs like ng-bootstrap, jquery, popper and others
  • first implementation of app-shell (still no working because of some incompatibilities with third party libs)
  • add some examples of Carousel
  • remove sidebar for all pages except for demo and features
  • add accordion to demo sidebar, also saved in local storage

Unit testing

  • restore code coverage for library's unit testing
  • restore multiple browsers to run tests
  • add unit testing for id-validator service and improve it forcing integer id values > 0 (BREAKING CHANGE)

7.0.0-alpha.1

29 Sep 14:04
Compare
Choose a tag to compare
7.0.0-alpha.1 Pre-release
Pre-release

This is an alpha version, so don's use it in production, but please try it and let me know every issue to fix it before the final release.

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

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

7.0.0-alpha.1

Features

  • add (plain) carousel with previews
  • new method in GalleryService called 'navigateGallery'
  • gallery ids must be unique across the whole application (BREAKING CHANGE)
  • requires rxjs >= 6 (BREAKING CHANGE)
  • requires angular >= 6 (BREAKING CHANGE)
  • change preview's sliding behaviour (simple and cleaner then before, taken from carousel's previews) (BREAKING CHANGE)

Internal library changes

  • migrate to the official ng lib features in angular-cli >= 6.2

Demos

  • update main example with multiple pages
  • upgrade all examples with multiple pages

Documentations

6.2.3

15 Sep 19:53
Compare
Choose a tag to compare

Bugfixes

  • when you press the back button, page scroll remains blocked, because the modal gallery isn't completely closed (reported by @srtab #159)

6.2.2

24 Aug 00:00
Compare
Choose a tag to compare

Bugfixes

  • when you add images asynchronously with the modal gallery already opened, infinite sliding, the arrows, images and previews are managed in the wrong way (reported by @rezo-evodion #157)

6.2.2-beta.1

22 Aug 12:35
Compare
Choose a tag to compare
6.2.2-beta.1 Pre-release
Pre-release

Bugfixes

  • when you add images asynchronously with the modal gallery already opened, infinite sliding, the arrows, images and previews are managed in the wrong way (reported by @rezo-evodion #157)

6.2.1

17 Aug 19:27
Compare
Choose a tag to compare

Bugfixes

  • if infinite sliding is enabled and there is only one image, navigation arrows should be hidden (reported by @rezo-evodion #156)

6.2.0

22 Jul 13:14
Compare
Choose a tag to compare

Features

  • add a new config property ('invertSwipe') inside CurrentImageConfig to invert swipe direction (requested by @anacatarinasousaaa #154)

6.1.2

19 Jul 21:41
Compare
Choose a tag to compare

Bugfixes

  • fix readme.md on npmjs with the url to stackblitz v6, instead of v5

6.1.1

19 Jul 21:22
Compare
Choose a tag to compare

Bugfixes

  • modal image loses proportions on mobile when resized (caused by version 6.0.2 #145) fixed with #153