@atlaskit/editor-plugin-date 2.2.2 → 2.3.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#128347](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128347)
8
+ [`e33566cebd5d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e33566cebd5d1) -
9
+ [ED-24175] bump @atlaskit/adf-schema to 40.8.1 and @atlassian/adf-schema-json to 1.22.0 to
10
+ promotecodeblocks & media in quotes, and nested expands in expands to full schema, and allow
11
+ quotes in panels and decisions in lists in stage0 schema, and a validator spec change
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
17
+ ## 2.2.3
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 2.2.2
4
24
 
5
25
  ### Patch Changes
@@ -7,6 +27,7 @@
7
27
  - [#125980](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/125980)
8
28
  [`93070430085a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93070430085a6) -
9
29
  fix editor popup overflow issue
30
+ - Updated dependencies
10
31
 
11
32
  ## 2.2.1
12
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "2.2.2",
3
+ "version": "2.3.0",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,20 +32,20 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^40.3.0",
35
+ "@atlaskit/adf-schema": "^40.8.1",
36
36
  "@atlaskit/calendar": "^14.4.0",
37
37
  "@atlaskit/date": "^0.10.0",
38
- "@atlaskit/editor-common": "^87.2.0",
39
- "@atlaskit/editor-plugin-analytics": "^1.6.0",
38
+ "@atlaskit/editor-common": "^87.6.0",
39
+ "@atlaskit/editor-plugin-analytics": "^1.7.0",
40
40
  "@atlaskit/editor-plugin-editor-disabled": "^1.2.0",
41
41
  "@atlaskit/editor-prosemirror": "5.0.1",
42
42
  "@atlaskit/editor-shared-styles": "^2.13.0",
43
43
  "@atlaskit/form": "^10.4.0",
44
44
  "@atlaskit/locale": "^2.7.0",
45
45
  "@atlaskit/platform-feature-flags": "^0.3.0",
46
- "@atlaskit/textfield": "6.4.2",
46
+ "@atlaskit/textfield": "6.4.3",
47
47
  "@atlaskit/theme": "^12.11.0",
48
- "@atlaskit/tokens": "^1.56.0",
48
+ "@atlaskit/tokens": "^1.57.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",
51
51
  "date-fns": "^2.17.0",
@@ -55,15 +55,15 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "@atlaskit/editor-plugin-composition": "^1.2.0",
58
- "@atlaskit/editor-plugin-content-insertion": "^1.6.0",
58
+ "@atlaskit/editor-plugin-content-insertion": "^1.7.0",
59
59
  "@atlaskit/editor-plugin-decorations": "^1.2.0",
60
60
  "@atlaskit/editor-plugin-feature-flags": "^1.2.0",
61
61
  "@atlaskit/editor-plugin-guideline": "^1.2.0",
62
62
  "@atlaskit/editor-plugin-quick-insert": "^1.2.0",
63
63
  "@atlaskit/editor-plugin-selection": "^1.3.0",
64
- "@atlaskit/editor-plugin-table": "^7.24.0",
65
- "@atlaskit/editor-plugin-tasks-and-decisions": "^2.3.0",
66
- "@atlaskit/editor-plugin-type-ahead": "^1.6.0",
64
+ "@atlaskit/editor-plugin-table": "^7.25.0",
65
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^2.4.0",
66
+ "@atlaskit/editor-plugin-type-ahead": "^1.7.0",
67
67
  "@atlaskit/editor-plugin-width": "^1.2.0",
68
68
  "@testing-library/react": "^12.1.5"
69
69
  },