Skip to content

Releases: dominikbulaj/react-scroll-into-view

Patch security vulnerability in 3rd party libraries

17 Jun 12:18
Compare
Choose a tag to compare

Patch version that includes #47 and #48 and fixes security vulnerability in 3rd party libraries.

NOTE that these libraries are only used for developing the react-scroll-into-view library and are not present in the build.

Adjustments to to exported files

29 Dec 08:51
Compare
Choose a tag to compare
  • Changed library type to module
  • Adjustments to exported files incl. proper types
  • Renamed exported files to .mjs & .cjs
  • Included npx publint after build

TypeScript rewrite

01 Aug 13:04
Compare
Choose a tag to compare

So finally it happened. Complete TS rewrite.
No breaking changes for end users but since it's big change - version has been bumped to 2.0.0

Fix: peer dependency blocked React v17

21 Feb 15:00
Compare
Choose a tag to compare

Generating both ESM and CJS modules

09 Jan 15:27
Compare
Choose a tag to compare

react-scroll-into-view now includes both ESM (ES Modules) and CJS (CommonJS) modules

Dependencies upgrade & ESM module by default

28 Sep 09:14
Compare
Choose a tag to compare

In this release:

  • output module is ESM instead of CJS
  • dependencies upgrade (fix security vulnerabilities)
  • bump Rollup major version (v2)
  • used Rollup v2 plugins instead of deprecated once
  • added react and react-dom as peer dependencies

TypeScript typings

12 May 09:49
Compare
Choose a tag to compare

Added new scrollOptions property to TypeScript typings

Added scroll options

12 May 09:16
Compare
Choose a tag to compare

Added new property scrollOptions that accepts the same properties as scrollIntoViewOptions passed to element.scrollIntoView()

That was requested in #21

Dependencies upgrade

20 Jul 11:35
Compare
Choose a tag to compare

Updated dependencies as it was required for CI Travis to properly test code.

No changes to API

Fixed ignored `onClick` prop

24 Apr 07:57
Compare
Choose a tag to compare

Resolves #15

onClick prop was added back in #11 but later on one commit removed it. Sorry to everyone affected.