Skip to content

Commit e70e343

Browse files
committed
🚀 RELEASE: v2.0.1 (beta)
1 parent ad142b5 commit e70e343

File tree

5 files changed

+29
-17
lines changed

5 files changed

+29
-17
lines changed

dev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ npm login --registry=https://npm.pkg.github.com/
5757
```
5858

5959
```bash
60+
npm run build
6061
npm publish
6162
```
6263

@@ -79,5 +80,6 @@ npm login
7980
```
8081

8182
```bash
83+
npm run build
8284
npm publish
8385
```

dist/ScrollSpy/ScrollSpy.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ interface ScrollSpyProps {
99
offsetBottom?: number;
1010
useDataAttribute?: string;
1111
activeClass?: string;
12+
useBoxMethod?: boolean;
1213
}
13-
declare const ScrollSpy: ({ children, navContainerRef, parentScrollContainerRef, scrollThrottle, onUpdateCallback, offsetTop, offsetBottom, useDataAttribute, activeClass, }: ScrollSpyProps) => JSX.Element;
14+
declare const ScrollSpy: ({ children, navContainerRef, parentScrollContainerRef, scrollThrottle, onUpdateCallback, offsetTop, offsetBottom, useDataAttribute, activeClass, useBoxMethod, }: ScrollSpyProps) => JSX.Element;
1415
export default ScrollSpy;

dist/index.js

Lines changed: 23 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)