Skip to content

Commit f2f2ce0

Browse files
committed
version 2.11.1
1 parent d6e1fd2 commit f2f2ce0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/overlayscrollbars/CHANGELOG.md

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

3+
## 2.11.1
4+
5+
### Improvements
6+
7+
- Use the ResizeObservers `options.box` option to remove the need for additional DOM elements in supported browsers.
8+
- Significant performance improvements in the `update` logic.
9+
310
## 2.11.0
411

512
### Features

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.11.0",
5+
"version": "2.11.1",
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)