File tree Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -650,17 +650,9 @@ should use the `reset()` method before re-rendering the widget.
650650
651651## Release Notes
652652
653- ### 1.0.0
653+ ** Latest ** : https://github.com/firebase/firebaseui-web/releases/latest
654654
655- See the milestone [ 1.0.0] ( https://github.com/firebase/firebaseui-web/milestone/2 )
656- for the issues covered in this release. Below is a summary of the most important
657- ones:
658-
659- - ** FirebaseUI is now open source!** To contribute, please first create an issue
660- describing either the bug observed or the feature requested. This way we can
661- discuss the relevance of the feature, before you start working on it. It is also
662- usually better to express the bug before working on a fix.
663- - Added an option to disable Account Chooser. See: [ Credential Helper] ( credential-helper ) .
655+ ** For v1.0.0 and superior:** https://github.com/firebase/firebaseui-web/releases
664656
665657### 0.5.0
666658
Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 ">
55 < title > FirebaseUI Auth Demo</ title >
6- < script src ="https://www.gstatic.com/firebasejs/live/3.6 /firebase.js "> </ script >
6+ < script src ="https://www.gstatic.com/firebasejs/live/3.7 /firebase.js "> </ script >
77 < script src ="config.js "> </ script >
88 < link href ="style.css " rel ="stylesheet " type ="text/css " media ="screen " />
99 < script src ="dist/firebaseui.js "> </ script >
Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 ">
55 < title > FirebaseUI Auth Demo</ title >
6- < script src ="https://www.gstatic.com/firebasejs/live/3.6 /firebase.js "> </ script >
6+ < script src ="https://www.gstatic.com/firebasejs/live/3.7 /firebase.js "> </ script >
77 < script src ="config.js "> </ script >
88 < script src ="dist/firebaseui.js "> </ script >
99 < link type ="text/css " rel ="stylesheet " href ="dist/firebaseui.css " />
Original file line number Diff line number Diff line change 1616 "demo" : " npm run build && ./buildtools/run_demo.sh" ,
1717 "test" : " npm run build && npm run generate-test-files && ./buildtools/run_tests.sh" ,
1818 "serve" : " npm run build && npm run generate-test-files && gulp serve" ,
19- "generate-test-files" : " ./buildtools/generate_test_files.sh"
19+ "generate-test-files" : " ./buildtools/generate_test_files.sh" ,
20+ "prepublish" : " npm run test && cp -r dist demo/public"
2021 },
2122 "test" : " npm run test" ,
2223 "author" : " Google" ,
You can’t perform that action at this time.
0 commit comments