@atlaskit/editor-plugin-block-controls 2.15.11 → 2.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/editor-plugin-block-controls
2
2
 
3
+ ## 2.15.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#179556](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/179556)
8
+ [`4df21a6b0db31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4df21a6b0db31) -
9
+ ED-25734 Add style overrides for extended hover zone debug flag is enabled and use in vr test to
10
+ check that nodes attached are above hover zone
11
+
3
12
  ## 2.15.11
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-controls",
3
- "version": "2.15.11",
3
+ "version": "2.15.12",
4
4
  "description": "Block controls plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",