Skip to content

Commit 8109e6a

Browse files
authored
Merge pull request #578 from MurhafSousli/dev
Update to Angular 13
2 parents d37e3bd + 226cb1f commit 8109e6a

File tree

24 files changed

+4482
-6769
lines changed

24 files changed

+4482
-6769
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

CHANGELOG.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 10.0.0
4+
5+
- Update to Angular 13 in [ba9bea3](https://github.com/MurhafSousli/ngx-sharebuttons/pull/578/commits/ba9bea3a555b9149d75b3a4ad52a8d7e9d074465).
6+
- Fix Error logs on SSR, closes [#320](https://github.com/MurhafSousli/ngx-sharebuttons/issues/320) in [22a064b](https://github.com/MurhafSousli/ngx-sharebuttons/pull/578/commits/22a064bdc45e033b1fbfc122954b66b8bd430d53).
7+
- Should not display Ivy library warning, closes [#571](https://github.com/MurhafSousli/ngx-sharebuttons/issues/571) in [ba9bea3](https://github.com/MurhafSousli/ngx-sharebuttons/pull/578/commits/ba9bea3a555b9149d75b3a4ad52a8d7e9d074465).
8+
- fix(popup): Remove FontAwesome imports in share pop up, closes [#574](https://github.com/MurhafSousli/ngx-sharebuttons/issues/574) in [42d94a2](https://github.com/MurhafSousli/ngx-sharebuttons/pull/578/commits/42d94a22f1131853cdc31039ea70a8b4ec5bbabf).
9+
310
## 9.0.0
411

512
### Breaking changes

angular.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@
2828
"tsConfig": "projects/ngx-sharebuttons/tsconfig.spec.json",
2929
"karmaConfig": "projects/ngx-sharebuttons/karma.conf.js"
3030
}
31-
},
32-
"lint": {
33-
"builder": "@angular-devkit/build-angular:tslint",
34-
"options": {
35-
"tsConfig": [
36-
"projects/ngx-sharebuttons/tsconfig.lib.json",
37-
"projects/ngx-sharebuttons/tsconfig.spec.json"
38-
],
39-
"exclude": [
40-
"**/node_modules/**"
41-
]
42-
}
4331
}
4432
}
4533
},
@@ -145,19 +133,6 @@
145133
"scripts": []
146134
}
147135
},
148-
"lint": {
149-
"builder": "@angular-devkit/build-angular:tslint",
150-
"options": {
151-
"tsConfig": [
152-
"projects/ngx-sharebuttons-demo/tsconfig.app.json",
153-
"projects/ngx-sharebuttons-demo/tsconfig.spec.json",
154-
"projects/ngx-sharebuttons-demo/e2e/tsconfig.json"
155-
],
156-
"exclude": [
157-
"**/node_modules/**"
158-
]
159-
}
160-
},
161136
"e2e": {
162137
"builder": "@angular-devkit/build-angular:protractor",
163138
"options": {

0 commit comments

Comments
 (0)