File tree Expand file tree Collapse file tree 2 files changed +8
-24
lines changed Expand file tree Collapse file tree 2 files changed +8
-24
lines changed Original file line number Diff line number Diff line change 11Changelog
22====
33
4+ ## 5.0.0
5+
6+ - Update to ES6 style React and replaced Browserify with Webpack ([ #123 ] ( https://github.com/joshwnj/react-visibility-sensor/pull/123 ) )
7+ - Update code to the latest version of react, remove useless params/function ([ #115 ] ( https://github.com/joshwnj/react-visibility-sensor/pull/115 ) )
8+
49## 4.1.0
510
611- Update lifecycle method for React 16.3 ([ #119 ] ( https://github.com/joshwnj/react-visibility-sensor/pull/119 ) )
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ Useful if you want to use with bower, or in a plain old `<script>` tag.
1818
1919In this case, make sure that ` React ` and ` ReactDOM ` are already loaded and globally accessible.
2020
21- - Plain: < https://unpkg.com/react-visibility-sensor@3.4 .0/dist/visibility-sensor.js >
22- - Minified < https://unpkg.com/react-visibility-sensor@3.4 .0/dist/visibility-sensor.min.js >
21+ - Plain: < https://unpkg.com/react-visibility-sensor@5.0 .0/dist/visibility-sensor.js >
22+ - Minified < https://unpkg.com/react-visibility-sensor@5.0 .0/dist/visibility-sensor.min.js >
2323
2424Take a look at the [ umd example] ( ./example-umd/ ) to see this in action
2525
@@ -94,28 +94,7 @@ It's possible to use both `intervalCheck` and `scrollCheck` together. This means
9494Thanks
9595----
9696
97- Special thanks to contributors:
98-
99- - Andrew Hong
100- - Oleg Slobodskoi
101- - EugeneHlushko
102- - Stefan B
103- - Radu-Sebastian Amarie
104- - Roope Merikukka
105- - Christian Davis
106- - Anton Fedchenko
107- - Mateusz Burzyński
108- - Zak Linder
109- - Andarist
110- - Andy Edwards
111- - Bram Schulting
112- - Dan Abramov
113- - Daniel Stefanovic
114- - Eric Bower
115- - Julien Bachmann
116- - Neehar Venugopal
117- - Rubens Mariuzzo
118- - Tim Tyrrell
97+ Special thanks to [ contributors] ( https://github.com/joshwnj/react-visibility-sensor/graphs/contributors )
11998
12099License
121100----
You can’t perform that action at this time.
0 commit comments