@atlaskit/editor-plugin-date 8.1.10 → 8.1.12

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,21 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 8.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) -
8
+ EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema
9
+ - Updated dependencies
10
+
11
+ ## 8.1.11
12
+
13
+ ### Patch Changes
14
+
15
+ - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
16
+ tsignores added for help-center local consumpton removed
17
+ - Updated dependencies
18
+
3
19
  ## 8.1.10
4
20
 
5
21
  ### 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.12",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.4.0",
32
+ "@atlaskit/adf-schema": "^51.5.1",
33
33
  "@atlaskit/calendar": "^17.1.0",
34
34
  "@atlaskit/css": "^0.17.0",
35
35
  "@atlaskit/editor-plugin-analytics": "^6.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.5.0",
48
48
  "@atlaskit/tokens": "^8.4.0",
49
49
  "@atlaskit/visually-hidden": "^3.0.0",
50
50
  "@babel/runtime": "^7.0.0",
@@ -57,7 +57,7 @@
57
57
  "@testing-library/react": "^13.4.0"
58
58
  },
59
59
  "peerDependencies": {
60
- "@atlaskit/editor-common": "^110.36.0",
60
+ "@atlaskit/editor-common": "^110.38.0",
61
61
  "react": "^18.2.0",
62
62
  "react-dom": "^18.2.0"
63
63
  },