@atlaskit/editor-wikimarkup-transformer 11.19.0 → 11.20.1
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 +19 -62
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-wikimarkup-transformer
|
|
2
2
|
|
|
3
|
+
## 11.20.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) -
|
|
8
|
+
EDITOR-2447 Bump adf-schema to 51.3.1
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 11.20.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
|
|
16
|
+
[EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 11.19.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -280,7 +299,6 @@
|
|
|
280
299
|
The following lists the exports removed as well as where they can now be found if required.
|
|
281
300
|
|
|
282
301
|
Exports removed:
|
|
283
|
-
|
|
284
302
|
- ToolbarFeedback (removed)
|
|
285
303
|
- EmojiResource (moved to -> @atlaskit/emoji/resource)
|
|
286
304
|
- MentionResource (moved to -> @atlaskit/mention/resource)
|
|
@@ -316,7 +334,6 @@
|
|
|
316
334
|
and can be safely removed without any change in functionality
|
|
317
335
|
|
|
318
336
|
EditorProps removed:
|
|
319
|
-
|
|
320
337
|
- trackValidTransactions (unused internally, please remove)
|
|
321
338
|
- hideAvatarGroup (unused internally, please remove)
|
|
322
339
|
- placeholder (unused internally for `ComposableEditor` - please pass to the `placeholderPlugin`
|
|
@@ -1206,16 +1223,13 @@
|
|
|
1206
1223
|
@atlaskit/adf-schema to their own entry points. These new entry points are as follows
|
|
1207
1224
|
|
|
1208
1225
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
1209
|
-
|
|
1210
1226
|
- bitbucketSchema
|
|
1211
1227
|
|
|
1212
1228
|
@atlaskit/adf-schema/schema-confluence for:
|
|
1213
|
-
|
|
1214
1229
|
- confluenceSchema
|
|
1215
1230
|
- confluenceSchemaWithMediaSingle
|
|
1216
1231
|
|
|
1217
1232
|
@atlaskit/adf-schema/schema-jira for:
|
|
1218
|
-
|
|
1219
1233
|
- default as createJIRASchema
|
|
1220
1234
|
- isSchemaWithLists
|
|
1221
1235
|
- isSchemaWithMentions
|
|
@@ -1230,7 +1244,6 @@
|
|
|
1230
1244
|
- isSchemaWithTables
|
|
1231
1245
|
|
|
1232
1246
|
@atlaskit/adf-schema/schema-default for:
|
|
1233
|
-
|
|
1234
1247
|
- defaultSchema
|
|
1235
1248
|
- getSchemaBasedOnStage
|
|
1236
1249
|
- defaultSchemaConfig
|
|
@@ -1268,7 +1281,6 @@
|
|
|
1268
1281
|
|
|
1269
1282
|
- [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
|
|
1270
1283
|
ED-11632: Bump prosemirror packages;
|
|
1271
|
-
|
|
1272
1284
|
- prosmirror-commands 1.1.4 -> 1.1.11,
|
|
1273
1285
|
- prosemirror-model 1.11.0 -> 1.14.3,
|
|
1274
1286
|
- prosemirror-state 1.3.3 -> 1.3.4,
|
|
@@ -2116,7 +2128,6 @@
|
|
|
2116
2128
|
|
|
2117
2129
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
2118
2130
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
2119
|
-
|
|
2120
2131
|
- @atlaskit/docs@8.3.2
|
|
2121
2132
|
- @atlaskit/theme@9.5.1
|
|
2122
2133
|
- @atlaskit/adf-schema@6.1.1
|
|
@@ -2778,7 +2789,6 @@ Bumped dependencies.
|
|
|
2778
2789
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2779
2790
|
|
|
2780
2791
|
In this PR, we are:
|
|
2781
|
-
|
|
2782
2792
|
- Re-introducing dist build folders
|
|
2783
2793
|
- Adding back cjs
|
|
2784
2794
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -2838,25 +2848,21 @@ Bumped dependencies.
|
|
|
2838
2848
|
## 4.2.3
|
|
2839
2849
|
|
|
2840
2850
|
- [patch][e794ba2c53](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e794ba2c53):
|
|
2841
|
-
|
|
2842
2851
|
- Release for es5
|
|
2843
2852
|
|
|
2844
2853
|
## 4.2.2
|
|
2845
2854
|
|
|
2846
2855
|
- [patch][3e9995b40d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3e9995b40d):
|
|
2847
|
-
|
|
2848
2856
|
- remove unnessary dependencies and bring back es5 to wikimarkup
|
|
2849
2857
|
|
|
2850
2858
|
## 4.2.1
|
|
2851
2859
|
|
|
2852
2860
|
- [patch][78f6d092be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/78f6d092be):
|
|
2853
|
-
|
|
2854
2861
|
- Allow issue links to be surrounded by ()
|
|
2855
2862
|
|
|
2856
2863
|
## 4.2.0
|
|
2857
2864
|
|
|
2858
2865
|
- [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
|
|
2859
|
-
|
|
2860
2866
|
- Use strict tsconfig to compile editor packages
|
|
2861
2867
|
|
|
2862
2868
|
## 4.1.2
|
|
@@ -2878,7 +2884,6 @@ Bumped dependencies.
|
|
|
2878
2884
|
## 4.1.0
|
|
2879
2885
|
|
|
2880
2886
|
- [minor][5a49043dac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a49043dac):
|
|
2881
|
-
|
|
2882
2887
|
- Enable strictPropertyInitialization in tsconfig.base
|
|
2883
2888
|
|
|
2884
2889
|
## 4.0.9
|
|
@@ -2932,13 +2937,11 @@ Bumped dependencies.
|
|
|
2932
2937
|
## 4.0.5
|
|
2933
2938
|
|
|
2934
2939
|
- [patch][97e555c168](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97e555c168):
|
|
2935
|
-
|
|
2936
2940
|
- Revert "[ED-5259 - ED-6200] adds defaultMarks on tableNode (pull request #5259)"
|
|
2937
2941
|
|
|
2938
2942
|
## 4.0.4
|
|
2939
2943
|
|
|
2940
2944
|
- [patch][b425ea772b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b425ea772b):
|
|
2941
|
-
|
|
2942
2945
|
- Revert "ED-5505 add strong as default mark to table header (pull request #5291)"
|
|
2943
2946
|
|
|
2944
2947
|
## 4.0.3
|
|
@@ -2963,13 +2966,11 @@ Bumped dependencies.
|
|
|
2963
2966
|
## 4.0.1
|
|
2964
2967
|
|
|
2965
2968
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2966
|
-
|
|
2967
2969
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2968
2970
|
|
|
2969
2971
|
## 4.0.0
|
|
2970
2972
|
|
|
2971
2973
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2972
|
-
|
|
2973
2974
|
- Dropped ES5 distributables from the typescript packages
|
|
2974
2975
|
|
|
2975
2976
|
## 3.5.6
|
|
@@ -3035,31 +3036,26 @@ Bumped dependencies.
|
|
|
3035
3036
|
## 3.5.0
|
|
3036
3037
|
|
|
3037
3038
|
- [minor][9bb0ecb48a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9bb0ecb48a):
|
|
3038
|
-
|
|
3039
3039
|
- Support wiki to smart link
|
|
3040
3040
|
|
|
3041
3041
|
## 3.4.0
|
|
3042
3042
|
|
|
3043
3043
|
- [minor][1eb20bca95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1eb20bca95):
|
|
3044
|
-
|
|
3045
3044
|
- ED-6368: No implicit any for editor-\*-transformer packages
|
|
3046
3045
|
|
|
3047
3046
|
## 3.3.0
|
|
3048
3047
|
|
|
3049
3048
|
- [minor][6b23c22b7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6b23c22b7d):
|
|
3050
|
-
|
|
3051
3049
|
- Advanced table fallback
|
|
3052
3050
|
|
|
3053
3051
|
## 3.2.0
|
|
3054
3052
|
|
|
3055
3053
|
- [minor][06532fe23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06532fe23e):
|
|
3056
|
-
|
|
3057
3054
|
- Adds mediaSingle support for list
|
|
3058
3055
|
|
|
3059
3056
|
## 3.1.0
|
|
3060
3057
|
|
|
3061
3058
|
- [minor][8709be280f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8709be280f):
|
|
3062
|
-
|
|
3063
3059
|
- Add issue key token to convert into inline cards (Jira Smart Cards)
|
|
3064
3060
|
|
|
3065
3061
|
## 3.0.3
|
|
@@ -3096,20 +3092,17 @@ Bumped dependencies.
|
|
|
3096
3092
|
## 3.0.0
|
|
3097
3093
|
|
|
3098
3094
|
- [major][be24d8040f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be24d8040f):
|
|
3099
|
-
|
|
3100
3095
|
- Change parse function to accept context parameter
|
|
3101
3096
|
|
|
3102
3097
|
## 2.10.3
|
|
3103
3098
|
|
|
3104
3099
|
- [patch][279b08b325](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/279b08b325):
|
|
3105
|
-
|
|
3106
3100
|
- Refactor internal TokenParser interface to receive an object and add immutable shared Context
|
|
3107
3101
|
internally
|
|
3108
3102
|
|
|
3109
3103
|
## 2.10.2
|
|
3110
3104
|
|
|
3111
3105
|
- [patch][557a2b5734](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a2b5734):
|
|
3112
|
-
|
|
3113
3106
|
- ED-5788: bump prosemirror-view and prosemirror-model
|
|
3114
3107
|
|
|
3115
3108
|
## 2.10.1
|
|
@@ -3126,7 +3119,6 @@ Bumped dependencies.
|
|
|
3126
3119
|
## 2.10.0
|
|
3127
3120
|
|
|
3128
3121
|
- [minor][f56a86f8ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f56a86f8ff):
|
|
3129
|
-
|
|
3130
3122
|
- Adds in smart card conversion
|
|
3131
3123
|
|
|
3132
3124
|
## 2.9.11
|
|
@@ -3163,7 +3155,6 @@ Bumped dependencies.
|
|
|
3163
3155
|
## 2.9.8
|
|
3164
3156
|
|
|
3165
3157
|
- [patch][74bf476](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/74bf476):
|
|
3166
|
-
|
|
3167
3158
|
- support codeblock in list
|
|
3168
3159
|
|
|
3169
3160
|
## 2.9.7
|
|
@@ -3198,31 +3189,26 @@ Bumped dependencies.
|
|
|
3198
3189
|
## 2.9.4
|
|
3199
3190
|
|
|
3200
3191
|
- [patch][aca2425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aca2425):
|
|
3201
|
-
|
|
3202
3192
|
- Escaping in common formatter
|
|
3203
3193
|
|
|
3204
3194
|
## 2.9.3
|
|
3205
3195
|
|
|
3206
3196
|
- [patch][df74239](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df74239):
|
|
3207
|
-
|
|
3208
3197
|
- Parse mailto text
|
|
3209
3198
|
|
|
3210
3199
|
## 2.9.2
|
|
3211
3200
|
|
|
3212
3201
|
- [patch][1d9228c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9228c):
|
|
3213
|
-
|
|
3214
3202
|
- trim escape in link href
|
|
3215
3203
|
|
|
3216
3204
|
## 2.9.1
|
|
3217
3205
|
|
|
3218
3206
|
- [patch][75046da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/75046da):
|
|
3219
|
-
|
|
3220
3207
|
- macros keyword can be case insensitive
|
|
3221
3208
|
|
|
3222
3209
|
## 2.9.0
|
|
3223
3210
|
|
|
3224
3211
|
- [minor][a4b49b2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4b49b2):
|
|
3225
|
-
|
|
3226
3212
|
- Parse macros inside table cells
|
|
3227
3213
|
|
|
3228
3214
|
## 2.8.2
|
|
@@ -3238,13 +3224,11 @@ Bumped dependencies.
|
|
|
3238
3224
|
## 2.8.1
|
|
3239
3225
|
|
|
3240
3226
|
- [patch][0a28c41](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a28c41):
|
|
3241
|
-
|
|
3242
3227
|
- bq. doesn't need a following space
|
|
3243
3228
|
|
|
3244
3229
|
## 2.8.0
|
|
3245
3230
|
|
|
3246
3231
|
- [minor][1205725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1205725):
|
|
3247
|
-
|
|
3248
3232
|
- Move schema to its own package
|
|
3249
3233
|
|
|
3250
3234
|
## 2.7.6
|
|
@@ -3271,7 +3255,6 @@ Bumped dependencies.
|
|
|
3271
3255
|
## 2.7.4
|
|
3272
3256
|
|
|
3273
3257
|
- [patch][77df0db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/77df0db):
|
|
3274
|
-
|
|
3275
3258
|
- use em dash for citation
|
|
3276
3259
|
|
|
3277
3260
|
## 2.7.3
|
|
@@ -3304,43 +3287,36 @@ Bumped dependencies.
|
|
|
3304
3287
|
## 2.7.0
|
|
3305
3288
|
|
|
3306
3289
|
- [minor][37eaced](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/37eaced):
|
|
3307
|
-
|
|
3308
3290
|
- Fix media items inside table cells
|
|
3309
3291
|
|
|
3310
3292
|
## 2.6.2
|
|
3311
3293
|
|
|
3312
3294
|
- [patch][352fbc9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/352fbc9):
|
|
3313
|
-
|
|
3314
3295
|
- Should not ignore double and triple dashes in list item
|
|
3315
3296
|
|
|
3316
3297
|
## 2.6.1
|
|
3317
3298
|
|
|
3318
3299
|
- [patch][f11c6e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f11c6e2):
|
|
3319
|
-
|
|
3320
3300
|
- Escape properly
|
|
3321
3301
|
|
|
3322
3302
|
## 2.6.0
|
|
3323
3303
|
|
|
3324
3304
|
- [minor][8451c11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8451c11):
|
|
3325
|
-
|
|
3326
3305
|
- Fly over links inside table cells
|
|
3327
3306
|
|
|
3328
3307
|
## 2.5.2
|
|
3329
3308
|
|
|
3330
3309
|
- [patch][c93eb36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c93eb36):
|
|
3331
|
-
|
|
3332
3310
|
- Do not jump over the link if invalid
|
|
3333
3311
|
|
|
3334
3312
|
## 2.5.1
|
|
3335
3313
|
|
|
3336
3314
|
- [patch][fce377d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fce377d):
|
|
3337
|
-
|
|
3338
3315
|
- fix issue with mentions in list
|
|
3339
3316
|
|
|
3340
3317
|
## 2.5.0
|
|
3341
3318
|
|
|
3342
3319
|
- [minor][6fb9918](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6fb9918):
|
|
3343
|
-
|
|
3344
3320
|
- Fix strong bug when ending line finishes with two strong symbols
|
|
3345
3321
|
|
|
3346
3322
|
## 2.4.6
|
|
@@ -3353,92 +3329,77 @@ Bumped dependencies.
|
|
|
3353
3329
|
## 2.4.5
|
|
3354
3330
|
|
|
3355
3331
|
- [patch][3148c95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3148c95):
|
|
3356
|
-
|
|
3357
3332
|
- add error and success color
|
|
3358
3333
|
|
|
3359
3334
|
## 2.4.4
|
|
3360
3335
|
|
|
3361
3336
|
- [patch][01a92e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/01a92e1):
|
|
3362
|
-
|
|
3363
3337
|
- Title for panel and noformat changes
|
|
3364
3338
|
|
|
3365
3339
|
## 2.4.3
|
|
3366
3340
|
|
|
3367
3341
|
- [patch][131e012](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/131e012):
|
|
3368
|
-
|
|
3369
3342
|
- Port from Jira regex for dashes
|
|
3370
3343
|
|
|
3371
3344
|
## 2.4.2
|
|
3372
3345
|
|
|
3373
3346
|
- [patch][171443f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/171443f):
|
|
3374
|
-
|
|
3375
3347
|
- Re-wrtie table parser
|
|
3376
3348
|
|
|
3377
3349
|
## 2.4.1
|
|
3378
3350
|
|
|
3379
3351
|
- [patch][930ca26](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/930ca26):
|
|
3380
|
-
|
|
3381
3352
|
- Fixed issue with library importing from a path within the editor common package
|
|
3382
3353
|
|
|
3383
3354
|
## 2.4.0
|
|
3384
3355
|
|
|
3385
3356
|
- [minor][8681fc0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8681fc0):
|
|
3386
|
-
|
|
3387
3357
|
- Improve wikimarkup link handling with formatting and titles
|
|
3388
3358
|
|
|
3389
3359
|
## 2.3.6
|
|
3390
3360
|
|
|
3391
3361
|
- [patch][56007b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/56007b3):
|
|
3392
|
-
|
|
3393
3362
|
- Allow {color} in formatter
|
|
3394
3363
|
|
|
3395
3364
|
## 2.3.5
|
|
3396
3365
|
|
|
3397
3366
|
- [patch][d76aa5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d76aa5a):
|
|
3398
|
-
|
|
3399
3367
|
- Adds in support for multiple -
|
|
3400
3368
|
|
|
3401
3369
|
## 2.3.4
|
|
3402
3370
|
|
|
3403
3371
|
- [patch][7b8efea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7b8efea):
|
|
3404
|
-
|
|
3405
3372
|
- Heading doesn't need a following space
|
|
3406
3373
|
|
|
3407
3374
|
## 2.3.3
|
|
3408
3375
|
|
|
3409
3376
|
- [patch][5f2efe0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5f2efe0):
|
|
3410
|
-
|
|
3411
3377
|
- Change triple dash symbol and update parser rules
|
|
3412
3378
|
|
|
3413
3379
|
## 2.3.2
|
|
3414
3380
|
|
|
3415
3381
|
- [patch][904b74c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/904b74c):
|
|
3416
|
-
|
|
3417
3382
|
- Fix the behaivor of \\ for line break
|
|
3418
3383
|
|
|
3419
3384
|
## 2.3.1
|
|
3420
3385
|
|
|
3421
3386
|
- [patch][5b4474f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b4474f):
|
|
3422
|
-
|
|
3423
3387
|
- Improve handling of 'rules' in lists and at end of content
|
|
3424
3388
|
|
|
3425
3389
|
## 2.3.0
|
|
3426
3390
|
|
|
3427
3391
|
- [minor][640e01f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/640e01f):
|
|
3428
|
-
|
|
3429
3392
|
- Ignore double dash symbol when sticked with alphanumerical, unicode without space, or
|
|
3430
3393
|
parenthesis
|
|
3431
3394
|
|
|
3432
3395
|
## 2.2.0
|
|
3433
3396
|
|
|
3434
3397
|
- [minor][fd35bec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fd35bec):
|
|
3435
|
-
|
|
3436
3398
|
- Refactor tokenizer to accpt the whole input and its position
|
|
3437
3399
|
|
|
3438
3400
|
## 2.1.27
|
|
3439
3401
|
|
|
3440
3402
|
- [patch][fd0ed3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fd0ed3a):
|
|
3441
|
-
|
|
3442
3403
|
- Changed parser to only start a list if it is led with a single dash
|
|
3443
3404
|
|
|
3444
3405
|
## 2.1.26
|
|
@@ -3454,7 +3415,6 @@ Bumped dependencies.
|
|
|
3454
3415
|
## 2.1.25
|
|
3455
3416
|
|
|
3456
3417
|
- [patch][b64fc55](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b64fc55):
|
|
3457
|
-
|
|
3458
3418
|
- Adds roundtrip for external image
|
|
3459
3419
|
|
|
3460
3420
|
## 2.1.24
|
|
@@ -3467,19 +3427,16 @@ Bumped dependencies.
|
|
|
3467
3427
|
## 2.1.23
|
|
3468
3428
|
|
|
3469
3429
|
- [patch][7ca5551](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ca5551):
|
|
3470
|
-
|
|
3471
3430
|
- allow list to jump over empty lines in macro successfully
|
|
3472
3431
|
|
|
3473
3432
|
## 2.1.22
|
|
3474
3433
|
|
|
3475
3434
|
- [patch][674b3d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/674b3d9):
|
|
3476
|
-
|
|
3477
3435
|
- convert unknow macros to plain text
|
|
3478
3436
|
|
|
3479
3437
|
## 2.1.21
|
|
3480
3438
|
|
|
3481
3439
|
- [patch][c6763e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6763e2" d):
|
|
3482
|
-
|
|
3483
3440
|
- new pattern for mention
|
|
3484
3441
|
|
|
3485
3442
|
## 2.1.20
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-wikimarkup-transformer",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.20.1",
|
|
4
4
|
"description": "Wiki markup transformer for JIRA and Confluence",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^51.
|
|
33
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
32
|
+
"@atlaskit/adf-schema": "^51.3.1",
|
|
33
|
+
"@atlaskit/editor-json-transformer": "^8.31.0",
|
|
34
34
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
35
35
|
"@atlaskit/theme": "^21.0.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@atlaskit/activity": "^1.0.1",
|
|
40
|
-
"@atlaskit/editor-core": "^
|
|
40
|
+
"@atlaskit/editor-core": "^215.8.0",
|
|
41
41
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
42
|
-
"@atlaskit/mention": "^24.
|
|
43
|
-
"@atlaskit/tokens": "^
|
|
42
|
+
"@atlaskit/mention": "^24.3.0",
|
|
43
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
44
44
|
"@atlaskit/util-data-test": "^18.3.0",
|
|
45
45
|
"@emotion/react": "^11.7.1",
|
|
46
46
|
"@types/debug": "^4.1.10",
|