1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-09 06:30:40 +02:00

Improve compatibility for browsers that do not support ResizeObserver or :where selector (#5265)

* Add fallback for default styles when `:where` selector is not supported

* Add polyfill for ResizeObserver

* Add changeset
This commit is contained in:
Kyle McLean
2023-01-30 16:37:03 -07:00
committed by GitHub
parent 2ab56c32af
commit 3cf51f4d88
6 changed files with 48 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
"dist/"
],
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@types/is-hotkey": "^0.1.1",
"@types/lodash": "^4.14.149",
"direction": "^1.0.3",