Skip to content

Commit

Permalink
Update to Angular / Material 16
Browse files Browse the repository at this point in the history
Updated version of Angular and Material.
Relaigned project file structure.
Update lib to standalone components.
  • Loading branch information
panaaj committed Aug 30, 2023
1 parent dedb338 commit 4c481d7
Show file tree
Hide file tree
Showing 143 changed files with 2,134 additions and 2,367 deletions.
12 changes: 0 additions & 12 deletions .browserslistrc

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG: Freeboard

### v2.2.1

- **Fixed**: Issue where waypoint was not centered on the screen when the center waypoint button was clicked from the entry in the waypoint list.

- **Fixed**: Issue where invalid fixed location postion was being written to settings.


### v2.2.0

- **Added**: Ability to center a vessel in the Vessels List.
Expand Down
28 changes: 0 additions & 28 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,34 +124,6 @@
}
}
}
},
"fb-openlayers": {
"projectType": "library",
"root": "projects/fb-openlayers",
"sourceRoot": "projects/fb-openlayers/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/fb-openlayers/tsconfig.lib.json",
"project": "projects/fb-openlayers/ng-package.json"
}
, "configurations": {
"production": {
"tsConfig": "projects/fb-openlayers/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/fb-openlayers/src/test.ts",
"tsConfig": "projects/fb-openlayers/tsconfig.spec.json",
"karmaConfig": "projects/fb-openlayers/karma.conf.js"
}
}
}
}
}
}
38 changes: 18 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/freeboard-sk",
"version": "2.2.0",
"version": "2.2.1",
"description": "Openlayers chart plotter implementation for Signal K",
"keywords": [
"signalk-webapp",
Expand All @@ -20,9 +20,7 @@
"build": "ng build",
"test": "ng test",
"format": "prettier --ignore-path .gitignore --write \"src/**/*.+(ts|html)\"",
"format:projects": "prettier --ignore-path .gitignore --write \"projects/**/*.+(ts|html)\"",
"format:helper": "prettier --ignore-path .gitignore --write \"helper/**/*.+(ts|html)\"",
"e2e": "ng e2e",
"build:helper": "tsc -p tsconfig-helper.json",
"build:web": "ng build -c production --output-hashing all",
"build:all": "npm run build:helper && npm run build:web",
Expand All @@ -44,19 +42,19 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.1",
"@angular/animations": "^14.0.1",
"@angular/cdk": "^14.0.1",
"@angular/cli": "^14.0.1",
"@angular/common": "^14.0.1",
"@angular/compiler": "^14.0.1",
"@angular/compiler-cli": "^14.0.1",
"@angular/core": "^14.0.1",
"@angular/forms": "^14.0.1",
"@angular/language-service": "^14.0.1",
"@angular/material": "^14.0.1",
"@angular/platform-browser": "^14.0.1",
"@angular/platform-browser-dynamic": "^14.0.1",
"@angular-devkit/build-angular": "^16.2.0",
"@angular/animations": "^16.2.0",
"@angular/cdk": "^16.2.0",
"@angular/cli": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/language-service": "^16.2.0",
"@angular/material": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@kolkov/angular-editor": "^2.1.0",
"@signalk/server-api": "^2.0.0",
"@types/arcgis-rest-api": "^10.4.5",
Expand All @@ -78,7 +76,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^14.0.2",
"ng-packagr": "^16.2.0",
"ngeohash": "^0.6.3",
"ol": "^7.4.0",
"pmtiles": "^2.7.0",
Expand All @@ -91,7 +89,7 @@
"signalk-worker-angular": "^1.1.4",
"simplify-ts": "^1.0.2",
"ts-node": "~7.0.0",
"typescript": "~4.7.3",
"zone.js": "~0.11.4"
"typescript": "~4.9.5",
"zone.js": "~0.13.1"
}
}
}
17 changes: 0 additions & 17 deletions projects/fb-openlayers/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions projects/fb-openlayers/karma.conf.js

This file was deleted.

7 changes: 0 additions & 7 deletions projects/fb-openlayers/ng-package.json

This file was deleted.

30 changes: 0 additions & 30 deletions projects/fb-openlayers/package.json

This file was deleted.

1 change: 0 additions & 1 deletion projects/fb-openlayers/src/lib/map.component.scss

This file was deleted.

22 changes: 0 additions & 22 deletions projects/fb-openlayers/src/test.ts

This file was deleted.

27 changes: 0 additions & 27 deletions projects/fb-openlayers/tsconfig.lib.json

This file was deleted.

9 changes: 0 additions & 9 deletions projects/fb-openlayers/tsconfig.lib.prod.json

This file was deleted.

17 changes: 0 additions & 17 deletions projects/fb-openlayers/tsconfig.spec.json

This file was deleted.

9 changes: 0 additions & 9 deletions src/.browserslistrc

This file was deleted.

Loading

0 comments on commit 4c481d7

Please sign in to comment.