Releases: scroll-into-view/scroll-into-view-if-needed
Releases · scroll-into-view/scroll-into-view-if-needed
v1.2.7
- Fixed: Package published on npm include unnecessary files bloating the package (#144)
v1.2.6
- Fixed: Don't use postinstall as it runs in userland (#143)
v1.2.5
- Fixed: Migrate tests to new page that showcases how it works (#141)
v1.2.4
- Fixed: TypeScript requires HTMLElement when it should accept Element (#140)
v1.2.3
- Fixed: Incorrect TypeScript declarations and export format (#136)
v1.2.2
- Fixed: Incorrect export declaration in TS typings (#132)
v1.2.1
- Fixed: Fifth option should be optional (#129)
v1.2.0
New features
New argument added that allows setting offsets in all 4 directions.
v1.1.1
- Fixed: Windows compatibility and CommonJS interop change back to Babel 5 functionality (#121 @khell)
v1.1.0
Added
- An optional argument finalElement was added to limit the scope of the function (#108 @hemnstill)