react-stickynode

A performant and comprehensive React sticky component.

OTHER License

Downloads
467.9K
Stars
1.2K
Committers
36

Bot releases are hidden (Show)

react-stickynode - Latest Release

Published by redonkulus 11 months ago

  • fix: update on scroll restoration (#939) 1138740

https://github.com/yahoo/react-stickynode/compare/v4.1.0...v4.1.1

react-stickynode -

Published by redonkulus over 2 years ago

Features

Dependencies

  • chore(deps): bump core-js from 3.20.3 to 3.21.0 (#864) 6fff245
react-stickynode -

Published by redonkulus about 3 years ago

Feature

  • feat: publish es modules (#554) 9634ffa

Development

  • test: fix functional test flow (#543) 34efcc4

Dependencies

  • chore(deps-dev): bump webpack from 5.49.0 to 5.50.0 (#552) 83d9174
  • chore(deps-dev): bump @babel/register from 7.14.5 to 7.15.3 (#553) bff5432
  • chore(deps-dev): bump @wdio/cli from 7.9.0 to 7.9.1 (#549) 302bde1
  • chore(deps-dev): bump @wdio/sauce-service from 7.9.0 to 7.9.1 (#547) ddeae6f
  • chore(deps): bump core-js from 3.16.0 to 3.16.1 (#548) 2292bd0
  • chore(deps-dev): bump @wdio/local-runner from 7.9.0 to 7.9.1 (#546) cbdc879
  • chore(deps-dev): bump @wdio/mocha-framework from 7.9.0 to 7.9.1 (#545) 9e4f0ae
  • chore(deps-dev): bump webpack from 5.48.0 to 5.49.0 (#544) 807740d
  • chore(deps-dev): bump @babel/preset-env from 7.14.9 to 7.15.0 (#542) b9f3376
  • chore(deps-dev): bump @babel/core from 7.14.8 to 7.15.0 (#541) a59b65d
  • chore: update package-lock.json format 43dc4f4

https://github.com/yahoo/react-stickynode/compare/v3.1.1...v4.0.0

react-stickynode -

Published by redonkulus about 3 years ago

  • fix: update on scroll restoration (#409) 48f2a61

https://github.com/yahoo/react-stickynode/compare/v3.1.0...v3.1.1

react-stickynode -

Published by redonkulus over 3 years ago

react-stickynode -

Published by redonkulus about 4 years ago

  • [#271] - Added className to component props and updated documentation
react-stickynode -

Published by redonkulus over 4 years ago

  • [#170] - Fixes debouncing calls updateInitialDimension after element destroyed
react-stickynode - Update dependencies

Published by redonkulus over 4 years ago

react-stickynode - Updated subscribe-ui-event to 2.0.6

Published by redonkulus over 4 years ago

  • [#130] Update subscribe-ui-event to 2.0.6
react-stickynode - Remove unsafe `componentWillReceiveProps`

Published by redonkulus over 4 years ago

  • [#124] - Support React async mode: remove unsafe componentWillReceiveProps
  • [#127] - Accept InnerClass configuration
react-stickynode -

Published by redonkulus almost 6 years ago

Commits:

  • Introduce children function support (#120) ca7e5f0
  • Change lists into tables. Correct spelling errors. (#119) f3f90ba
react-stickynode - Add Math.round to translate3d and Bump subscribe-ui-event

Published by redonkulus over 6 years ago

  • [#99] Add Math.round to translate3d @dmikheev
  • [#108] Bump subscribe-ui-event @roderickhsiao
react-stickynode - Update refs element usage

Published by redonkulus over 6 years ago

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!

react-stickynode - Fix bug where custom Modernizr is used without the method prefixed

Published by redonkulus over 6 years ago

PR: #89

Thanks @kunukn!

react-stickynode - Support React 16

Published by redonkulus about 7 years ago

react-stickynode - Ignore hidden files

Published by redonkulus about 7 years ago

react-stickynode - Use prop-types package to avoid React 15.5.0 warnings

Published by redonkulus over 7 years ago

react-stickynode - Fix dist package issue

Published by redonkulus about 8 years ago

react-stickynode - Add `releasedClass` prop

Published by redonkulus about 8 years ago

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

Thanks @nason

react-stickynode - Switching to react-addons-shallow-compare

Published by src-code over 8 years ago

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.