Skip to content

Commit

Permalink
Feature/upgrade ng 15 (#110)
Browse files Browse the repository at this point in the history
* npm install

* Update cli@11

* Update cli@12

* Degrade cli and build-angular, upgrade jasmine-core

* Update cli@13

* Update cli@14

* Update cli@15

* Delete package-lock

* Upgradelodash, ng2-canvas-whiteboard angular@15

* Upgrade webpack

* Fix build errors

* Animation doesn't with webkit prefix

* Compiles with no-reduntant-jsdoc rule

* Flag --prod is replaced with --configuration production

* Cleanup

* 4.0.3

* Bump version 4.0.3

* update to version 5.0.0

---------

Co-authored-by: Stefan Peshikj <stefan.peshikj@webfactory.mk>
  • Loading branch information
goran234 and Peshou authored Dec 20, 2023
1 parent 57ce859 commit ecd3527
Show file tree
Hide file tree
Showing 25 changed files with 21,965 additions and 12,693 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# Only exists if Bazel was run
/bazel-out

.angular

# dependencies
/node_modules

Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
npm-debug.log
examples
src
src
.angular
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

## Canvas version changes

#### v5.0.0 merges PR to add Angular15 support
https://github.com/webfactorymk/ng2-canvas-whiteboard/pull/110

#### v4.0.2 merges PR to add variables for fillColorPickerText and strokeColorPickerText
https://github.com/webfactorymk/ng2-canvas-whiteboard/pull/68

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ng2-canvas-whiteboard

## Canvas version changes

#### v5.0.0 merges PR to add Angular15 support
https://github.com/webfactorymk/ng2-canvas-whiteboard/pull/110

#### v4.0.2 merges PR to add variables for fillColorPickerText and strokeColorPickerText
https://github.com/webfactorymk/ng2-canvas-whiteboard/pull/68

Expand Down
6 changes: 2 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/ng2-canvas-whiteboard/tsconfig.lib.json",
"project": "projects/ng2-canvas-whiteboard/ng-package.json"
Expand Down Expand Up @@ -83,7 +83,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -164,6 +163,5 @@
}
}
}
},
"defaultProject": "ng2-canvas-whiteboard"
}
}
Loading

0 comments on commit ecd3527

Please sign in to comment.