@stll/folio-core 0.35.0 → 0.35.1
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.
|
@@ -98,6 +98,7 @@ function isMergeableContent(content) {
|
|
|
98
98
|
* Runs with breaks, tabs, images, fields, etc. act as merge boundaries
|
|
99
99
|
*/
|
|
100
100
|
function canMergeRun(run) {
|
|
101
|
+
if (run.propertyChanges && run.propertyChanges.length > 0) return false;
|
|
101
102
|
if (run.content.length === 0) return true;
|
|
102
103
|
return run.content.every(isMergeableContent);
|
|
103
104
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stll/folio-core",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.1",
|
|
4
4
|
"description": "Headless, framework-neutral core of folio: the OOXML (.docx) parser, document model, ProseMirror integration, and page-layout engine. No React.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"document-model",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"@stll/docx-core": "^0.19.2",
|
|
119
119
|
"@stll/docx-utils": "^0.1.0",
|
|
120
|
-
"@stll/template-conditions": "
|
|
120
|
+
"@stll/template-conditions": ">=0.4.0 <1.0.0",
|
|
121
121
|
"better-result": "3.0.1",
|
|
122
122
|
"csstype": "^3.1.3",
|
|
123
123
|
"dompurify": "^3.4.13",
|