Skip to content

Commit fd64ea6

Browse files
committed
updated CHANGELOG and README
1 parent d48f20d commit fd64ea6

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
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))

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Useful if you want to use with bower, or in a plain old `<script>` tag.
1818

1919
In 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

2424
Take 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
9494
Thanks
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

12099
License
121100
----

0 commit comments

Comments
 (0)