@atlaskit/editor-tables 2.1.3 → 2.1.4

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,43 @@
1
1
  # @atlaskit/editor-tables
2
2
 
3
+ ## 2.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) - [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from @atlaskit/adf-schema to their own entry points. These new entry points are as follows
8
+
9
+ @atlaskit/adf-schema/schema-bitbucket for:
10
+
11
+ - bitbucketSchema
12
+
13
+ @atlaskit/adf-schema/schema-confluence for:
14
+
15
+ - confluenceSchema
16
+ - confluenceSchemaWithMediaSingle
17
+
18
+ @atlaskit/adf-schema/schema-jira for:
19
+
20
+ - default as createJIRASchema
21
+ - isSchemaWithLists
22
+ - isSchemaWithMentions
23
+ - isSchemaWithEmojis
24
+ - isSchemaWithLinks
25
+ - isSchemaWithAdvancedTextFormattingMarks
26
+ - isSchemaWithCodeBlock
27
+ - isSchemaWithBlockQuotes
28
+ - isSchemaWithMedia
29
+ - isSchemaWithSubSupMark
30
+ - isSchemaWithTextColor
31
+ - isSchemaWithTables
32
+
33
+ @atlaskit/adf-schema/schema-default for:
34
+
35
+ - defaultSchema
36
+ - getSchemaBasedOnStage
37
+ - defaultSchemaConfig
38
+
39
+ This change also includes codemods in @atlaskit/adf-schema to update these entry points. It also introduces a new util function "changeImportEntryPoint" to @atlaskit/codemod-utils to handle this scenario.
40
+
3
41
  ## 2.1.3
4
42
 
5
43
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-tables",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-tables",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-tables",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-tables",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A package that contains common classes and utility functions for editor tables",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,7 @@
29
29
  "prosemirror-view": "1.23.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@atlaskit/adf-schema": "^22.1.0",
32
+ "@atlaskit/adf-schema": "^23.0.0",
33
33
  "@atlaskit/editor-test-helpers": "^17.0.0",
34
34
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1"
35
35
  },
@@ -41,7 +41,8 @@
41
41
  "import-structure": "atlassian-conventions"
42
42
  },
43
43
  "@repo/internal": {
44
- "deprecation": "no-deprecated-imports"
44
+ "deprecation": "no-deprecated-imports",
45
+ "theming": "tokens"
45
46
  }
46
47
  },
47
48
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"