mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 02:19:52 +02:00
Version Packages
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# slate-dom
|
||||
|
||||
## 0.118.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5936](https://github.com/ianstormtaylor/slate/pull/5936) [`05583457`](https://github.com/ianstormtaylor/slate/commit/0558345703e3451f82ffd7eeb15dee51102b1209) Thanks [@delijah](https://github.com/delijah)! - Search backward and forward for leaf nodes in non contenteditable elements inside `toSlatePoint`
|
||||
|
||||
## 0.117.4
|
||||
|
||||
### Patch Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-dom",
|
||||
"description": "Tools for building completely customizable richtext editors with React.",
|
||||
"version": "0.117.4",
|
||||
"version": "0.118.1",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -29,7 +29,7 @@
|
||||
"@types/jsdom": "^21.1.4",
|
||||
"@types/lodash": "^4.14.200",
|
||||
"@types/resize-observer-browser": "^0.1.8",
|
||||
"slate": "^0.118.0",
|
||||
"slate": "^0.118.1",
|
||||
"slate-hyperscript": "^0.115.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
},
|
||||
|
Reference in New Issue
Block a user