@atlaskit/editor-plugin-date 8.1.9 → 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,19 @@
|
|
|
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
|
+
|
|
11
|
+
## 8.1.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 8.1.9
|
|
4
18
|
|
|
5
19
|
### 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.
|
|
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",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"@atlaskit/adf-schema": "^51.4.0",
|
|
33
33
|
"@atlaskit/calendar": "^17.1.0",
|
|
34
34
|
"@atlaskit/css": "^0.17.0",
|
|
35
|
-
"@atlaskit/date": "^2.0.0",
|
|
36
35
|
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
37
36
|
"@atlaskit/editor-plugin-annotation": "^6.2.0",
|
|
38
37
|
"@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
|
|
@@ -45,8 +44,8 @@
|
|
|
45
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
45
|
"@atlaskit/textfield": "^8.1.0",
|
|
47
46
|
"@atlaskit/theme": "^21.0.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
49
|
-
"@atlaskit/tokens": "^8.
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^14.2.0",
|
|
48
|
+
"@atlaskit/tokens": "^8.4.0",
|
|
50
49
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
51
50
|
"@babel/runtime": "^7.0.0",
|
|
52
51
|
"bind-event-listener": "^3.0.0",
|
|
@@ -55,21 +54,10 @@
|
|
|
55
54
|
"react-loadable": "^5.1.0"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
|
-
"@atlaskit/editor-plugin-composition": "^5.0.0",
|
|
59
|
-
"@atlaskit/editor-plugin-content-insertion": "^6.0.0",
|
|
60
|
-
"@atlaskit/editor-plugin-decorations": "^6.1.0",
|
|
61
|
-
"@atlaskit/editor-plugin-feature-flags": "^5.0.0",
|
|
62
|
-
"@atlaskit/editor-plugin-guideline": "^6.0.0",
|
|
63
|
-
"@atlaskit/editor-plugin-quick-insert": "^6.0.0",
|
|
64
|
-
"@atlaskit/editor-plugin-selection": "^6.1.0",
|
|
65
|
-
"@atlaskit/editor-plugin-table": "^15.4.0",
|
|
66
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^9.1.0",
|
|
67
|
-
"@atlaskit/editor-plugin-type-ahead": "^6.5.0",
|
|
68
|
-
"@atlaskit/editor-plugin-width": "^7.0.0",
|
|
69
57
|
"@testing-library/react": "^13.4.0"
|
|
70
58
|
},
|
|
71
59
|
"peerDependencies": {
|
|
72
|
-
"@atlaskit/editor-common": "^110.
|
|
60
|
+
"@atlaskit/editor-common": "^110.36.0",
|
|
73
61
|
"react": "^18.2.0",
|
|
74
62
|
"react-dom": "^18.2.0"
|
|
75
63
|
},
|