Skip to content

Releases: ingmarh/scroll-shadow-element

2.0.6

05 Dec 23:11
Compare
Choose a tag to compare

Changelog

  • Added JSX intrinsic element types for React 19, Preact and SolidJS (see commit)

Update hint

Only if you use React and TypeScript, and set classes on <scroll-shadow>:

  • React < 19: <scroll-shadow class="my-class">
  • React 19: <scroll-shadow className="my-class">

React 19 adds full support for custom elements. Setting classes with class works but is only typed for React < 19.

2.0.5

28 Mar 20:45
Compare
Choose a tag to compare

Optimized

  • Improved JSX intrinsic element types (see commit)
  • Improved code for a smaller file size (see commit)

2.0.4

14 Dec 18:10
Compare
Choose a tag to compare

Fixed

  • Enable direct use on scrollable table elements (see commit)
  • Use correct indicators in case of differing size (see commit)

2.0.3

11 Dec 22:56
Compare
Choose a tag to compare

Optimized

  • Improved setting the scroll indicator size values, and file size (see commit)

2.0.2

25 Sep 18:21
Compare
Choose a tag to compare

Optimized

  • Improved setting the internal inline style declaration (see commit)
  • Removed unnecessary code, and improved file size (see commit)

2.0.1

22 Sep 22:35
Compare
Choose a tag to compare

Fixed

  • Scroll indicators did not update after readding the element to the DOM (see commit)
  • The Custom Elements Manifest file included incorrect paths (see commit)

Optimized

  • Simplified code for improved file size (see commit)

2.0.0

20 Sep 22:40
Compare
Choose a tag to compare

Removed

  • Removed "el" attribute in favor of auto-detecting tbody use case (see commit)
  • Removed legacy exports entry and file (see commit)

Changed

  • Changed the used file extension from .mjs to .js (see commit)

1.1.6

22 Aug 14:55
Compare
Choose a tag to compare

Fixed

  • Scroll element inner size change only didn’t trigger update (see commit)

1.1.5

13 Apr 22:17
Compare
Choose a tag to compare

Fixed

  • Removed customElements entry point from export map (see commit)

1.1.4

12 Apr 08:15
Compare
Choose a tag to compare

Added

Optimized