Skip to content

Commit 6fd5e0a

Browse files
committed
v2.11.0
1 parent 8339f21 commit 6fd5e0a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/overlayscrollbars/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.11.0
4+
5+
### Features
6+
7+
- Add the possibility to define a [`trusted type policy`](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API) for websites with a CSP. [#697](https://github.com/KingSora/OverlayScrollbars/issues/697)
8+
9+
### Improvements
10+
11+
- Change `ScrollAnimationTimeline` keyframes to not animate css-custom-properties to improve scroll performance. [#705](https://github.com/KingSora/OverlayScrollbars/issues/705)
12+
313
## 2.10.1
414

515
### Improvements

packages/overlayscrollbars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "overlayscrollbars",
33
"private": true,
44
"type": "module",
5-
"version": "2.10.1",
5+
"version": "2.11.0",
66
"description": "A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel.",
77
"author": "Rene Haas | KingSora",
88
"license": "MIT",

0 commit comments

Comments
 (0)