Skip to content

Commit ac01756

Browse files
Added changelog.txt and fixed broken tests due to missing autoescape. (#225)
1 parent bd71044 commit ac01756

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

changelog.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
1+
removed - Removes hard coded QUOTA_EXCEEDED phone auth error. Instead we will use whatever the Auth API returns.
2+
feature - Updates the FirebaseUI demo app to install as a standalone PWA when added to home screen on an Android device.
3+
feature - Support prefilling the default phone number by passing a loginHint in the configuration only when phone auth provider is the only provider.
4+
feature - Support prefilling the default national number along with default country only when phone auth provider is the only provider.
5+
changed - Updates saucelabs tests: replace Safari 6 with 7 and removes IE9.
6+
fixed - Uses session persistence when supported on the internal temporary auth instance to avoid dangling auth states.
7+
fixed - Modified reCAPTCHA "I am not a Robot" button to be more responsive in narrow screens.
8+
feature - Adds a continue button to redirect to the continueUrl if available in the password reset and email verification action widgets.

soy/elements.soy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// UI elements for the FirebaseUI widget.
1616

17-
{namespace firebaseui.auth.soy2.element}
17+
{namespace firebaseui.auth.soy2.element autoescape="strict"}
1818

1919

2020
/**

soy/pages.soy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// UI components for the FirebaseUI widget.
1616

17-
{namespace firebaseui.auth.soy2.page}
17+
{namespace firebaseui.auth.soy2.page autoescape="strict"}
1818

1919

2020
/**

soy/strings.soy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
// Strings for the FirebaseUI widget.
16-
{namespace firebaseui.auth.soy2.strings}
16+
{namespace firebaseui.auth.soy2.strings autoescape="strict"}
1717

1818

1919
/** Progress dialog message to show while verifying a phone number. */

0 commit comments

Comments
 (0)