@atlaskit/editor-plugin-date 4.1.4 → 4.1.5

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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.1.4
4
10
 
5
11
  ### Patch Changes
@@ -222,7 +222,6 @@ var DatePickerInput = /*#__PURE__*/function (_React$Component) {
222
222
  this.setInputSelectionPos = undefined;
223
223
  }
224
224
  if (this.inputRef && this.props.autoFocus) {
225
- // TODO: Check if input already has focus
226
225
  this.focusInput();
227
226
  }
228
227
 
@@ -215,7 +215,6 @@ class DatePickerInput extends React.Component {
215
215
  this.setInputSelectionPos = undefined;
216
216
  }
217
217
  if (this.inputRef && this.props.autoFocus) {
218
- // TODO: Check if input already has focus
219
218
  this.focusInput();
220
219
  }
221
220
 
@@ -216,7 +216,6 @@ var DatePickerInput = /*#__PURE__*/function (_React$Component) {
216
216
  this.setInputSelectionPos = undefined;
217
217
  }
218
218
  if (this.inputRef && this.props.autoFocus) {
219
- // TODO: Check if input already has focus
220
219
  this.focusInput();
221
220
  }
222
221
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
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": "^102.0.0",
40
+ "@atlaskit/editor-common": "^102.4.0",
41
41
  "@atlaskit/editor-plugin-analytics": "^2.1.0",
42
42
  "@atlaskit/editor-plugin-annotation": "^2.1.0",
43
43
  "@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
@@ -45,13 +45,13 @@
45
45
  "@atlaskit/editor-prosemirror": "7.0.0",
46
46
  "@atlaskit/editor-shared-styles": "^3.4.0",
47
47
  "@atlaskit/form": "^12.0.0",
48
- "@atlaskit/icon": "^24.1.0",
48
+ "@atlaskit/icon": "^25.0.0",
49
49
  "@atlaskit/locale": "^3.0.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
51
  "@atlaskit/textfield": "^8.0.0",
52
52
  "@atlaskit/theme": "^18.0.0",
53
- "@atlaskit/tmp-editor-statsig": "^3.4.0",
54
- "@atlaskit/tokens": "^4.3.0",
53
+ "@atlaskit/tmp-editor-statsig": "^3.6.0",
54
+ "@atlaskit/tokens": "^4.4.0",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "date-fns": "^2.17.0",
57
57
  "react-intl-next": "npm:react-intl@^5.18.1",
@@ -63,9 +63,9 @@
63
63
  "@atlaskit/editor-plugin-decorations": "^2.0.0",
64
64
  "@atlaskit/editor-plugin-feature-flags": "^1.3.0",
65
65
  "@atlaskit/editor-plugin-guideline": "^2.0.0",
66
- "@atlaskit/editor-plugin-quick-insert": "^2.0.0",
67
- "@atlaskit/editor-plugin-selection": "^2.0.0",
68
- "@atlaskit/editor-plugin-table": "^10.3.0",
66
+ "@atlaskit/editor-plugin-quick-insert": "^2.1.0",
67
+ "@atlaskit/editor-plugin-selection": "^2.1.0",
68
+ "@atlaskit/editor-plugin-table": "^10.4.0",
69
69
  "@atlaskit/editor-plugin-tasks-and-decisions": "^4.1.0",
70
70
  "@atlaskit/editor-plugin-type-ahead": "^2.1.0",
71
71
  "@atlaskit/editor-plugin-width": "^3.0.0",