Skip to content

Commit 001f08d

Browse files
[firebase-release] Manual - Removed change log and reset repo after 2.4.1 release (#231)
Removed change log and reset repo after 2.4.1 release. Update localized gstatic CDN links from 2.4.0 to 2.4.1.
1 parent f8ce9c3 commit 001f08d

File tree

5 files changed

+5
-708
lines changed

5 files changed

+5
-708
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ Localized versions of the widget are available through the CDN. To use a localiz
6262
localized JS library instead of the default library:
6363

6464
```html
65-
<script src="https://www.gstatic.com/firebasejs/ui/2.4.0/firebase-ui-auth__{LANGUAGE_CODE}.js"></script>
66-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/2.4.0/firebase-ui-auth.css" />
65+
<script src="https://www.gstatic.com/firebasejs/ui/2.4.1/firebase-ui-auth__{LANGUAGE_CODE}.js"></script>
66+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/2.4.1/firebase-ui-auth.css" />
6767
```
6868

6969
where `{LANGUAGE_CODE}` is replaced by the code of the language you want. For example, the French
7070
version of the library is available at
71-
`https://www.gstatic.com/firebasejs/ui/2.4.0/firebase-ui-auth__fr.js`. The list of available
71+
`https://www.gstatic.com/firebasejs/ui/2.4.1/firebase-ui-auth__fr.js`. The list of available
7272
languages and their respective language codes can be found at [LANGUAGES.md](LANGUAGES.md).
7373

7474
Right-to-left languages also require the right-to-left version of the stylesheet, available at
75-
`https://www.gstatic.com/firebasejs/ui/2.4.0/firebase-ui-auth-rtl.css`, instead of the default
75+
`https://www.gstatic.com/firebasejs/ui/2.4.1/firebase-ui-auth-rtl.css`, instead of the default
7676
stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
7777

7878
### Option 2: npm Module

changelog.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
fixed - Localized underlying Firebase Auth instance when FirebaseUI-web is localized.
2-
fixed - Enforced https scheme in background CSS images.
3-
fixed - Added empty alt attribute to IdP buttons.
1+

dist/firebaseui.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)