Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ You can read about the browser support for that on [caniuse.com](https://caniuse
Since version 2.x.x, ReactStickyHeadroom is written in TypeScript.
Support for FlowJS types were dropped in version 2.0.0.

Since version 3.x.x, ReactStickyHeadroom uses @emotion/styled instead of styled-components.

ReactStickyHeadroom is a client-side library and hence does not support Server Side Rendering (SSR) a priori.
For NextJS you can find more information on how to embed this library [here](https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr).

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integreat-app/react-sticky-headroom",
"version": "2.2.2",
"version": "3.0.0",
"engines": {
"node": ">=18",
"npm": ">=10"
Expand Down