Skip to content

Commit 6d3c5ff

Browse files
committed
configuration changes, asset updates, docs rebuild
1 parent 371e29c commit 6d3c5ff

File tree

53 files changed

+204226
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+204226
-75
lines changed

angular.json

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,20 @@
3636
"node_modules/prismjs/themes/prism.css"
3737
],
3838
"scripts": [
39-
"node_modules/marked/lib/marked.cjs",
39+
"node_modules/marked/lib/marked.js",
4040
"node_modules/prismjs/prism.js",
4141
"node_modules/prismjs/components/prism-css.min.js",
4242
"node_modules/prismjs/plugins/line-highlight/prism-line-highlight.js"
4343
]
4444
},
4545
"configurations": {
4646
"production": {
47+
"optimization": false,
4748
"budgets": [
4849
{
4950
"type": "initial",
50-
"maximumWarning": "500kb",
51-
"maximumError": "1mb"
51+
"maximumWarning": "2mb",
52+
"maximumError": "5mb"
5253
},
5354
{
5455
"type": "anyComponentStyle",
@@ -90,18 +91,14 @@
9091
"test": {
9192
"builder": "@angular-devkit/build-angular:karma",
9293
"options": {
93-
"polyfills": [
94-
"zone.js",
95-
"zone.js/testing"
96-
],
94+
"polyfills": "src/polyfills.ts",
9795
"tsConfig": "tsconfig.spec.json",
9896
"inlineStyleLanguage": "scss",
9997
"assets": [
10098
"src/favicon.ico",
10199
"src/assets"
102100
],
103101
"styles": [
104-
"@angular/material/prebuilt-themes/indigo-pink.css",
105102
"src/styles.scss"
106103
],
107104
"scripts": []
@@ -134,10 +131,7 @@
134131
"builder": "@angular-devkit/build-angular:karma",
135132
"options": {
136133
"tsConfig": "projects/cdk-table-exporter/tsconfig.spec.json",
137-
"polyfills": [
138-
"zone.js",
139-
"zone.js/testing"
140-
]
134+
"polyfills": "zone.js"
141135
}
142136
}
143137
}
@@ -167,10 +161,7 @@
167161
"builder": "@angular-devkit/build-angular:karma",
168162
"options": {
169163
"tsConfig": "projects/mat-table-exporter/tsconfig.spec.json",
170-
"polyfills": [
171-
"zone.js",
172-
"zone.js/testing"
173-
]
164+
"polyfills": "zone.js"
174165
}
175166
}
176167
}
@@ -200,10 +191,7 @@
200191
"builder": "@angular-devkit/build-angular:karma",
201192
"options": {
202193
"tsConfig": "projects/mat-table-filter/tsconfig.spec.json",
203-
"polyfills": [
204-
"zone.js",
205-
"zone.js/testing"
206-
]
194+
"polyfills": "zone.js"
207195
}
208196
}
209197
}

dist/mat-table-filter/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ By employing this directive you will end up with having
1111
## Installation
1212

1313
```
14-
npm install --save mat-table-filter
14+
npm install mat-table-filter
1515
```
16-
NOTE: For the previous major versions of Angular install version 1.2.5
16+
NOTE: Angular versions older than Angular 8 should install mat-table-filter@1.2.5
1717
```
18-
npm install --save mat-table-filter@1.2.5
18+
npm install mat-table-filter@1.2.5
19+
```
20+
21+
For Angular versions between 8-13 (inclusive), please install mat-table-filter@10.2.4
22+
```
23+
npm install mat-table-filter@10.2.4
1924
```
2025

2126
After installing mat-table-filter import MatTableFilterModule in your ngModule
@@ -117,8 +122,6 @@ Feel free to show your support. Donating supporters will be added into *Supporte
117122

118123
[![GitHub Org's stars](https://img.shields.io/github/stars/HalitTalha/ng-material-extensions?logo=Github&style=for-the-badge)](https://github.com/HalitTalha/ng-material-extensions/stargazers) -> **Become a star-gazer, giving a star at Github**
119124

120-
[![Patreon Badge](https://img.shields.io/badge/Patreon-talhature-e05d44?logo=Patreon&style=for-the-badge)](https://www.patreon.com/talhature) -> **Become a Patreon**
121-
122125

123126
[![Crypto Donation](https://img.shields.io/badge/_-DONATE-4d4d4e?logo=bitcoin&style=for-the-badge)](https://commerce.coinbase.com/checkout/3643d820-81aa-46ca-9973-877c1184e082) -> **Donate in crypto currencies**
124127

0 commit comments

Comments
 (0)