Skip to content
Snippets Groups Projects
Commit c08ca3cd authored by Christos's avatar Christos
Browse files

Merge branch 'publish@0.9.36' into 'master'

Publish@0.9.36

See merge request !587
parents 539b6623 3a766086
No related branches found
No related tags found
1 merge request!587Publish@0.9.36
Pipeline #61126 passed with stages
in 2 minutes and 42 seconds
{
"name": "demo",
"version": "0.9.35",
"version": "0.9.36",
"private": true,
"dependencies": {
"@guardian/prosemirror-invisibles": "^1.2.0",
......@@ -15,10 +15,10 @@
"typeface-fira-sans-condensed": "^0.0.54",
"typeface-inter": "^1.1.13",
"typeface-vollkorn": "^0.0.54",
"wax-prosemirror-core": "^0.9.35",
"wax-prosemirror-services": "^0.9.35",
"wax-questions-service": "^0.9.35",
"wax-table-service": "^0.9.35"
"wax-prosemirror-core": "^0.9.36",
"wax-prosemirror-services": "^0.9.36",
"wax-questions-service": "^0.9.36",
"wax-table-service": "^0.9.36"
},
"scripts": {
"start": "react-app-rewired start",
......
{
"lerna": "2.6.0",
"npmClient": "yarn",
"version": "0.9.35",
"version": "0.9.36",
"useWorkspaces": true
}
{
"name": "wax-prosemirror-core",
"author": "Christos Kokosias & Giannis Kopanas",
"version": "0.9.35",
"version": "0.9.36",
"description": "Wax prosemirror core",
"license": "MIT",
"main": "dist/index.js",
......
......@@ -28,7 +28,7 @@ export default {
exclude: 'node_modules/**',
}),
commonjs(),
terser(),
// terser(),
],
external: [],
};
......@@ -112,6 +112,7 @@ const WaxView = forwardRef((props, ref) => {
}, []);
useEffect(() => {
console.log('in reconfigure');
// const parse = parser(schema);
if (!reconfigureState) return;
......@@ -125,6 +126,11 @@ const WaxView = forwardRef((props, ref) => {
context.app.PmPlugins.add(pluginKey, pluginValue);
}
});
console.log(
'in reconfigure down',
reconfigureState,
context.app.getPlugins(),
);
let finalPlugins = [];
......@@ -140,7 +146,7 @@ const WaxView = forwardRef((props, ref) => {
const reconfigureOptions = {
// doc: parse(value),
schema,
plugins: context.app.getPlugins(),
plugins: finalPlugins,
};
context.pmViews.main.updateState(EditorState.create(reconfigureOptions));
......
{
"name": "wax-prosemirror-services",
"author": "Christos Kokosias & Giannis Kopanas",
"version": "0.9.35",
"version": "0.9.36",
"description": "Wax prosemirror services",
"license": "MIT",
"main": "dist/index.js",
......@@ -36,7 +36,7 @@
"react-i18next": "^13.3.1",
"use-deep-compare-effect": "^1.3.1",
"uuid": "^7.0.3",
"wax-prosemirror-core": "^0.9.35",
"wax-prosemirror-core": "^0.9.36",
"y-prosemirror": "1.2.0",
"y-protocols": "1.0.5",
"y-webrtc": "10.2.0",
......
{
"name": "wax-questions-service",
"author": "Christos Kokosias & Giannis Kopanas",
"version": "0.9.35",
"version": "0.9.36",
"description": "Wax Questions Service",
"license": "MIT",
"main": "dist/index.js",
......@@ -32,7 +32,7 @@
"react-i18next": "^13.3.1",
"use-dynamic-refs": "^1.0.0",
"uuid": "^7.0.3",
"wax-prosemirror-core": "^0.9.35"
"wax-prosemirror-core": "^0.9.36"
},
"devDependencies": {
"mocha": "^3.4.2",
......
{
"name": "wax-table-service",
"author": "Christos Kokosias & Giannis Kopanas",
"version": "0.9.35",
"version": "0.9.36",
"description": "Wax Table Service",
"license": "MIT",
"main": "dist/index.js",
......@@ -23,7 +23,7 @@
"prosemirror-view": "1.30.2",
"react-i18next": "^13.3.1",
"uuid": "^7.0.3",
"wax-prosemirror-core": "^0.9.35"
"wax-prosemirror-core": "^0.9.36"
},
"devDependencies": {
"mocha": "^3.4.2",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment