Skip to content

Releases: yahoo/react-stickynode

Update dependencies

05 May 13:56
Compare
Choose a tag to compare
v3.0.2

3.0.2

Updated subscribe-ui-event to 2.0.6

05 May 13:42
Compare
Choose a tag to compare
  • [#130] Update subscribe-ui-event to 2.0.6

Remove unsafe `componentWillReceiveProps`

05 May 13:34
Compare
Choose a tag to compare
  • [#124] - Support React async mode: remove unsafe componentWillReceiveProps
  • [#127] - Accept InnerClass configuration

v2.1.0

30 Oct 22:41
Compare
Choose a tag to compare

Commits:

  • Introduce children function support (#120) ca7e5f0
  • Change lists into tables. Correct spelling errors. (#119) f3f90ba

Add Math.round to translate3d and Bump subscribe-ui-event

29 May 02:52
Compare
Choose a tag to compare

Update refs element usage

29 May 02:38
Compare
Choose a tag to compare

This release update the refs usage to the new api:
https://reactjs.org/docs/refs-and-the-dom.html

"Legacy API: String Refs
If you worked with React before, you might be familiar with an older API where the ref attribute is a string, like "textInput", and the DOM node is accessed as this.refs.textInput. We advise against it because string refs have some issues, are considered legacy, and are likely to be removed in one of the future releases. If you’re currently using this.refs.textInput to access refs, we recommend the callback pattern instead."

Thanks to @kunukn for contributing!

Fix bug where custom Modernizr is used without the method prefixed

22 Jan 21:09
Compare
Choose a tag to compare

Support React 16

03 Oct 21:58
Compare
Choose a tag to compare
v1.4.0

Release v1.4.0.

Ignore hidden files

03 Oct 21:58
Compare
Choose a tag to compare
v1.3.1

Release v1.3.1.

Use prop-types package to avoid React 15.5.0 warnings

18 Apr 16:51
Compare
Choose a tag to compare