Skip to content

Commit

Permalink
chore(): add changelog and update readme for 8.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed May 2, 2020
1 parent 1cbe870 commit cfc2495
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# 8.0.0-beta.1
### Features
- Migrate to angular/cdk to fix all issues with angular/material **(Breaking Change)** (fixes #137, #111, #95)
- Split plain-gallery and modal-gallery decoupling those components. Instead, define new APIs to open modal-gallery as a service **(Breaking Change)**
- upgrade to Angular 9 and angular-cli 9, removing support for both Angular 6 and 7 **(Breaking Change)**
- remove Module.forRoot() **(Breaking Change)**
- move keyboard configuration into libconfig (permits different configuration for every instance of the library). **(Breaking Change)**
- Add ability to set fallback image #194 **(Breaking Change)**
- Add a way to disable titles if requested by the user #179 **(Breaking Change)**

### Demos
- upgrade all examples (except for universal, at the moment)
- remove angular-cli-6 example and add angular-cli-9
- upgrade systemjs example

### Internal library changes
- remove npm's codeclimate coverage reporter to use the new version
- experiment with Angular IVY

### Known issues
Still not working with universal (SSR), please be patient!

TODO TODO TODO
<br>
**This is a beta version, with SSR support missing and no documentation at all**
**If you want to try it, check examples/angular-cli-9 to get tons of working examples**


# 7.2.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +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... :)

- 04/**/2020 - 8.0.0-beta.1 - @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)
- 08/19/2019 - 7.2.4 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
Expand Down

0 comments on commit cfc2495

Please sign in to comment.