Releases: firebase/firebaseui-web
Releases · firebase/firebaseui-web
Release list
v7.0.3-beta
What's Changed
- chore(angular, example): Add clean cache script for example apps by @MichaelVerdon in #1322
- feat(translations): cs-CZ (czech) by @bezysoftware in #1315
- feat(translations): add signInWithEmail string by @bezysoftware in #1314
- feat(auth): Add Yahoo Sign In Button support for all packages by @MichaelVerdon in #1323
- fix(angular): improve type safety in injectTranslation function by @MichaelVerdon in #1326
- fix(react): ensure recaptchaVerifier is awaited for MFA and phone auth by @selvan in #1321
- fix(*): validate errors on form changes by @MichaelVerdon in #1328
- fix(angular): ensure reCAPTCHA verifier instance consistency in phone authentication by @MichaelVerdon in #1325
- docs: LINE (OIDC compliant) & Snapchat (Custom auth token) authentication by @russellwheatley in #1327
- chore: ignore .pnpm-store in .gitignore by @russellwheatley in #1334
- chore: fix a few dependency related issues by @russellwheatley in #1345
- feat: add locale translations for 40 languages by @demolaf in #1352
- chore(deps): bump @angular/ssr from 20.3.7 to 20.3.21 by @dependabot[bot] in #1339
- chore(deps): update dependencies by @russellwheatley in #1361
- fix(react): ensure that display name is updated upon sign up if requireDisplayName() behaviour is invoked by @russellwheatley in #1346
- feat: enforce license headers via addlicense by @demolaf in #1363
- docs: update React REAME with correct initialization and configuration by @russellwheatley in #1365
- fix(shadcn): add registry.json to root of registry directory output by @Ehesp in #1302
- chore(react): update react dependencies by @russellwheatley in #1366
- Add stale issue and PR workflow by @just1and0 in #1368
- Fix close-issue-reason formatting in stale-issue.yaml by @just1and0 in #1370
- fix(shadcn): migrate form components from Form to Field API by @just1and0 in #1369
- docs: dd local development guide by @just1and0 in #1377
- chore(deps): bump vite from 7.1.12 to 7.3.2 by @dependabot[bot] in #1376
- chore(deps): bump @angular/compiler from 20.3.21 to 20.3.25 by @dependabot[bot] in #1375
- chore(deps): bump @angular/core from 20.3.21 to 20.3.25 by @dependabot[bot] in #1371
- chore(deps): bump @angular/platform-server from 20.3.21 to 20.3.24 by @dependabot[bot] in #1373
- chore(deps): add dependabot config for pnpm and github-actions ecosystems by @just1and0 in #1378
- chore(deps): bump @angular/common from 20.3.21 to 20.3.25 by @dependabot[bot] in #1374
- docs: getting started documentation for web FirebaseUI v7 by @russellwheatley in #1340
- build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #1380
- chore(deps): bump react-resizable-panels from 3.0.6 to 4.11.2 by @dependabot[bot] in #1385
- chore(deps): bump @radix-ui/react-avatar from 1.1.10 to 1.2.0 by @dependabot[bot] in #1384
- test: e2e playwright implementation by @mikehardy in #1389
- build(deps): bump all package and workflow dependencies by @mikehardy in #1392
- chore(deps): bump actions/upload-artifact from 4.6.1 to 7.0.1 by @dependabot[bot] in #1396
- build(deps): dependabot groups; speculative Angular 22 / TypeScript 6 by @mikehardy in #1399
- fix(auth): ensure pending credential is rehydrated before linkWithCredential by @russellwheatley in #1406
- chore(deps): bump recharts from 3.9.1 to 3.9.2 by @dependabot[bot] in #1409
- chore(deps): bump @vitest/coverage-v8 from 4.1.9 to 4.1.10 by @dependabot[bot] in #1407
New Contributors
- @bezysoftware made their first contribution in #1315
- @selvan made their first contribution in #1321
- @demolaf made their first contribution in #1352
- @just1and0 made their first contribution in #1368
- @mikehardy made their first contribution in #1380
Full Changelog: v7.0.2-beta...v7.0.3-beta
v7.0.2-beta
chore: trigger CI after CodeQL timeout
v7.0.1-beta
What's Changed
- fix(*): Updated react dependencies to latest version by @dackers86 in #1290
Full Changelog: v7.0.0-beta...v7.0.1-beta
v7.0.0-beta
FirebaseUI-Web V7 Beta (Rewrite)
We're excited to announce that the next development phase of FirebaseUI for Web has moved from alpha to beta!
The web development landscape has changed dramatically since the original FirebaseUI library was first released. This rewrite modernizes the library. It allows us to use the latest Firebase JS SDK, supports modern frameworks natively, and addresses long-awaited feature requests like theming and easier localization.
Learn more the beta announcement post.
v6.1.0
- Update
firebasepeer dependency to include^10.0.0compat (#1032)
v6.0.2
Updated Firebase JS to the latest 9.13.0.
v6.0.1
Upgraded to gulp-sass 5.0.0 to use node-sass 6.0.0
v6.0.0
v5.0.0
- Remove
accountchooser.comcredential helper as well as all its related configs and enums.
v4.8.1
- Improved UI support for all identity provider sign up operations when they are restricted by site administrators.