Skip to content

Releases: scroll-into-view/scroll-into-view-if-needed

v1.2.7

05 Nov 15:01
d798bf5
Compare
Choose a tag to compare
  • Fixed: Package published on npm include unnecessary files bloating the package (#144)

v1.2.6

05 Nov 14:38
c1440a0
Compare
Choose a tag to compare
  • Fixed: Don't use postinstall as it runs in userland (#143)

v1.2.5

05 Nov 05:29
1bb6839
Compare
Choose a tag to compare
  • Fixed: Migrate tests to new page that showcases how it works (#141)

v1.2.4

05 Nov 05:00
572990d
Compare
Choose a tag to compare
  • Fixed: TypeScript requires HTMLElement when it should accept Element (#140)

v1.2.3

04 Nov 19:29
ef9a265
Compare
Choose a tag to compare
  • Fixed: Incorrect TypeScript declarations and export format (#136)

v1.2.2

29 Oct 21:25
94ed4db
Compare
Choose a tag to compare
  • Fixed: Incorrect export declaration in TS typings (#132)

v1.2.1

02 Oct 07:55
Compare
Choose a tag to compare
  • Fixed: Fifth option should be optional (#129)

v1.2.0

01 Oct 03:19
Compare
Choose a tag to compare

New features

Set offset (#127 @iwangulenko)

New argument added that allows setting offsets in all 4 directions.

v1.1.1

01 Oct 02:42
Compare
Choose a tag to compare
  • Fixed: Windows compatibility and CommonJS interop change back to Babel 5 functionality (#121 @khell)

v1.1.0

29 Mar 17:00
Compare
Choose a tag to compare

Added

  • An optional argument finalElement was added to limit the scope of the function (#108 @hemnstill)