@atlaskit/editor-core 193.11.12 → 193.12.0

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,23 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 193.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#90188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90188) [`ac66ba300996`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ac66ba300996) - Add plugin to allow sorting tables in Live View mode
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 193.11.14
14
+
15
+ ### Patch Changes
16
+
17
+ - [#94757](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94757) [`22e7c4a1a8f4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/22e7c4a1a8f4) - add ff and fix table width issue in renderer
18
+ - [#94586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94586) [`83d872a551bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83d872a551bf) - ED-23048: Fixed table not able to snap to guideline in full-width mode
19
+ - Updated dependencies
20
+
3
21
  ## 193.11.12
4
22
 
5
23
  ### Patch Changes
@@ -82,7 +82,7 @@ var editorContentAreaHideContainer = exports.editorContentAreaHideContainer = (0
82
82
  var editorContentAreaContainerStyle = function editorContentAreaContainerStyle(containerWidth) {
83
83
  return (0, _react.css)({
84
84
  '.fabric-editor--full-width-mode': {
85
- '.pm-table-container, .code-block, .extension-container': {
85
+ '.code-block, .extension-container': {
86
86
  maxWidth: "".concat(containerWidth - TOTAL_PADDING - _consts.tableMarginFullWidthMode * 2, "px")
87
87
  },
88
88
  '.extension-container.inline': {
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "193.11.12";
8
+ var version = exports.version = "193.12.0";
@@ -72,7 +72,7 @@ export const editorContentAreaHideContainer = css({
72
72
  /* Prevent horizontal scroll on page in full width mode */
73
73
  const editorContentAreaContainerStyle = containerWidth => css({
74
74
  '.fabric-editor--full-width-mode': {
75
- '.pm-table-container, .code-block, .extension-container': {
75
+ '.code-block, .extension-container': {
76
76
  maxWidth: `${containerWidth - TOTAL_PADDING - tableMarginFullWidthMode * 2}px`
77
77
  },
78
78
  '.extension-container.inline': {
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "193.11.12";
2
+ export const version = "193.12.0";
@@ -75,7 +75,7 @@ export var editorContentAreaHideContainer = css({
75
75
  var editorContentAreaContainerStyle = function editorContentAreaContainerStyle(containerWidth) {
76
76
  return css({
77
77
  '.fabric-editor--full-width-mode': {
78
- '.pm-table-container, .code-block, .extension-container': {
78
+ '.code-block, .extension-container': {
79
79
  maxWidth: "".concat(containerWidth - TOTAL_PADDING - tableMarginFullWidthMode * 2, "px")
80
80
  },
81
81
  '.extension-container.inline': {
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "193.11.12";
2
+ export var version = "193.12.0";