Skip to content

Commit

Permalink
chore(): release 8.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed Jun 2, 2020
1 parent fa78e6c commit 97228e7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 8.0.0-beta.2
### Features
- restore Server Side Rendering support with Universal #183. **(Breaking Change)**.
- Carousel has a new input "[disableSsrWorkaround]="true"" to use modals in carousels with SystemJS **(Breaking Change)**.
Also, every time you need to open modal gallery, you must pass to LibConfig this code:
```
keyboardServiceConfig: {
shortcuts: ['ctrl+s', 'meta+s'],
disableSsrWorkaround: true
}
```

### Demos
- update all LibConfigs in SystemJS demo to prevent crashes. Because, now disableSsrWorkaround must be passed manually in every LibConfig. This is a
breaking change (see above).


# 8.0.0-beta.1
### Features
- Migrate to angular/cdk to fix all issues with angular/material **(Breaking Change)** (fixes #137, #111, #95)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ You can use all default features without font-awesome. For more info, check offi

**More than 100 releases in two years**, and more to come... :)

- 06/02/2020 - 8.0.0-beta.2 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
- 05/02/2020 - 8.0.0-beta.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
- 12/29/2019 - 7.2.6 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
- 09/23/2019 - 7.2.5 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
Expand Down
2 changes: 1 addition & 1 deletion projects/ks89/angular-modal-gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ks89/angular-modal-gallery",
"version": "8.0.0-beta.1",
"version": "8.0.0-beta.2",
"description": "Image gallery for Angular",
"license": "MIT",
"author": "Stefano Cappa",
Expand Down

0 comments on commit 97228e7

Please sign in to comment.