Skip to content

Commit 89a14ec

Browse files
authored
1.1.x (#29)
* update * update angular 11 * change README and CHANGELOG
1 parent c0b2ab9 commit 89a14ec

File tree

7 files changed

+26434
-7111
lines changed

7 files changed

+26434
-7111
lines changed

CHANGELOG.md

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

4+
## [1.1.0] - 2022-03-02
5+
### Changes
6+
- Update to Angular 11
7+
- Change README.md
8+
49
## [1.0.0] - 2022-02-23
510
### Added
611
- Update to Angular 10

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11

22
# AngularToggleButton
33

4-
This is a toggle switch button component, you can see the demo [here](http://vicmans.com/demos/ng-toggle-button) and test it in [StackBlitz](https://stackblitz.com/edit/ng-toggle-button).
4+
This is a toggle switch button component, you can see the demo [here](https://ng-toggle-button.netlify.app) and test it in [StackBlitz](https://stackblitz.com/edit/ng-toggle-button).
55

66
## Versions
77

88
| Angular | ng-toggle-button|
99
| -------- |:------:|
10+
| >=11.0.0 | v1.1.x |
1011
| >=10.0.0 | v1.0.x |
1112
| >=9.0.0 | v0.2.x |
1213
| v8.x.x | v0.1.x |

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-ng-packagr:build",
13+
"builder": "@angular-devkit/build-angular:ng-packagr",
1414
"options": {
1515
"tsConfig": "projects/ng-toggle/tsconfig.lib.json",
1616
"project": "projects/ng-toggle/ng-package.json"
@@ -74,7 +74,6 @@
7474
"optimization": true,
7575
"outputHashing": "all",
7676
"sourceMap": false,
77-
"extractCss": true,
7877
"namedChunks": false,
7978
"aot": true,
8079
"extractLicenses": true,

0 commit comments

Comments
 (0)