-
Fixed XSS (cross-site scripting) vulnerability in
req.browserCall
andapos.push.browserCall
. -
Removed confusing strikethrough of “Apply to Subpages” subform when the permission is being removed rather than added.
-
Improved UX of area widget controls.
-
Improved modal array tab UI and CSS.
-
The
oembedReady
Apostrophe event is now emitted correctly afterapostrophe-oembed
renders an oembed-based player, such as a YouTube video player for theapostrophe-video
widget. This event can be listened for viaapos.on('apostrophe-oembed', fn)
and receives a jQuery object referring to the relevant element.