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.
650
650
651
651
## Release Notes
652
652
653
- ### 1.0.0
653
+ ** Latest ** : https://github.com/firebase/firebaseui-web/releases/latest
654
654
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
664
656
665
657
### 0.5.0
666
658
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< 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 >
7
7
< script src ="config.js "> </ script >
8
8
< link href ="style.css " rel ="stylesheet " type ="text/css " media ="screen " />
9
9
< script src ="dist/firebaseui.js "> </ script >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< 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 >
7
7
< script src ="config.js "> </ script >
8
8
< script src ="dist/firebaseui.js "> </ script >
9
9
< link type ="text/css " rel ="stylesheet " href ="dist/firebaseui.css " />
Original file line number Diff line number Diff line change 16
16
"demo" : " npm run build && ./buildtools/run_demo.sh" ,
17
17
"test" : " npm run build && npm run generate-test-files && ./buildtools/run_tests.sh" ,
18
18
"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"
20
21
},
21
22
"test" : " npm run test" ,
22
23
"author" : " Google" ,
You can’t perform that action at this time.
0 commit comments