Skip to content

Commit b2aba26

Browse files
committed
update angular 13
1 parent 79db12b commit b2aba26

File tree

12 files changed

+4207
-25017
lines changed

12 files changed

+4207
-25017
lines changed

Diff for: .gitignore

+1
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

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.3.0] - 2022-03-06
5+
### Change
6+
- Update to Angular 13
7+
48
## [1.2.0] - 2022-03-05
59
### Added
610
- Update to Angular 12
7-
- Add two-way binding to `value`
11+
- Add two-way binding to `value` ([#19](https://github.com/vicmans/ng-toggle-button/issues/19))
812

913
## [1.1.0] - 2022-03-02
1014
### Changes

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ This is a toggle switch button component, you can see the demo [here](https://ng
55

66
## Versions
77

8-
| Angular | ng-toggle-button|
8+
| Angular | ng-toggle-button|
99
| -------- |:------:|
10+
| >=13.0.0 | v1.3.x |
1011
| >=12.0.0 | v1.2.x |
1112
| >=11.0.0 | v1.1.x |
1213
| >=10.0.0 | v1.0.x |

Diff for: angular.json

-25
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@
2323
"tsConfig": "projects/ng-toggle/tsconfig.spec.json",
2424
"karmaConfig": "projects/ng-toggle/karma.conf.js"
2525
}
26-
},
27-
"lint": {
28-
"builder": "@angular-devkit/build-angular:tslint",
29-
"options": {
30-
"tsConfig": [
31-
"projects/ng-toggle/tsconfig.lib.json",
32-
"projects/ng-toggle/tsconfig.spec.json"
33-
],
34-
"exclude": [
35-
"**/node_modules/**"
36-
]
37-
}
3826
}
3927
}
4028
},
@@ -130,19 +118,6 @@
130118
"scripts": []
131119
}
132120
},
133-
"lint": {
134-
"builder": "@angular-devkit/build-angular:tslint",
135-
"options": {
136-
"tsConfig": [
137-
"projects/demo/tsconfig.app.json",
138-
"projects/demo/tsconfig.spec.json",
139-
"projects/demo/e2e/tsconfig.json"
140-
],
141-
"exclude": [
142-
"**/node_modules/**"
143-
]
144-
}
145-
},
146121
"e2e": {
147122
"builder": "@angular-devkit/build-angular:protractor",
148123
"options": {

0 commit comments

Comments
 (0)