Skip to content

Commit

Permalink
1.61 (#97)
Browse files Browse the repository at this point in the history
* fix: cocoapods version detect, prettier integration

* feat: move lint to experimental feature

* feat: generate pwa assets if applicable

* chore: changelog

* fix: path to PWA

* fix: add uri for ES Build information

* feat: Update @angular/pwa and @angular/cdk when migrating Angular versions

* feat: Fix service worker configuration when switching to ES Build

* fix: refactor out vscode namespace

* fix: refactor fs

* fix: refactor path

* fix: refactor child_process, os, http

* chore: typo

* fix: checking for minor updates in a yarn based project

* fix: remove android permissions section in configuration

* remove pwa until pwa generate is fixed

* chore: bump version and Angular 17
  • Loading branch information
dtarnawsky authored Nov 29, 2023
1 parent 9df1de7 commit 1d92673
Show file tree
Hide file tree
Showing 62 changed files with 13,734 additions and 31,248 deletions.
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ plugin-explorer/*.js
plugin-explorer/*.md
node_modules/typescript
node_modules/chevotrain
node_modules/handlebars
node_modules/esbuild
node_modules/esbuild-darwin-64
node_modules/eslint
node_modules/rollup
node_modules/@typescript-eslint
node_modules/@types
node_modules/**/*.md
node_modules/**/*.txt
node_modules/**/*.html
node_modules/conventional-changelog
node_modules/.bin
node_modules/native-run
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### Version 1.61

- Fix cocoapods version detection (if a project had previously detected an older version)
- Recommendation to integrate prettier and ESLint using lint-staged and husky (`Project > ...`)
- Update `@angular/pwa` and `@angular/cdk` when migrating Angular versions
- Fix checking for minor updates in a yarn based project
- Fix service worker configuration when switching to ES Build
- Generate PWA assets when generating Splash screens and Icons

### Version 1.60

- Update rule for onesignal-cordova-plugin conflicting with Auth Connect
Expand All @@ -8,7 +17,7 @@
### Version 1.59

- Add control flow migration for Angular 17 projects
- Add recommendation to switch to ESBuild for Angular 17 projects
- Add recommendation to [switch to ESBuild](https://angular.io/guide/esbuild) for Angular 17 projects
- Add recommendation for migrations between major Angular versions
- Add rrecommendation to switch Angular CLI Package Manager if using pnpm or yarn
- Ionic CLI updated from 7.1.1 to 7.1.5
Expand Down
6 changes: 3 additions & 3 deletions ionic-start/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"development": {
"browserTarget": "app:build:development"
"buildTarget": "app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 1d92673

Please sign in to comment.