@atlaskit/editor-core 187.44.7 → 187.44.10

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,17 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 187.44.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 187.44.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [`966f90e1edf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/966f90e1edf) - [ux] [ECA11Y-44] Adjust 'Popup' component so that it doesn't always have to have 'aria-label' attribute displayed
14
+
3
15
  ## 187.44.7
4
16
 
5
17
  ### Patch Changes
@@ -136,7 +136,8 @@ var DatePicker = /*#__PURE__*/function (_React$Component) {
136
136
  zIndex: _editorSharedStyles.akEditorFloatingDialogZIndex,
137
137
  mountTo: mountTo,
138
138
  boundariesElement: boundariesElement,
139
- scrollableElement: scrollableElement
139
+ scrollableElement: scrollableElement,
140
+ ariaLabel: null
140
141
  }, (0, _react2.jsx)("div", {
141
142
  css: popupContentWrapper
142
143
  }, (0, _react2.jsx)(_datePickerInput.default, {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.nextMajorVersion = exports.name = void 0;
7
7
  var name = "@atlaskit/editor-core";
8
8
  exports.name = name;
9
- var version = "187.44.7";
9
+ var version = "187.44.10";
10
10
  exports.version = version;
11
11
  var nextMajorVersion = function nextMajorVersion() {
12
12
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
@@ -123,7 +123,8 @@ class DatePicker extends React.Component {
123
123
  zIndex: akEditorFloatingDialogZIndex,
124
124
  mountTo: mountTo,
125
125
  boundariesElement: boundariesElement,
126
- scrollableElement: scrollableElement
126
+ scrollableElement: scrollableElement,
127
+ ariaLabel: null
127
128
  }, jsx("div", {
128
129
  css: popupContentWrapper
129
130
  }, jsx(DatePickerInput, {
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "187.44.7";
2
+ export const version = "187.44.10";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -129,7 +129,8 @@ var DatePicker = /*#__PURE__*/function (_React$Component) {
129
129
  zIndex: akEditorFloatingDialogZIndex,
130
130
  mountTo: mountTo,
131
131
  boundariesElement: boundariesElement,
132
- scrollableElement: scrollableElement
132
+ scrollableElement: scrollableElement,
133
+ ariaLabel: null
133
134
  }, jsx("div", {
134
135
  css: popupContentWrapper
135
136
  }, jsx(DatePickerInput, {
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "187.44.7";
2
+ export var version = "187.44.10";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "187.44.7",
3
+ "version": "187.44.10",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -61,7 +61,7 @@
61
61
  "@atlaskit/editor-palette": "1.5.1",
62
62
  "@atlaskit/editor-plugin-analytics": "^0.2.0",
63
63
  "@atlaskit/editor-plugin-block-type": "^1.0.0",
64
- "@atlaskit/editor-plugin-card": "^0.7.0",
64
+ "@atlaskit/editor-plugin-card": "^0.8.0",
65
65
  "@atlaskit/editor-plugin-composition": "^0.1.0",
66
66
  "@atlaskit/editor-plugin-content-insertion": "^0.1.0",
67
67
  "@atlaskit/editor-plugin-context-panel": "^0.2.0",
@@ -77,7 +77,7 @@
77
77
  "@atlaskit/editor-plugin-guideline": "^0.5.0",
78
78
  "@atlaskit/editor-plugin-hyperlink": "^0.5.0",
79
79
  "@atlaskit/editor-plugin-image-upload": "^0.2.0",
80
- "@atlaskit/editor-plugin-list": "^1.2.0",
80
+ "@atlaskit/editor-plugin-list": "^1.3.0",
81
81
  "@atlaskit/editor-plugin-placeholder": "^0.1.0",
82
82
  "@atlaskit/editor-plugin-quick-insert": "^0.1.0",
83
83
  "@atlaskit/editor-plugin-rule": "^0.1.0",
@@ -168,7 +168,7 @@
168
168
  "@atlaskit/media-test-helpers": "^33.0.0",
169
169
  "@atlaskit/menu": "^1.10.0",
170
170
  "@atlaskit/platform-feature-flags": "^0.2.0",
171
- "@atlaskit/renderer": "^108.13.0",
171
+ "@atlaskit/renderer": "^108.15.0",
172
172
  "@atlaskit/section-message": "^6.4.0",
173
173
  "@atlaskit/smart-user-picker": "^6.3.0",
174
174
  "@atlaskit/synchrony-test-helpers": "^2.3.0",