Skip to content

Releases: yahoo/react-stickynode

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

Fix dist package issue

05 Aug 17:34
Compare
Choose a tag to compare
v1.2.1

Release v1.2.1.

Add `releasedClass` prop

05 Aug 04:33
Compare
Choose a tag to compare

This will apply a class to the outer container conditionally when the component is in a released state.

Thanks @nason

Switching to react-addons-shallow-compare

18 Jul 18:29
Compare
Choose a tag to compare

Switching to use react-addons-shallow-compare instead of is-equal-shallow, which tends to return false negatives for props. This should result in fewer unnecessary re-renders of the stickynode component, and so better performance.