Skip to content

Commit

Permalink
release 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Gałka committed Apr 30, 2019
1 parent 5e49b69 commit 25fd6ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="5.10.0"></a>
# 5.10.0 (2019-04-30)

* add option to manange arrows on preview ([bb8a200](https://github.com/lukasz-galka/ngx-gallery/commit/bb8a200))
* fix onClick signature attribute ([f1c8edd](https://github.com/lukasz-galka/ngx-gallery/commit/f1c8edd))

<a name="5.9.1"></a>
# 5.9.1 (2018-12-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-gallery",
"version": "5.9.1",
"version": "5.10.0",
"description": "Responsive Angular 2 / 4 image gallery plugin",
"scripts": {
"build": "gulp build",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-gallery",
"description": "Responsive Angular 2 / 4 image gallery plugin",
"version": "5.9.1",
"version": "5.10.0",
"repository": {
"type": "git",
"url": "https://github.com/lukasz-galka/ngx-gallery"
Expand Down

2 comments on commit 25fd6ae

@codemx
Copy link

@codemx codemx commented on 25fd6ae Jul 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use this in a product list, means more than one galleries in a page. In such case how we manage the id of each gallery as well as the images

@ejnadall
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello!
Cool lib, Lucash!
Is it possible to extend functionality of thumbnail links, not just to use an [href] links, but, because it is an Angular lib, to use an [routerLink] ?
And it would be cool if thumbnails had have a text-info below it.

Please sign in to comment.