@atlaskit/editor-jira-transformer 20.0.2 → 21.0.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.
- package/CHANGELOG.md +17 -0
- package/compass.yml +41 -0
- package/editor-jira-transformer.docs.tsx +3 -8
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-jira-transformer
|
|
2
2
|
|
|
3
|
+
## 21.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 20.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
|
|
14
|
+
Enable compatibility with React 19.2.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 20.0.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/compass.yml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
configVersion: 1
|
|
2
|
+
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/f5aa6196-5da5-44dd-8bcb-69119736cbf0
|
|
3
|
+
name: '@atlaskit/editor-jira-transformer'
|
|
4
|
+
ownerId: ari:cloud:identity::team/f3f77d87-a3bb-439d-a3a5-c7d481ec4e3b # Eng - Create - Native Content Types - Collab (Michael Kimpton)
|
|
5
|
+
labels:
|
|
6
|
+
- platform-code
|
|
7
|
+
- platform-afm
|
|
8
|
+
typeId: OTHER
|
|
9
|
+
fields:
|
|
10
|
+
tier: 4
|
|
11
|
+
lifecycle: Active
|
|
12
|
+
isMonorepoProject: true
|
|
13
|
+
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
|
+
- name: Slack Channel
|
|
18
|
+
type: CHAT_CHANNEL
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/C02GEULKMLN # #team-cc-editor-services
|
|
20
|
+
- name: Editor Jira Transformer
|
|
21
|
+
type: REPOSITORY
|
|
22
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-jira-transformer
|
|
23
|
+
customFields:
|
|
24
|
+
- name: Department
|
|
25
|
+
type: text
|
|
26
|
+
value: Eng - Editor Collaboration Platform
|
|
27
|
+
- name: Trusted Reviewer Teams
|
|
28
|
+
type: text
|
|
29
|
+
value: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb
|
|
30
|
+
- name: Technical Owner
|
|
31
|
+
type: user
|
|
32
|
+
value: ari:cloud:identity::user/712020:d2fbbbd7-fd7c-4d3a-9f0a-7a97b6b26e40 # Michael Kimpton
|
|
33
|
+
- name: Required Reviewers Opt In
|
|
34
|
+
type: boolean
|
|
35
|
+
value: true
|
|
36
|
+
- name: Reviewer Selection Mechanism
|
|
37
|
+
type: text
|
|
38
|
+
value: random(2)
|
|
39
|
+
- name: Required Reviewer Approvals
|
|
40
|
+
type: number
|
|
41
|
+
value: 1
|
|
@@ -14,13 +14,13 @@ const packagePath = path.resolve(__dirname);
|
|
|
14
14
|
const documentation: StructuredContentSource = {
|
|
15
15
|
components: [
|
|
16
16
|
{
|
|
17
|
-
name: '
|
|
17
|
+
name: 'JIRATransformer',
|
|
18
18
|
description: "Editor JIRA transformer's",
|
|
19
19
|
status: 'general-availability',
|
|
20
20
|
import: {
|
|
21
|
-
name: '
|
|
21
|
+
name: 'JIRATransformer',
|
|
22
22
|
package: '@atlaskit/editor-jira-transformer',
|
|
23
|
-
type: '
|
|
23
|
+
type: 'named',
|
|
24
24
|
packagePath,
|
|
25
25
|
packageJson,
|
|
26
26
|
},
|
|
@@ -30,11 +30,6 @@ const documentation: StructuredContentSource = {
|
|
|
30
30
|
keywords: ['editor', 'editor-jira-transformer', 'atlaskit'],
|
|
31
31
|
categories: ['editor'],
|
|
32
32
|
examples: [
|
|
33
|
-
{
|
|
34
|
-
name: 'Jira transformer',
|
|
35
|
-
description: 'Basic Jira transformer usage.',
|
|
36
|
-
source: path.resolve(packagePath, './examples/0-jira-transformer.tsx'),
|
|
37
|
-
},
|
|
38
33
|
{
|
|
39
34
|
name: 'Jira HTML to ADF',
|
|
40
35
|
description: 'Transform Jira HTML to ADF.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-jira-transformer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"description": "Editor JIRA transformer's",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -21,27 +21,27 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@atlaskit/adf-schema": "^56.
|
|
24
|
+
"@atlaskit/adf-schema": "^56.5.0",
|
|
25
25
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
26
26
|
"@babel/runtime": "^7.0.0",
|
|
27
27
|
"collapse-whitespace": "^1.1.6"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@atlaskit/editor-common": "^
|
|
31
|
-
"react": "^18.2.0"
|
|
30
|
+
"@atlaskit/editor-common": "^117.0.0",
|
|
31
|
+
"react": "^18.2.0 || ^19.2.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@atlaskit/activity": "^1.0.1",
|
|
35
|
-
"@atlaskit/editor-core": "^
|
|
36
|
-
"@atlaskit/editor-json-transformer": "^9.
|
|
35
|
+
"@atlaskit/editor-core": "^222.0.0",
|
|
36
|
+
"@atlaskit/editor-json-transformer": "^9.2.0",
|
|
37
37
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
38
|
-
"@atlaskit/mention": "^27.
|
|
38
|
+
"@atlaskit/mention": "^27.12.0",
|
|
39
39
|
"@atlaskit/theme": "^26.1.0",
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/tokens": "^16.3.0",
|
|
41
41
|
"@atlaskit/util-data-test": "^19.1.0",
|
|
42
42
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
43
43
|
"@emotion/react": "^11.7.1",
|
|
44
|
-
"react": "^
|
|
44
|
+
"react": "^19.2.0"
|
|
45
45
|
},
|
|
46
46
|
"techstack": {
|
|
47
47
|
"@repo/internal": {
|