Skip to content

Commit

Permalink
Merge pull request #314 from MurhafSousli/release/v3.7.4
Browse files Browse the repository at this point in the history
Release/v3.7.4
  • Loading branch information
MurhafSousli authored Nov 14, 2020
2 parents 6398180 + 26b7411 commit 7a2ef7a
Show file tree
Hide file tree
Showing 20 changed files with 3,302 additions and 2,409 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 7.4.0

- Update dependencies to Angular 11.
- Refactor the library with strict mode.
- feat: Include scrollbar padding when hovering, closes [#300](https://github.com/MurhafSousli/ngx-scrollbar/issues/300) in [f907c72](https://github.com/MurhafSousli/ngx-scrollbar/pull/314/commits/f907c721eaf1e17350445a5fae4b68d4a764bbe3) and [f4c0a0d](https://github.com/MurhafSousli/ngx-scrollbar/pull/314/commits/f4c0a0dcd7557f9ae0943a59fc3bb300f13b3e63).
- feat: Ability to disable auto-height feature, closes [#311](https://github.com/MurhafSousli/ngx-scrollbar/issues/311) in [f76d347](https://github.com/MurhafSousli/ngx-scrollbar/pull/310/commits/f76d347717f64bb0dd478af8629570c19c592029).
- feat: Auto-width feature, in [c934b04](https://github.com/MurhafSousli/ngx-scrollbar/pull/310/commits/c934b04b8244ff3d7ef865eb43c1e23a3b9e32bd).

## 7.3.1

- fix: Safe-check viewport clientHeight in auto-height mode, closes [#307](https://github.com/MurhafSousli/ngx-scrollbar/issues/307) in [8136f9d](https://github.com/MurhafSousli/ngx-scrollbar/pull/308/commits/8136f9db91cf34f00078c737968d488305ba97b7).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ___
- Universal support
- Ivy engine support
- Auto-height
- Auto-width

## Compatibility

Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/ngx-scrollbar/tsconfig.lib.json",
"project": "projects/ngx-scrollbar/ng-package.json"
Expand Down Expand Up @@ -86,7 +86,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
Loading

0 comments on commit 7a2ef7a

Please sign in to comment.