Skip to content

Commit e4f9455

Browse files
committed
2.0.6
1 parent ed372c0 commit e4f9455

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [2.0.6] (December 5, 2024)
6+
7+
### Added
8+
- JSX intrinsic element types for React 19, Preact and SolidJS ([see commit](https://github.com/ingmarh/scroll-shadow-element/commit/f16e347))
9+
510
## [2.0.5] (March 28, 2023)
611

712
### Optimized
@@ -95,6 +100,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
95100

96101
Initial release
97102

103+
[2.0.6]: https://github.com/ingmarh/scroll-shadow-element/releases/tag/v2.0.6
98104
[2.0.5]: https://github.com/ingmarh/scroll-shadow-element/releases/tag/v2.0.5
99105
[2.0.4]: https://github.com/ingmarh/scroll-shadow-element/releases/tag/v2.0.4
100106
[2.0.3]: https://github.com/ingmarh/scroll-shadow-element/releases/tag/v2.0.3

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020-2023 Ingmar Hergst
3+
Copyright (c) 2020-2024 Ingmar Hergst
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scroll-shadow-element",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "A small web component to enhance scrollable elements with dynamic scroll indicators.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)