WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 6 files changed +18
-11
lines changed
Expand file tree Collapse file tree 6 files changed +18
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # slate-dom
2+
3+ ## 0.111.0
4+
5+ ### Minor Changes
6+
7+ - [ #5734 ] ( https://github.com/ianstormtaylor/slate/pull/5734 ) [ ` 9a212512 ` ] ( https://github.com/ianstormtaylor/slate/commit/9a2125127064f35332d5c06df2dfa3768f745185 ) Thanks [ @bmingles ] ( https://github.com/bmingles ) ! - Split out slate-dom package
Original file line number Diff line number Diff line change 11{
22 "name" : " slate-dom" ,
33 "description" : " Tools for building completely customizable richtext editors with React." ,
4- "version" : " 0.110.2 " ,
4+ "version" : " 0.111.0 " ,
55 "license" : " MIT" ,
66 "repository" : " git://github.com/ianstormtaylor/slate.git" ,
77 "main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 11# slate-react
22
3+ ## 0.111.0
4+
5+ ### Minor Changes
6+
7+ - [ #5734 ] ( https://github.com/ianstormtaylor/slate/pull/5734 ) [ ` 9a212512 ` ] ( https://github.com/ianstormtaylor/slate/commit/9a2125127064f35332d5c06df2dfa3768f745185 ) Thanks [ @bmingles ] ( https://github.com/bmingles ) ! - Split out slate-dom package
8+
39## 0.110.3
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " slate-react" ,
33 "description" : " Tools for building completely customizable richtext editors with React." ,
4- "version" : " 0.110.3 " ,
4+ "version" : " 0.111.0 " ,
55 "license" : " MIT" ,
66 "repository" : " git://github.com/ianstormtaylor/slate.git" ,
77 "main" : " dist/index.js" ,
3535 "react" : " ^18.2.0" ,
3636 "react-dom" : " ^18.2.0" ,
3737 "slate" : " ^0.110.2" ,
38- "slate-dom" : " ^0.110.2 " ,
38+ "slate-dom" : " ^0.111.0 " ,
3939 "slate-hyperscript" : " ^0.100.0" ,
4040 "source-map-loader" : " ^4.0.1"
4141 },
Original file line number Diff line number Diff line change @@ -13258,7 +13258,7 @@ __metadata:
1325813258 languageName: node
1325913259 linkType: hard
1326013260
13261- "slate-dom@npm:^0.110.2 , slate-dom@workspace:packages/slate-dom":
13261+ "slate-dom@npm:^0.111.0 , slate-dom@workspace:packages/slate-dom":
1326213262 version: 0.0.0-use.local
1326313263 resolution: "slate-dom@workspace:packages/slate-dom"
1326413264 dependencies:
@@ -13416,7 +13416,7 @@ __metadata:
1341613416 react-dom: "npm:^18.2.0"
1341713417 scroll-into-view-if-needed: "npm:^3.1.0"
1341813418 slate: "npm:^0.110.2"
13419- slate-dom: "npm:^0.110.2 "
13419+ slate-dom: "npm:^0.111.0 "
1342013420 slate-hyperscript: "npm:^0.100.0"
1342113421 source-map-loader: "npm:^4.0.1"
1342213422 tiny-invariant: "npm:1.3.1"
You can’t perform that action at this time.
0 commit comments