jodit-react 1.3.3 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/workspace.xml +11 -5
- package/package.json +3 -3
package/.idea/workspace.xml
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="c6024368-e635-45fa-a1ee-da52613355c9" name="Default" comment="">
|
|
5
|
-
<change beforePath="$PROJECT_DIR$/.eslintrc.js" beforeDir="false" afterPath="$PROJECT_DIR$/.eslintrc.js" afterDir="false" />
|
|
6
5
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
7
|
-
<change beforePath="$PROJECT_DIR$/src/JoditEditor.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/JoditEditor.js" afterDir="false" />
|
|
8
6
|
</list>
|
|
9
7
|
<option name="SHOW_DIALOG" value="false" />
|
|
10
8
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -117,7 +115,7 @@
|
|
|
117
115
|
<workItem from="1649339002339" duration="1044000" />
|
|
118
116
|
<workItem from="1649713567100" duration="2000" />
|
|
119
117
|
<workItem from="1649723286545" duration="1174000" />
|
|
120
|
-
<workItem from="1652298930531" duration="
|
|
118
|
+
<workItem from="1652298930531" duration="1044000" />
|
|
121
119
|
</task>
|
|
122
120
|
<task id="LOCAL-00001" summary="Merge branch 'master' of https://github.com/jodit/jodit-react # Conflicts: #	package.json">
|
|
123
121
|
<created>1575919750934</created>
|
|
@@ -252,7 +250,14 @@
|
|
|
252
250
|
<option name="project" value="LOCAL" />
|
|
253
251
|
<updated>1645387978557</updated>
|
|
254
252
|
</task>
|
|
255
|
-
<
|
|
253
|
+
<task id="LOCAL-00020" summary="Fixed onBlur/onChange PR: https://github.com/jodit/jodit-react/pull/102/files">
|
|
254
|
+
<created>1652299831225</created>
|
|
255
|
+
<option name="number" value="00020" />
|
|
256
|
+
<option name="presentableId" value="LOCAL-00020" />
|
|
257
|
+
<option name="project" value="LOCAL" />
|
|
258
|
+
<updated>1652299831225</updated>
|
|
259
|
+
</task>
|
|
260
|
+
<option name="localTasksCounter" value="21" />
|
|
256
261
|
<servers />
|
|
257
262
|
</component>
|
|
258
263
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -272,7 +277,8 @@
|
|
|
272
277
|
<MESSAGE value="Added eslint and prettier" />
|
|
273
278
|
<MESSAGE value="Added alias for npm run demo - npm start" />
|
|
274
279
|
<MESSAGE value="Added command npm run lint" />
|
|
275
|
-
<
|
|
280
|
+
<MESSAGE value="Fixed onBlur/onChange PR: https://github.com/jodit/jodit-react/pull/102/files" />
|
|
281
|
+
<option name="LAST_COMMIT_MESSAGE" value="Fixed onBlur/onChange PR: https://github.com/jodit/jodit-react/pull/102/files" />
|
|
276
282
|
</component>
|
|
277
283
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
278
284
|
<expand />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jodit-react",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
|
|
5
5
|
"main": "build/jodit-react.js",
|
|
6
6
|
"author": "Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)s",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"jodit": "^3.9.4"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0",
|
|
24
|
-
"react-dom": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
23
|
+
"react": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
24
|
+
"react-dom": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@babel/core": "^7.16.0",
|