@atlaskit/editor-plugin-selection 0.1.1 → 0.1.2

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,11 @@
1
1
  # @atlaskit/editor-plugin-selection
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#61696](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61696) [`fcc2b35ad97b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcc2b35ad97b) - ED-21505: Added better selections and highlights for MBE nodes on Editor
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes
@@ -17,6 +17,7 @@ var nestedCases = {
17
17
  'tableView-content-wrap': 'table',
18
18
  'mediaSingleView-content-wrap': '.rich-media-item',
19
19
  'bodiedExtensionView-content-wrap': '.extension-container',
20
+ 'multiBodiedExtensionView-content-wrap': '.multiBodiedExtension--container',
20
21
  'embedCardView-content-wrap': '.rich-media-item',
21
22
  'datasourceView-content-wrap': '.datasourceView-content-inner-wrap'
22
23
  };
@@ -10,6 +10,7 @@ const nestedCases = {
10
10
  'tableView-content-wrap': 'table',
11
11
  'mediaSingleView-content-wrap': '.rich-media-item',
12
12
  'bodiedExtensionView-content-wrap': '.extension-container',
13
+ 'multiBodiedExtensionView-content-wrap': '.multiBodiedExtension--container',
13
14
  'embedCardView-content-wrap': '.rich-media-item',
14
15
  'datasourceView-content-wrap': '.datasourceView-content-inner-wrap'
15
16
  };
@@ -11,6 +11,7 @@ var nestedCases = {
11
11
  'tableView-content-wrap': 'table',
12
12
  'mediaSingleView-content-wrap': '.rich-media-item',
13
13
  'bodiedExtensionView-content-wrap': '.extension-container',
14
+ 'multiBodiedExtensionView-content-wrap': '.multiBodiedExtension--container',
14
15
  'embedCardView-content-wrap': '.rich-media-item',
15
16
  'datasourceView-content-wrap': '.datasourceView-content-inner-wrap'
16
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Selection plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,7 @@
20
20
  "singleton": true
21
21
  },
22
22
  "dependencies": {
23
- "@atlaskit/editor-common": "^76.23.0",
23
+ "@atlaskit/editor-common": "^76.27.0",
24
24
  "@atlaskit/editor-prosemirror": "1.1.0",
25
25
  "@atlaskit/editor-shared-styles": "^2.7.0",
26
26
  "@atlaskit/editor-tables": "^2.3.10",
@@ -32,7 +32,7 @@
32
32
  "devDependencies": {
33
33
  "@af/editor-libra": "*",
34
34
  "@af/visual-regression": "*",
35
- "@atlaskit/editor-plugin-analytics": "^0.3.0",
35
+ "@atlaskit/editor-plugin-analytics": "^0.4.0",
36
36
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
37
37
  "@atlaskit/editor-plugin-focus": "^0.2.1",
38
38
  "@atlaskit/editor-plugin-grid": "^0.3.0",