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