Skip to content

Commit f1331be

Browse files
authored
1.4.x (#44)
* add focus and unfocus keyboard control * update angular 14
1 parent 7d0835e commit f1331be

File tree

9 files changed

+5055
-4462
lines changed

9 files changed

+5055
-4462
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.4.0] - 2022-12-12
5+
### Change
6+
- Update to Angular 14
7+
48
## [1.3.2]
59
### Added - 2022-11-25
610
- Add form control states when focus and unfocus with the Tab key, add styles when focus with keyboard (#35)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This is a toggle switch button component, you can see the demo [here](https://ng
77

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

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@
131131
}
132132
}
133133
}
134-
}},
135-
"defaultProject": "ng-toggle"
134+
}
135+
}
136136
}

0 commit comments

Comments
 (0)