apostrophe 2.227.7 → 2.227.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.227.9 (2024-08-19)
4
+
5
+ * Update CKEDITOR combo styles to target all combos in the toolbar.
6
+
7
+ ## 2.227.8 (2024-08-08)
8
+
9
+ ### Changes
10
+
11
+ * Update `emulate-mongo-2-driver` dependency to keep supporting `mongodb@2.x` queries while using `mongodb@6.x`.
12
+
13
+ ### Fixes
14
+
15
+ * Minimum version of `oembetter` bumped to ensure support for all YouTube and Vimeo videos that permit embedding.
16
+
3
17
  ## 2.227.7 (2024-07-10)
4
18
 
5
19
  ### Changes
@@ -1,8 +1,8 @@
1
1
  // CKEditor Toolbar Styles
2
2
  .cke
3
3
  {
4
- // styles dropdown button
5
- .cke_combo__styles
4
+ // combo dropdown button
5
+ .cke_combo
6
6
  {
7
7
  .cke_combo_button
8
8
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apostrophe",
3
- "version": "2.227.7",
3
+ "version": "2.227.9",
4
4
  "description": "The Apostrophe Content Management System.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -39,7 +39,7 @@
39
39
  "credentials": "^3.0.2",
40
40
  "cuid": "^1.3.8",
41
41
  "diff": "^4.0.1",
42
- "emulate-mongo-2-driver": "^1.3.5",
42
+ "emulate-mongo-2-driver": "^1.3.6",
43
43
  "express": "^4.17.1",
44
44
  "express-session": "^1.17.0",
45
45
  "glob": "^5.0.15",
@@ -59,7 +59,7 @@
59
59
  "moment": "^2.29.1",
60
60
  "moog-require": "^1.1.0",
61
61
  "nodemailer": "^6.6.2",
62
- "oembetter": "^1.1.1",
62
+ "oembetter": "^1.1.3",
63
63
  "passport": "^0.6.0",
64
64
  "passport-local": "^1.0.0",
65
65
  "passport-totp": "0.0.2",
@@ -93,4 +93,4 @@
93
93
  "eslint-plugin-standard": "^3.1.0",
94
94
  "mocha": "^7.0.0"
95
95
  }
96
- }
96
+ }