@atlaskit/editor-plugin-date 8.1.10 → 8.1.11

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,13 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 8.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
8
+ tsignores added for help-center local consumpton removed
9
+ - Updated dependencies
10
+
3
11
  ## 8.1.10
4
12
 
5
13
  ### Patch Changes
@@ -28,11 +28,7 @@ var createPlugin = function createPlugin(pmPluginFactoryParams) {
28
28
  state: createPluginState(dispatch, newPluginState),
29
29
  key: _pluginKey.pluginKey,
30
30
  props: {
31
- // @ts-ignore - Workaround for help-center local consumption
32
-
33
31
  nodeViews: {
34
- // @ts-ignore - Workaround for help-center local consumption
35
-
36
32
  date: function date(node, view, getPos, decorations) {
37
33
  return new _DateNodeView.DateNodeView(node, view, getPos, pmPluginFactoryParams.getIntl(), decorations);
38
34
  }
@@ -25,11 +25,7 @@ const createPlugin = pmPluginFactoryParams => {
25
25
  state: createPluginState(dispatch, newPluginState),
26
26
  key: pluginKey,
27
27
  props: {
28
- // @ts-ignore - Workaround for help-center local consumption
29
-
30
28
  nodeViews: {
31
- // @ts-ignore - Workaround for help-center local consumption
32
-
33
29
  date: (node, view, getPos, decorations) => {
34
30
  return new DateNodeView(node, view, getPos, pmPluginFactoryParams.getIntl(), decorations);
35
31
  }
@@ -22,11 +22,7 @@ var createPlugin = function createPlugin(pmPluginFactoryParams) {
22
22
  state: createPluginState(dispatch, newPluginState),
23
23
  key: pluginKey,
24
24
  props: {
25
- // @ts-ignore - Workaround for help-center local consumption
26
-
27
25
  nodeViews: {
28
- // @ts-ignore - Workaround for help-center local consumption
29
-
30
26
  date: function date(node, view, getPos, decorations) {
31
27
  return new DateNodeView(node, view, getPos, pmPluginFactoryParams.getIntl(), decorations);
32
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "8.1.10",
3
+ "version": "8.1.11",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/textfield": "^8.1.0",
46
46
  "@atlaskit/theme": "^21.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^14.0.0",
47
+ "@atlaskit/tmp-editor-statsig": "^14.2.0",
48
48
  "@atlaskit/tokens": "^8.4.0",
49
49
  "@atlaskit/visually-hidden": "^3.0.0",
50
50
  "@babel/runtime": "^7.0.0",