apostrophe 2.227.10 → 2.227.12
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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.227.12 (2025-08-28)
|
|
4
|
+
|
|
5
|
+
* Bump dependency on `emulate-mongo-2-driver` to address an incompatibility that has cropped up upstream in a recent update of the mongodb driver.
|
|
6
|
+
|
|
7
|
+
## 2.227.11 (2025-04-23)
|
|
8
|
+
|
|
9
|
+
* Update `jquery-ui` to 1.14 to address vulnerabilities fixed in [version 1.13](https://jqueryui.com/upgrade-guide/1.13). Note that this was never a vulnerability in practice with ApostropheCMS due to server-side validation.
|
|
10
|
+
|
|
3
11
|
## 2.227.10 (2025-03-19)
|
|
4
12
|
|
|
5
13
|
* Improve docs locking system messages.
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
/*! jQuery UI - v1.
|
|
2
|
-
*
|
|
1
|
+
/*! jQuery UI - v1.14.1 - 2025-04-23
|
|
2
|
+
* https://jqueryui.com
|
|
3
3
|
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
|
4
|
-
* To view and modify this theme, visit
|
|
5
|
-
* Copyright
|
|
4
|
+
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
|
|
5
|
+
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
|
|
6
6
|
|
|
7
7
|
.ui-draggable-handle {
|
|
8
|
-
-ms-touch-action: none;
|
|
9
8
|
touch-action: none;
|
|
10
9
|
}
|
|
11
10
|
/* Layout helpers
|
|
@@ -49,13 +48,13 @@
|
|
|
49
48
|
left: 0;
|
|
50
49
|
position: absolute;
|
|
51
50
|
opacity: 0;
|
|
52
|
-
filter:Alpha(Opacity=0); /* support: IE8 */
|
|
53
51
|
}
|
|
54
52
|
|
|
55
53
|
.ui-front {
|
|
56
|
-
|
|
54
|
+
z-index: @apos-z-index-max;
|
|
57
55
|
}
|
|
58
56
|
|
|
57
|
+
|
|
59
58
|
/* Interaction Cues
|
|
60
59
|
----------------------------------*/
|
|
61
60
|
.ui-state-disabled {
|
|
@@ -100,7 +99,6 @@
|
|
|
100
99
|
position: absolute;
|
|
101
100
|
font-size: 0.1px;
|
|
102
101
|
display: block;
|
|
103
|
-
-ms-touch-action: none;
|
|
104
102
|
touch-action: none;
|
|
105
103
|
}
|
|
106
104
|
.ui-resizable-disabled .ui-resizable-handle,
|
|
@@ -164,7 +162,6 @@
|
|
|
164
162
|
top: -5px;
|
|
165
163
|
}
|
|
166
164
|
.ui-selectable {
|
|
167
|
-
-ms-touch-action: none;
|
|
168
165
|
touch-action: none;
|
|
169
166
|
}
|
|
170
167
|
.ui-selectable-helper {
|
|
@@ -173,7 +170,6 @@
|
|
|
173
170
|
border: 1px dotted black;
|
|
174
171
|
}
|
|
175
172
|
.ui-sortable-handle {
|
|
176
|
-
-ms-touch-action: none;
|
|
177
173
|
touch-action: none;
|
|
178
174
|
}
|
|
179
175
|
.ui-accordion .ui-accordion-header {
|
|
@@ -208,8 +204,6 @@
|
|
|
208
204
|
.ui-menu .ui-menu-item {
|
|
209
205
|
margin: 0;
|
|
210
206
|
cursor: pointer;
|
|
211
|
-
/* support: IE10, see #8844 */
|
|
212
|
-
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
|
213
207
|
}
|
|
214
208
|
.ui-menu .ui-menu-item-wrapper {
|
|
215
209
|
position: relative;
|
|
@@ -259,12 +253,7 @@
|
|
|
259
253
|
vertical-align: middle;
|
|
260
254
|
text-align: center;
|
|
261
255
|
-webkit-user-select: none;
|
|
262
|
-
-moz-user-select: none;
|
|
263
|
-
-ms-user-select: none;
|
|
264
256
|
user-select: none;
|
|
265
|
-
|
|
266
|
-
/* Support: IE <= 11 */
|
|
267
|
-
overflow: visible;
|
|
268
257
|
}
|
|
269
258
|
|
|
270
259
|
.ui-button,
|
|
@@ -315,7 +304,7 @@ input.ui-button.ui-icon-notext .ui-icon {
|
|
|
315
304
|
}
|
|
316
305
|
|
|
317
306
|
/* workarounds */
|
|
318
|
-
/* Support: Firefox 5 -
|
|
307
|
+
/* Support: Firefox 5 - 125+ */
|
|
319
308
|
input.ui-button::-moz-focus-inner,
|
|
320
309
|
button.ui-button::-moz-focus-inner {
|
|
321
310
|
border: 0;
|
|
@@ -366,9 +355,6 @@ button.ui-button::-moz-focus-inner {
|
|
|
366
355
|
|
|
367
356
|
/* Spinner specific style fixes */
|
|
368
357
|
.ui-controlgroup-vertical .ui-spinner-input {
|
|
369
|
-
|
|
370
|
-
/* Support: IE8 only, Android < 4.4 only */
|
|
371
|
-
width: 75%;
|
|
372
358
|
width: calc( 100% - 2.4em );
|
|
373
359
|
}
|
|
374
360
|
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
|
@@ -676,7 +662,6 @@ button.ui-button::-moz-focus-inner {
|
|
|
676
662
|
.ui-progressbar .ui-progressbar-overlay {
|
|
677
663
|
background: url("data:image/gif;base64,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");
|
|
678
664
|
height: 100%;
|
|
679
|
-
filter: alpha(opacity=25); /* support: IE8 */
|
|
680
665
|
opacity: 0.25;
|
|
681
666
|
}
|
|
682
667
|
.ui-progressbar-indeterminate .ui-progressbar-value {
|
|
@@ -731,8 +716,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
731
716
|
z-index: 2;
|
|
732
717
|
width: 1.2em;
|
|
733
718
|
height: 1.2em;
|
|
734
|
-
cursor:
|
|
735
|
-
-ms-touch-action: none;
|
|
719
|
+
cursor: pointer;
|
|
736
720
|
touch-action: none;
|
|
737
721
|
}
|
|
738
722
|
.ui-slider .ui-slider-range {
|
|
@@ -744,12 +728,6 @@ button.ui-button::-moz-focus-inner {
|
|
|
744
728
|
background-position: 0 0;
|
|
745
729
|
}
|
|
746
730
|
|
|
747
|
-
/* support: IE8 - See #6727 */
|
|
748
|
-
.ui-slider.ui-state-disabled .ui-slider-handle,
|
|
749
|
-
.ui-slider.ui-state-disabled .ui-slider-range {
|
|
750
|
-
filter: inherit;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
731
|
.ui-slider-horizontal {
|
|
754
732
|
height: .8em;
|
|
755
733
|
}
|
|
@@ -1040,19 +1018,14 @@ a.ui-button:active,
|
|
|
1040
1018
|
.ui-widget-content .ui-priority-secondary,
|
|
1041
1019
|
.ui-widget-header .ui-priority-secondary {
|
|
1042
1020
|
opacity: .7;
|
|
1043
|
-
filter:Alpha(Opacity=70); /* support: IE8 */
|
|
1044
1021
|
font-weight: normal;
|
|
1045
1022
|
}
|
|
1046
1023
|
.ui-state-disabled,
|
|
1047
1024
|
.ui-widget-content .ui-state-disabled,
|
|
1048
1025
|
.ui-widget-header .ui-state-disabled {
|
|
1049
1026
|
opacity: .35;
|
|
1050
|
-
filter:Alpha(Opacity=35); /* support: IE8 */
|
|
1051
1027
|
background-image: none;
|
|
1052
1028
|
}
|
|
1053
|
-
.ui-state-disabled .ui-icon {
|
|
1054
|
-
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
|
|
1055
|
-
}
|
|
1056
1029
|
|
|
1057
1030
|
/* Icons
|
|
1058
1031
|
----------------------------------*/
|
|
@@ -1092,7 +1065,10 @@ a.ui-button:active,
|
|
|
1092
1065
|
}
|
|
1093
1066
|
|
|
1094
1067
|
/* positioning */
|
|
1095
|
-
|
|
1068
|
+
/* Three classes needed to override `.ui-button:hover .ui-icon` */
|
|
1069
|
+
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
|
|
1070
|
+
background-image: none;
|
|
1071
|
+
}
|
|
1096
1072
|
.ui-icon-caret-1-n { background-position: 0 0; }
|
|
1097
1073
|
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
|
1098
1074
|
.ui-icon-caret-1-e { background-position: -32px 0; }
|
|
@@ -1303,9 +1279,8 @@ a.ui-button:active,
|
|
|
1303
1279
|
.ui-widget-overlay {
|
|
1304
1280
|
background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
|
|
1305
1281
|
opacity: .5;
|
|
1306
|
-
filter: Alpha(Opacity=50); /* support: IE8 */
|
|
1307
1282
|
}
|
|
1308
1283
|
.ui-widget-shadow {
|
|
1309
|
-
-webkit-box-shadow: -5px -5px 5px #000000;
|
|
1310
1284
|
box-shadow: -5px -5px 5px #000000;
|
|
1311
1285
|
}
|
|
1286
|
+
|