@atlaskit/editor-plugin-date 4.1.0 → 4.1.1

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-date
2
2
 
3
+ ## 4.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.1.0
4
10
 
5
11
  ### Minor Changes
@@ -24,7 +24,7 @@ var intl;
24
24
  * @returns
25
25
  */
26
26
  var dateNodeSpec = exports.dateNodeSpec = function dateNodeSpec() {
27
- if (isSSR || (0, _experiments.editorExperiment)("platform_editor_inline_node_virtualization", "off")) {
27
+ if (isSSR || (0, _experiments.editorExperiment)('platform_editor_inline_node_virtualization', 'off')) {
28
28
  return _adfSchema.date;
29
29
  }
30
30
  return _objectSpread(_objectSpread({}, _adfSchema.date), {}, {
@@ -14,7 +14,7 @@ let intl;
14
14
  * @returns
15
15
  */
16
16
  export const dateNodeSpec = () => {
17
- if (isSSR || editorExperiment("platform_editor_inline_node_virtualization", "off")) {
17
+ if (isSSR || editorExperiment('platform_editor_inline_node_virtualization', 'off')) {
18
18
  return date;
19
19
  }
20
20
  return {
@@ -17,7 +17,7 @@ var intl;
17
17
  * @returns
18
18
  */
19
19
  export var dateNodeSpec = function dateNodeSpec() {
20
- if (isSSR || editorExperiment("platform_editor_inline_node_virtualization", "off")) {
20
+ if (isSSR || editorExperiment('platform_editor_inline_node_virtualization', 'off')) {
21
21
  return date;
22
22
  }
23
23
  return _objectSpread(_objectSpread({}, date), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,9 +37,9 @@
37
37
  "@atlaskit/calendar": "^17.1.0",
38
38
  "@atlaskit/css": "^0.10.0",
39
39
  "@atlaskit/date": "^2.0.0",
40
- "@atlaskit/editor-common": "^100.5.0",
40
+ "@atlaskit/editor-common": "^101.0.0",
41
41
  "@atlaskit/editor-plugin-analytics": "^2.1.0",
42
- "@atlaskit/editor-plugin-annotation": "2.1.0",
42
+ "@atlaskit/editor-plugin-annotation": "2.1.1",
43
43
  "@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
44
44
  "@atlaskit/editor-plugin-editor-viewmode": "^3.0.0",
45
45
  "@atlaskit/editor-prosemirror": "7.0.0",