Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zolcsi committed Nov 8, 2024
1 parent 08f6e69 commit bef9421
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2024-11-08

### Added
Expand All @@ -19,3 +24,8 @@

- Images shown in gallery list
- on click modal window opens with the image on full height and width

[unreleased]: https://github.com/zolcsi/ngx-simple-gallery/compare/1.1.0...main
[1.1.0]: https://github.com/zolcsi/ngx-simple-gallery/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/zolcsi/ngx-simple-gallery/compare/0.1.0...1.0.0
[0.1.0]: https://github.com/zolcsi/ngx-simple-gallery/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A simple gallery lib for Angular [18]. It displays all the images as thumbnails
- loading spinner while loading
- you can define a thumbnail or leave it empty. It is recommended to provide it though, because of performance reasons.

### [**Demo**](https://zolcsi.github.io/ngx-simple-gallery/) | [**Changelog**](https://zolcsi.github.io/ngx-simple-gallery/blob/master/CHANGELOG.md)
### [**Demo**](https://zolcsi.github.io/ngx-simple-gallery/) | [**Changelog**](https://github.com/zolcsi/ngx-simple-gallery/blob/main/CHANGELOG.md)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-simple-gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-simple-gallery",
"version": "1.0.1",
"version": "1.1.0",
"description": "Simple Angular Gallery",
"author": "Zoltan Magyar <zolcsi.code@proton.me> (https://github.com/zolcsi)",
"homepage": "https://github.com/zolcsi/ngx-simple-gallery",
Expand Down

0 comments on commit bef9421

Please sign in to comment.