Skip to content

Releases: dominikbulaj/react-scroll-into-view

Upgrade dependencies

17 Mar 11:51
Compare
Choose a tag to compare

v1.8.1 is just a patch version upgrading some dependencies. Some known security vulnerabilities were detected in acorn and minimist packages.

Added `onClick` callback

14 Jan 10:49
Compare
Choose a tag to compare

This release adds (optional) onClick property for callback function executed when user clicks to scroll (#11)

Version 1.6

09 Jan 10:25
Compare
Choose a tag to compare

Smaller size thanks to:

  • removing recompose dependency (code migrated to vanilla JS)
  • exposing only build code in published package (omitting e.g. src/ and other non-crucial files)

Since it's minor release you might upgrade package without worries about any migration process - nothing has changed to how you use react-scroll-into-view

Dependencies upgrade

09 Jan 08:50
Compare
Choose a tag to compare

Just a small dependencies upgrade to fix all security audit issues

Dependency bump

30 Aug 14:55
Compare
Choose a tag to compare

Versions 1.5.1 and 1.5.2 basically update dependencies and have no code changes.

Babel 7 & reducing build size dramatically

05 Oct 14:38
Compare
Choose a tag to compare

Upgraded to Babel 7
Reduced size of build file by more than 75% which is huge win (3.77 kB instead of 16.41 kB)
Added Prettier code formatting
Added Travis CI
Added Snapshot tests

Styling adjustments

05 Oct 11:26
Compare
Choose a tag to compare

Added className support.
Additionally style is empty by default.

Breaking changes

style by default is empty. Previously it's value was set to {display: 'inline'}.
You will need to adjust it and provide by own style={{display: 'inline'}} for backward compatibility. (#4)

Reducing build size

17 Apr 19:38
Compare
Choose a tag to compare

Thanks to moving react to peerDependencies and using rollup-plugin-uglify resulting file size went down from 91K to 16K

Optimized dependencies

13 Apr 20:19
Compare
Choose a tag to compare

Removed all unused dev dependencies

Initial release

13 Apr 17:42
Compare
Choose a tag to compare

Initial release. Contains all the featured documented in README.md