File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,12 @@ render(<App />, document.getElementById('slideshow'));
6161| withTimestamp| boolean| No| set true if you want to add timestamp to img url. i.e. ` example.png?1483228800 ` |
6262| pageWillUpdate| function| No| function that is invoked when the page is turned over.|
6363
64+ ## Browser Support
65+ Chrome@latest
66+ Firefox@latest
67+ Safari@latest
68+ IE11
69+
6470## License
6571This project is licensed under the terms of the
6672[ MIT license] ( https://github.com/shisama/react-slideshow/blob/master/LICENSE )
Original file line number Diff line number Diff line change 11{
22 "name" : " react-slideshow-ui" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "author" : " Masashi Hirano (https://github.com/shisama)" ,
55 "license" : " MIT" ,
66 "description" : " React UI Component for slideshow like SlideShare or SpeakerDeck." ,
4040 },
4141 "dependencies" : {
4242 "react" : " ^15.6.1" ,
43- "toggle-fullscreen" : " ^0.1.4 "
43+ "toggle-fullscreen" : " ^0.2.1 "
4444 },
4545 "devDependencies" : {
4646 "ava" : " ^0.21.0" ,
You can’t perform that action at this time.
0 commit comments