Skip to content

Files

Latest commit

95f5f6e · Jan 22, 2025

History

History
241 lines (157 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

241 lines (157 loc) · 5.13 KB

@solid-primitives/scroll

2.1.0

Minor Changes

  • ea09f71: Remove CJS support. The package is ESM only now.

Patch Changes

2.0.24

Patch Changes

2.0.23

Patch Changes

2.0.22

Patch Changes

2.0.21

Patch Changes

2.0.20

Patch Changes

2.0.19

Patch Changes

  • fc659d33: Fix useWindowScrollPosition on the server. (fixes #494)

2.0.18

Patch Changes

2.0.17

Patch Changes

2.0.16

Patch Changes

2.0.15

Patch Changes

2.0.14

Patch Changes

  • 54c33ba5: use passive event listener for createScrollPosition

2.0.13

Patch Changes

2.0.12

Patch Changes

  • 3fad3789: Revert from publishing separate server, development, and production builds that has to rely on export conditions to publishing a single build that can be used in any environment. Envs will be checked at with isDevand isServer consts exported by "solid-js/web" so it's still tree-shakeable.
  • Updated dependencies [3fad3789]

2.0.11

Patch Changes

  • 464248f7: Improve behavior of primitives under hydration.
  • Updated dependencies [464248f7]
  • Updated dependencies [464248f7]

2.0.10

Patch Changes

2.0.10-beta.0

Patch Changes

2.0.9

Patch Changes

2.0.8

Patch Changes

2.0.7

Patch Changes

2.0.6

Patch Changes

2.0.5

Patch Changes

  • b662fe9f: Improve package export contidions for SSR (node, workers, deno)
  • Updated dependencies [e36ed229]
  • Updated dependencies [a372d0e7]
  • Updated dependencies [b662fe9f]
  • Updated dependencies [abb8063c]
  • Updated dependencies [abb8063c]

2.0.4

Patch Changes

2.0.3

Patch Changes

Changelog up to version 2.0.2

0.0.100

Initial porting of the scroll primitive.

1.0.4

Released new version with CJS and SSR support.

1.0.5

Updated to Solid 1.3

2.0.0 - stage-2

Rename createScrollObserver to createScrollPosition and add y scroll axis to the returned value, making it a store-like object.

Add getScrollPosition as a separately exported helper.