Skip to content

7.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ks89 Ks89 released this 13 Oct 23:36

This is the first beta 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@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 (still not complete): https://ks89.github.io/angular-modal-gallery-2018-v7.github.io/

7.0.0-beta.1

Features

  • (carousel) remove unused stuff and change some names to simplify apis
  • (carousel) add @outputs (show, isLastimage and isFirstImage) to catch navigation events like for modal-gallery
  • merge the feature 'add a new method called update into GalleryService' from version 6.3.0

Unit testing

  • improve unit testing

Documentations

  • rewrite navbar without bootstrap
  • improve sidebar for both features and demo
  • upgrade to the latest beta version of angular-modal-gallery
  • improve all carousel examples (updating input tables)
  • improve colors and accessibility
  • fix compatibility table in homepage
  • update default values page

Chores

  • update readme with a better layout (table of contents, images and so on)