Skip to content

Commit

Permalink
Update to latest version of angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelJenni committed Nov 19, 2024
1 parent 8cee969 commit 4e78bf4
Show file tree
Hide file tree
Showing 8 changed files with 5,509 additions and 2,935 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebaseui-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: checkout
uses: actions/checkout@v4.1.0
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build-lib
- run: npm publish ./dist/firebaseui-angular-library
if: github.ref_type == 'tag'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 6.3.0
- Add support for AngularFire 18 [#209](https://github.com/RaphaelJenni/FirebaseUI-Angular/issues/209)

# 6.2.1
- Add support for AngularFire 17 [#206](https://github.com/RaphaelJenni/FirebaseUI-Angular/pull/206) (Thanks to @garri1105)

Expand Down
27 changes: 14 additions & 13 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@
## Compatibility

| Angular | Firebase | AngularFire | FirebaseUI | FirebaseUI-Angular | Note |
|---------|----------|-------------|------------|--------------------|---------------------------------------------------------------------------------------------|
| 17.1.0 | ^10.7.2 | ^17.0.1 | ^6.1.0 | 6.2.0 | Dropping old Angular and Firbase versions |
| 17.0.0 | ^9.23.0 | ^7.6.1 | ^6.1.0 | 6.1.5 | |
| 16.0.0 | ^9.23.0 | ^7.6.1 | ^6.1.0 | 6.1.4 | |
| 15.0.0 | ^9.14.0 | ^7.5.0 | ^6.0.2 | 6.1.3 | |
| 14.0.2 | ^9.8.3 | ^7.4.1 | ^6.0.1 | 6.1.2 | |
| 13.0.0 | ^9.3.0 | ^7.1.1 | ^6.0.0 | 6.1.0 | |
| 12.1.0 | ^9.0.2 | ^7.0.4 | ^6.0.0 | 6.0.0 | |
| 12.1.0 | ^8.6.8 | ^6.1.5 | ^4.8.0 | 5.1.3 | |
| 11.0.2 | ^8.2.4 | ^6.1.1 | ^4.7.2 | 5.1.2 | *support for [auth emulator](https://firebase.google.com/docs/emulator-suite/connect_auth)* |
| 11.0.2 | ^8.1.1 | ^6.1.1 | ^4.7.1 | 5.1.1 | |
| 10.2.2 | ^8.0.1 | ^6.0.4 | ^4.7.1 | 5.1.0 | |
| ~8.2.13 | ^7.23.0 | ~5.2.1 | ~4.7.1 | ~4.0.1 | |
|---------|---------|-------------|------------|--------------------|---------------------------------------------------------------------------------------------|
| 18.2.12 | ^11.0.2 | ^18.0.1 | ^6.1.0 | 6.3.0 | |
| 17.1.0 | ^10.7.2 | ^17.0.1 | ^6.1.0 | 6.2.0 | Dropping old Angular and Firbase versions |
| 17.0.0 | ^9.23.0 | ^7.6.1 | ^6.1.0 | 6.1.5 | |
| 16.0.0 | ^9.23.0 | ^7.6.1 | ^6.1.0 | 6.1.4 | |
| 15.0.0 | ^9.14.0 | ^7.5.0 | ^6.0.2 | 6.1.3 | |
| 14.0.2 | ^9.8.3 | ^7.4.1 | ^6.0.1 | 6.1.2 | |
| 13.0.0 | ^9.3.0 | ^7.1.1 | ^6.0.0 | 6.1.0 | |
| 12.1.0 | ^9.0.2 | ^7.0.4 | ^6.0.0 | 6.0.0 | |
| 12.1.0 | ^8.6.8 | ^6.1.5 | ^4.8.0 | 5.1.3 | |
| 11.0.2 | ^8.2.4 | ^6.1.1 | ^4.7.2 | 5.1.2 | *support for [auth emulator](https://firebase.google.com/docs/emulator-suite/connect_auth)* |
| 11.0.2 | ^8.1.1 | ^6.1.1 | ^4.7.1 | 5.1.1 | |
| 10.2.2 | ^8.0.1 | ^6.0.4 | ^4.7.1 | 5.1.0 | |
| ~8.2.13 | ^7.23.0 | ~5.2.1 | ~4.7.1 | ~4.0.1 | |

<sub>Version combinations not documented here __may__ work but are untested.</sub>

Expand Down
20 changes: 10 additions & 10 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/firebaseui-angular",
"outputPath": {
"base": "dist/firebaseui-angular"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -52,12 +55,11 @@
"node_modules/firebaseui/dist/firebaseui.css"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -77,9 +79,7 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
"extractLicenses": true
}
},
"defaultConfiguration": ""
Expand Down
Loading

0 comments on commit 4e78bf4

Please sign in to comment.