apostrophe 4.17.1-alpha.2 → 4.17.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +19 -1
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### Fixes
6
6
 
7
- * Pinned to tiptap 2.11.0 to work around a bug that broke the behavior of lists in the editor when re-opening an existing list.
7
+ * Pinned to tiptap 2.11.0 and specific prosemirror releases compatible with it, to work around a bug that broke the behavior of lists in the editor when re-opening an existing list. We are working with upstream projects to resolve this so we can continue to track updates in tiptap and prosemirror.
8
8
 
9
9
  ## 4.17.0 (2025-05-14)
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apostrophe",
3
- "version": "4.17.1-alpha.2",
3
+ "version": "4.17.1",
4
4
  "description": "The Apostrophe Content Management System.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -76,6 +76,24 @@
76
76
  "@tiptap/extension-strike": "2.11.0",
77
77
  "@tiptap/extension-text": "2.11.0",
78
78
  "@tiptap/extension-bubble-menu": "2.11.0",
79
+ "prosemirror-changeset": "2.2.1",
80
+ "prosemirror-collab": "1.3.1",
81
+ "prosemirror-commands": "1.6.2",
82
+ "prosemirror-dropcursor": "1.8.1",
83
+ "prosemirror-gapcursor": "1.3.2",
84
+ "prosemirror-history": "1.4.1",
85
+ "prosemirror-inputrules": "1.4.0",
86
+ "prosemirror-keymap": "1.2.2",
87
+ "prosemirror-markdown": "1.13.1",
88
+ "prosemirror-menu": "1.2.4",
89
+ "prosemirror-model": "1.24.1",
90
+ "prosemirror-schema-basic": "1.2.3",
91
+ "prosemirror-schema-list": "1.5.0",
92
+ "prosemirror-state": "1.4.3",
93
+ "prosemirror-tables": "1.6.2",
94
+ "prosemirror-trailing-node": "3.0.0",
95
+ "prosemirror-transform": "1.10.2",
96
+ "prosemirror-view": "1.37.1",
79
97
  "@vue/compiler-sfc": "^3.3.8",
80
98
  "autoprefixer": "^10.4.1",
81
99
  "bluebird": "^3.7.2",