Skip to content

Commit

Permalink
Merge pull request #309 from MurhafSousli/v7.3.1
Browse files Browse the repository at this point in the history
V7.3.1
  • Loading branch information
MurhafSousli authored Nov 11, 2020
2 parents b845114 + a5af0a4 commit 998e1ce
Show file tree
Hide file tree
Showing 14 changed files with 2,166 additions and 3,606 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 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).

## 7.3.0

- feat: Upgrade to Angular 10.
Expand Down
2 changes: 1 addition & 1 deletion e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.base.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
Expand Down
5,633 changes: 2,106 additions & 3,527 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"url": "https://github.com/MurhafSousli/ngx-scrollbar"
},
"dependencies": {
"@angular-devkit/build-angular": "^0.1000.5",
"@angular/animations": "~10.0.8",
"@angular/cdk": "~10.1.3",
"@angular/common": "~10.0.8",
"@angular/compiler": "~10.0.8",
"@angular/core": "~10.0.8",
"@angular/forms": "~10.0.8",
"@angular/material": "^10.1.3",
"@angular/platform-browser": "~10.0.8",
"@angular/platform-browser-dynamic": "~10.0.8",
"@angular/router": "~10.0.8",
"@angular-devkit/build-angular": "^0.1002.0",
"@angular/animations": "~10.2.3",
"@angular/cdk": "~10.2.7",
"@angular/common": "~10.2.3",
"@angular/compiler": "~10.2.3",
"@angular/core": "~10.2.3",
"@angular/forms": "~10.2.3",
"@angular/material": "^10.2.7",
"@angular/platform-browser": "~10.2.3",
"@angular/platform-browser-dynamic": "~10.2.3",
"@angular/router": "~10.2.3",
"@juggle/resize-observer": "^3.2.0",
"bezier-easing": "^2.1.0",
"chance": "^1.1.6",
"chance": "^1.1.7",
"ngx-infinite-scroll": "^8.0.2",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-ng-packagr": "~0.1000.5",
"@angular/cli": "~10.0.5",
"@angular/compiler-cli": "~10.0.8",
"@angular/language-service": "~10.0.8",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular/cli": "~10.2.0",
"@angular/compiler-cli": "~10.2.3",
"@angular/language-service": "~10.2.3",
"@types/bezier-easing": "^2.1.2",
"@types/chance": "^1.1.0",
"@types/jasmine": "~3.3.8",
Expand All @@ -51,7 +51,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^10.0.0",
"ng-packagr": "^10.1.2",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scrollbar-demo/e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "../../../out-tsc/e2e",
"module": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scrollbar-demo/tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": []
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scrollbar-demo/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scrollbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-scrollbar",
"version": "7.3.0",
"version": "7.3.1",
"license": "MIT",
"homepage": "https://ngx-scrollbar.netlify.com/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scrollbar/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2015",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scrollbar/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
Expand Down
32 changes: 0 additions & 32 deletions tsconfig.base.json

This file was deleted.

51 changes: 30 additions & 21 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,32 @@
/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
It is not intended to be used to perform a compilation.
To learn more about this file see: https://angular.io/config/solution-tsconfig.
*/
{
"files": [],
"references": [
{
"path": "./projects/ngx-scrollbar/tsconfig.lib.json"
},
{
"path": "./projects/ngx-scrollbar/tsconfig.spec.json"
},
{
"path": "./projects/ngx-scrollbar-demo/tsconfig.app.json"
},
{
"path": "./projects/ngx-scrollbar-demo/tsconfig.spec.json"
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"module": "es2020",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"ngx-scrollbar": [
"dist/ngx-scrollbar"
],
"ngx-scrollbar/*": [
"dist/ngx-scrollbar/*"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
Expand Down

0 comments on commit 998e1ce

Please sign in to comment.