@atlaskit/editor-core 215.1.3 → 215.1.5
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 +18 -637
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer.js +3 -1
- package/dist/cjs/ui/EditorContentContainer/styles/expandStyles.js +26 -1
- package/dist/cjs/ui/EditorContentContainer/styles/extensionStyles.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer.js +4 -2
- package/dist/es2019/ui/EditorContentContainer/styles/expandStyles.js +25 -0
- package/dist/es2019/ui/EditorContentContainer/styles/extensionStyles.js +2 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer.js +4 -2
- package/dist/esm/ui/EditorContentContainer/styles/expandStyles.js +25 -0
- package/dist/esm/ui/EditorContentContainer/styles/extensionStyles.js +2 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +1 -1
- package/dist/types/presets/universal.d.ts +1 -1
- package/dist/types/presets/useUniversalPreset.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/expandStyles.d.ts +7 -0
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +2 -1
- package/dist/types-ts4.5/presets/universal.d.ts +2 -1
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +2 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/expandStyles.d.ts +7 -0
- package/package.json +5 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`af3a2c083b759`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/af3a2c083b759) -
|
|
8
|
+
[ux] [EDITOR-2319] set font size for the expand title content to 13px when in dense mode
|
|
9
|
+
- [`c2c833b3cdb28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c2c833b3cdb28) -
|
|
10
|
+
ENGHEALTH-32567: add browse label to the ElementBrowser modal to give an accessible name
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
13
|
+
## 215.1.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`3a41420ddfc6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a41420ddfc6e) -
|
|
18
|
+
Clean up platform_editor_drag_layout_column_into_nodes
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 215.1.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -119,7 +137,6 @@
|
|
|
119
137
|
Remove overflowY on tables to prevent Y axis scroll bar showing on Windows.
|
|
120
138
|
- [`30bb04cd8a8e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/30bb04cd8a8e9) -
|
|
121
139
|
[ux] [ED-29292] Fix 2 issues with wrapped images in editor and renderer
|
|
122
|
-
|
|
123
140
|
1. There is a gap between the first and the second wrapped images
|
|
124
141
|
2. For wrapped images in layout, if image is the first node, it not horizontally aligned with the
|
|
125
142
|
following wrapped images
|
|
@@ -862,7 +879,6 @@
|
|
|
862
879
|
|
|
863
880
|
- [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
|
|
864
881
|
[ux] [ED-28960] Finish full page primary toolbar migration
|
|
865
|
-
|
|
866
882
|
- Align with design update (separator, gap, height, icon size)
|
|
867
883
|
- Add keyboard shortcut to focus toolbar and arrow key navigation
|
|
868
884
|
- Address accessibility
|
|
@@ -1241,7 +1257,6 @@
|
|
|
1241
1257
|
- [#188604](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188604)
|
|
1242
1258
|
[`2447351dcf766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2447351dcf766) - ##
|
|
1243
1259
|
What? Remove entry-points to table plugin:
|
|
1244
|
-
|
|
1245
1260
|
- `@atlaskit/editor-plugin-table/commands`
|
|
1246
1261
|
- `@atlaskit/editor-plugin-table/plugin-key`
|
|
1247
1262
|
- `@atlaskit/editor-plugin-table/ui/consts`
|
|
@@ -1423,7 +1438,6 @@
|
|
|
1423
1438
|
shared context or singletons.
|
|
1424
1439
|
|
|
1425
1440
|
**HOW TO ADJUST:**
|
|
1426
|
-
|
|
1427
1441
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
1428
1442
|
any of these editor plugins.
|
|
1429
1443
|
- Ensure the version you install matches the version required by the plugins.
|
|
@@ -2284,7 +2298,6 @@
|
|
|
2284
2298
|
|
|
2285
2299
|
This experiment was only enabled for Confluence and should not have been enabled in other places.
|
|
2286
2300
|
If for some reason any of the following props/state/methdos were used please remove them:
|
|
2287
|
-
|
|
2288
2301
|
- isConsumption
|
|
2289
2302
|
- contentMode
|
|
2290
2303
|
- initialContentMode
|
|
@@ -4257,7 +4270,6 @@
|
|
|
4257
4270
|
- [#171014](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171014)
|
|
4258
4271
|
[`6163248356c63`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6163248356c63) -
|
|
4259
4272
|
[ED-25833] Replace the following FGs with experiment `platform_editor_advanced_layouts`
|
|
4260
|
-
|
|
4261
4273
|
- platform_editor_advanced_layouts_breakout_resizing
|
|
4262
4274
|
- platform_editor_advanced_layouts_pre_release_1
|
|
4263
4275
|
- platform_editor_advanced_layouts_pre_release_2
|
|
@@ -4271,7 +4283,6 @@
|
|
|
4271
4283
|
Fix re-exports in @atlaskit/editor-core and @atlaskit/editor-confluence-transformer
|
|
4272
4284
|
|
|
4273
4285
|
## Moved Entry Points:
|
|
4274
|
-
|
|
4275
4286
|
- @atlaskit/editor-core/element-browser -> atlaskit/editor-common/element-browser
|
|
4276
4287
|
- @atlaskit/editor-core/messages -> @atlaskit/editor-common/messages
|
|
4277
4288
|
- @atlaskit/editor-core/preset-builder -> @atlaskit/editor-common/preset
|
|
@@ -4279,7 +4290,6 @@
|
|
|
4279
4290
|
## Moved Exports:
|
|
4280
4291
|
|
|
4281
4292
|
### @atlaskit/editor-core:
|
|
4282
|
-
|
|
4283
4293
|
- AnalyticsEventPayload -> @atlaskit/editor-common/analytics
|
|
4284
4294
|
- EditorPlugin -> @atlaskit/editor-common/types
|
|
4285
4295
|
- setTextSelection -> @atlaskit/editor-common/utils
|
|
@@ -4292,7 +4302,6 @@
|
|
|
4292
4302
|
`@atlaskit/editor-common/types`
|
|
4293
4303
|
|
|
4294
4304
|
### @atlaskit/editor-core/test-utils
|
|
4295
|
-
|
|
4296
4305
|
- DispatchAnalyticsEvent -> '@atlaskit/editor-common/analytics';
|
|
4297
4306
|
- FeatureFlags -> '@atlaskit/editor-common/types';
|
|
4298
4307
|
- EventDispatcher -> '@atlaskit/editor-common/event-dispatcher';
|
|
@@ -5180,7 +5189,6 @@
|
|
|
5180
5189
|
The following lists the exports removed as well as where they can now be found if required.
|
|
5181
5190
|
|
|
5182
5191
|
Exports removed:
|
|
5183
|
-
|
|
5184
5192
|
- ToolbarFeedback (removed)
|
|
5185
5193
|
- EmojiResource (moved to -> @atlaskit/emoji/resource)
|
|
5186
5194
|
- MentionResource (moved to -> @atlaskit/mention/resource)
|
|
@@ -5216,7 +5224,6 @@
|
|
|
5216
5224
|
and can be safely removed without any change in functionality
|
|
5217
5225
|
|
|
5218
5226
|
EditorProps removed:
|
|
5219
|
-
|
|
5220
5227
|
- trackValidTransactions (unused internally, please remove)
|
|
5221
5228
|
- hideAvatarGroup (unused internally, please remove)
|
|
5222
5229
|
- placeholder (unused internally for `ComposableEditor` - please pass to the `placeholderPlugin`
|
|
@@ -7644,7 +7651,6 @@
|
|
|
7644
7651
|
|
|
7645
7652
|
There are slight changes in spacing where there was a design token close to the current design
|
|
7646
7653
|
such as:
|
|
7647
|
-
|
|
7648
7654
|
- Comment padding (14px -> 12px)
|
|
7649
7655
|
- Layout margin (7px -> 8px)
|
|
7650
7656
|
- Toolbar margin (at certain widths) (15px -> 16px)
|
|
@@ -7815,7 +7821,6 @@
|
|
|
7815
7821
|
## WHAT?:
|
|
7816
7822
|
|
|
7817
7823
|
Removing feature flags:
|
|
7818
|
-
|
|
7819
7824
|
- singleLayout
|
|
7820
7825
|
- newInsertionBehaviour
|
|
7821
7826
|
- interactiveExpand
|
|
@@ -7829,7 +7834,6 @@
|
|
|
7829
7834
|
maintenance burden
|
|
7830
7835
|
|
|
7831
7836
|
## HOW to update your code:
|
|
7832
|
-
|
|
7833
7837
|
- If you were using the feature flag - the behaviour is now default and you can remove the flags
|
|
7834
7838
|
- If you were not using the feature flag - the behaviour is now default.
|
|
7835
7839
|
- If you have opted out of using the feature flag - we have been careful to ensure no-one has
|
|
@@ -8251,7 +8255,6 @@
|
|
|
8251
8255
|
Deprecating entry-points from `@atlaskit/editor-core` to decouple the `extension` plugin.
|
|
8252
8256
|
|
|
8253
8257
|
These entry-points will no longer be available:
|
|
8254
|
-
|
|
8255
8258
|
- `@atlaskit/editor-core/extensibility`
|
|
8256
8259
|
- `@atlaskit/editor-core/extensions`
|
|
8257
8260
|
|
|
@@ -8270,7 +8273,6 @@
|
|
|
8270
8273
|
`@atlaskit/editor-common/extensibility`.
|
|
8271
8274
|
|
|
8272
8275
|
This includes:
|
|
8273
|
-
|
|
8274
8276
|
- Extension
|
|
8275
8277
|
- ExtensionNode
|
|
8276
8278
|
- ExtensionNodeWrapper
|
|
@@ -8885,19 +8887,13 @@
|
|
|
8885
8887
|
auto-join lists together if the order numbers match up.
|
|
8886
8888
|
|
|
8887
8889
|
Eg.
|
|
8888
|
-
|
|
8889
8890
|
1. A list item
|
|
8890
|
-
|
|
8891
8891
|
-
|
|
8892
|
-
|
|
8893
8892
|
50. Another list item
|
|
8894
8893
|
|
|
8895
8894
|
Should NOT auto join to be 1 & 2 in a single list however...
|
|
8896
|
-
|
|
8897
8895
|
49. A list item
|
|
8898
|
-
|
|
8899
8896
|
-
|
|
8900
|
-
|
|
8901
8897
|
50. Another list item
|
|
8902
8898
|
|
|
8903
8899
|
Should join to be 49 & 50 in a single list.
|
|
@@ -9040,7 +9036,6 @@
|
|
|
9040
9036
|
- [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
|
|
9041
9037
|
[`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
|
|
9042
9038
|
feature flags plugin optional in all plugins including:
|
|
9043
|
-
|
|
9044
9039
|
- analytics
|
|
9045
9040
|
- base
|
|
9046
9041
|
- card
|
|
@@ -10162,13 +10157,11 @@
|
|
|
10162
10157
|
This change removes plugin exports from editor-core that were used only for the mobile bridge.
|
|
10163
10158
|
|
|
10164
10159
|
This includes:
|
|
10165
|
-
|
|
10166
10160
|
- All plugin keys
|
|
10167
10161
|
- Plugin commands
|
|
10168
10162
|
- Plugin types
|
|
10169
10163
|
|
|
10170
10164
|
The full list is:
|
|
10171
|
-
|
|
10172
10165
|
- EditorFeatureFlags (available via '@atlaskit/editor-common/types' as `FeatureFlags`)
|
|
10173
10166
|
- EmojiResource (available via '@atlaskit/emoji/resource' as `EmojiResource`)
|
|
10174
10167
|
- mediaPlugin
|
|
@@ -12409,7 +12402,6 @@
|
|
|
12409
12402
|
- [#37010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37010)
|
|
12410
12403
|
[`8e084d87da5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e084d87da5) - Remove
|
|
12411
12404
|
deprecated hyperlink commands and plugin key including:
|
|
12412
|
-
|
|
12413
12405
|
- isTextAtPos
|
|
12414
12406
|
- isLinkAtPos
|
|
12415
12407
|
- insertLink
|
|
@@ -13131,7 +13123,6 @@
|
|
|
13131
13123
|
- [#34644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34644)
|
|
13132
13124
|
[`741b3acd455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/741b3acd455) - This
|
|
13133
13125
|
major change includes:
|
|
13134
|
-
|
|
13135
13126
|
- `EditorMigrationComponent` being renamed to `Editor`. This includes making component methods
|
|
13136
13127
|
which should never be used private (which should never be used in normal operation and have been
|
|
13137
13128
|
deprecated for several releases).
|
|
@@ -13692,7 +13683,6 @@
|
|
|
13692
13683
|
[ED-16557] Refactor Editor and EditorNext to share common code in editor-core.
|
|
13693
13684
|
|
|
13694
13685
|
Introduce new hooks in editor-common including:
|
|
13695
|
-
|
|
13696
13686
|
1. `usePreviousState` can be used to remember the last props passed to a functional component
|
|
13697
13687
|
|
|
13698
13688
|
2. `useConstructor` can be used to run only once on a functional component
|
|
@@ -13907,7 +13897,6 @@
|
|
|
13907
13897
|
text button should still work without activity provider
|
|
13908
13898
|
- [`8da99a328df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8da99a328df) - [ux]
|
|
13909
13899
|
This changes the behaviour of changing the appearance of a Smart Link or Smart Card.
|
|
13910
|
-
|
|
13911
13900
|
1. Previously, upon changing the appearance of a Smart Link, the cursor would move to _before_ the
|
|
13912
13901
|
Smart Link. Now, the cursor will be placed after the Smart Link. In the case of Block Card and
|
|
13913
13902
|
Embed, the cursor will be placed one paragraph after the Block or Embed card (due to Block and
|
|
@@ -14131,7 +14120,6 @@
|
|
|
14131
14120
|
comment Editor
|
|
14132
14121
|
- [`8820442c2b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8820442c2b2) - [ux]
|
|
14133
14122
|
ED-15709: add feature for delete element if it is `isReferencedSource` is `true`
|
|
14134
|
-
|
|
14135
14123
|
- add checkbox confirmation dialog when then config have `isReferentiality.`
|
|
14136
14124
|
- add referentiality helper functions.
|
|
14137
14125
|
- update confirmDialog config to a handler to reduce traverse times.
|
|
@@ -14307,7 +14295,6 @@
|
|
|
14307
14295
|
allow start/end line selection when cursor is next to an inline comment
|
|
14308
14296
|
- [`94f8a899d36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94f8a899d36) -
|
|
14309
14297
|
[ED-15851] Add feature flags for the restart numbered lists project. These include:
|
|
14310
|
-
|
|
14311
14298
|
- restartNumberedLists: Allow numbered lists to start from any number greater than 0, not just 1
|
|
14312
14299
|
- listNumberContinuity: Allow lists to continue their numbering when split by other nodes
|
|
14313
14300
|
- restartNumberedListsToolbar: Show a toolbar for users to restart the numbering of a list
|
|
@@ -14529,7 +14516,6 @@
|
|
|
14529
14516
|
codeBlock as content on insertion.
|
|
14530
14517
|
- [`3f7900cbf37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f7900cbf37) - [ux]
|
|
14531
14518
|
ED-14993 added better support for codeblocks inside lists and gap cursor selection inside lists:
|
|
14532
|
-
|
|
14533
14519
|
- made list markers visible in safari (desktop and mobile) when list contains codeblocks;
|
|
14534
14520
|
- fixed bug so users can now set gapcursor next to codeblock by clicking or touching (mobile) the
|
|
14535
14521
|
list marker;
|
|
@@ -14683,7 +14669,6 @@
|
|
|
14683
14669
|
right, ensuring a user can add text beside it
|
|
14684
14670
|
- [`13f3001af1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13f3001af1e) - ED-15482
|
|
14685
14671
|
Improve esbuild devloop
|
|
14686
|
-
|
|
14687
14672
|
- Bumps esbuild to 0.15.5
|
|
14688
14673
|
- Unlock locked prosemirror-dev-tools dependency version
|
|
14689
14674
|
- Add prosemirror-dev-tools to Editor kitchen sink example
|
|
@@ -14853,7 +14838,6 @@
|
|
|
14853
14838
|
[ux][ed-15181] Fix typeahead not opening when typing really quickly
|
|
14854
14839
|
- [`d3ae8684731`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3ae8684731) - [ux]
|
|
14855
14840
|
ED-14658 Pressing escape in edit mode when popover open shouldn't cancel changes
|
|
14856
|
-
|
|
14857
14841
|
- Moved keydown listener from document to editor element .akEditor to be able to prevent bubbling
|
|
14858
14842
|
- Applies to toolbar menus and typeahead, date, emoji picker
|
|
14859
14843
|
|
|
@@ -14915,7 +14899,6 @@
|
|
|
14915
14899
|
- [#24029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24029)
|
|
14916
14900
|
[`8ed516834c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ed516834c1) - [ux]
|
|
14917
14901
|
ED-15407: Bring forward patches below to master:
|
|
14918
|
-
|
|
14919
14902
|
- ED-14988: Patch dark mode in mobile-bridge by ensuring theme context is not stale. Repaints
|
|
14920
14903
|
editor nodes when theme mode changes.
|
|
14921
14904
|
- ME-2511: Revert the premature optimisation that introduces race condition.
|
|
@@ -15215,13 +15198,10 @@
|
|
|
15215
15198
|
ED-14489 - Add implementation to allow parseDoc.check() to throw exception. This change will crash
|
|
15216
15199
|
any apps that use the editor without a React's Error Boundary <ErrorBoundary /> ancestor in
|
|
15217
15200
|
certain cases. This changed handling of how the Editor responds when;
|
|
15218
|
-
|
|
15219
15201
|
1. Previously it would load an empty document, it will now throw an error. Documents which it will
|
|
15220
15202
|
exhibit this new behaviour are;
|
|
15221
|
-
|
|
15222
15203
|
- Passing a `defaultValue` which it is unable to understand (e.g. invalid document)
|
|
15223
15204
|
- Calling `editorActions.replaceSelection()`
|
|
15224
|
-
|
|
15225
15205
|
2. Some actions occur that result in an invalid prosemirror document. These are not expected to be
|
|
15226
15206
|
currently occurring, and would generally indicate a bug in the editor.
|
|
15227
15207
|
|
|
@@ -15544,16 +15524,13 @@
|
|
|
15544
15524
|
@atlaskit/adf-schema to their own entry points. These new entry points are as follows
|
|
15545
15525
|
|
|
15546
15526
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
15547
|
-
|
|
15548
15527
|
- bitbucketSchema
|
|
15549
15528
|
|
|
15550
15529
|
@atlaskit/adf-schema/schema-confluence for:
|
|
15551
|
-
|
|
15552
15530
|
- confluenceSchema
|
|
15553
15531
|
- confluenceSchemaWithMediaSingle
|
|
15554
15532
|
|
|
15555
15533
|
@atlaskit/adf-schema/schema-jira for:
|
|
15556
|
-
|
|
15557
15534
|
- default as createJIRASchema
|
|
15558
15535
|
- isSchemaWithLists
|
|
15559
15536
|
- isSchemaWithMentions
|
|
@@ -15568,7 +15545,6 @@
|
|
|
15568
15545
|
- isSchemaWithTables
|
|
15569
15546
|
|
|
15570
15547
|
@atlaskit/adf-schema/schema-default for:
|
|
15571
|
-
|
|
15572
15548
|
- defaultSchema
|
|
15573
15549
|
- getSchemaBasedOnStage
|
|
15574
15550
|
- defaultSchemaConfig
|
|
@@ -15744,7 +15720,6 @@
|
|
|
15744
15720
|
- [`9dfdfaab7c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dfdfaab7c6) - [ux]
|
|
15745
15721
|
ED-14241: fix initial visibility of edit icon on extension floating toolbar when selecting an
|
|
15746
15722
|
editable extension at the first node in the document
|
|
15747
|
-
|
|
15748
15723
|
- fixed bug in bodiedExtension where clicking on the border of 'extension-content' wont trigger a
|
|
15749
15724
|
selection
|
|
15750
15725
|
|
|
@@ -15757,7 +15732,6 @@
|
|
|
15757
15732
|
type updated for compatability with synchrony code.
|
|
15758
15733
|
- [`03930b9f4c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03930b9f4c7) -
|
|
15759
15734
|
ED-14253: fixed infinite transaction loop after uploading a file to the editor.
|
|
15760
|
-
|
|
15761
15735
|
- updated ADF for MediaBaseAttributes.\_\_contextId to allow for null value
|
|
15762
15736
|
- fixed Editor example page 2-comment-jira-bento
|
|
15763
15737
|
|
|
@@ -16292,7 +16266,6 @@
|
|
|
16292
16266
|
|
|
16293
16267
|
This change has several parts to ensure the correctness of serialize(), deserialize(),
|
|
16294
16268
|
GroupedField.hasGroupedValues and BaseFieldDefinition.allowDuplicates
|
|
16295
|
-
|
|
16296
16269
|
- Introduced GroupedField.hasGroupedValues which allows expand/tabgroup/tab to store the value of
|
|
16297
16270
|
its fields by the name of the expand/tabgroup/tab if hasGroupedValues=True (False by default)
|
|
16298
16271
|
- Fixed a type safety issue with Parameters and ParametersWithDuplicateFields where Typescript
|
|
@@ -16375,7 +16348,6 @@
|
|
|
16375
16348
|
UI.
|
|
16376
16349
|
- [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
|
|
16377
16350
|
ED-11632: Bump prosemirror packages;
|
|
16378
|
-
|
|
16379
16351
|
- prosmirror-commands 1.1.4 -> 1.1.11,
|
|
16380
16352
|
- prosemirror-model 1.11.0 -> 1.14.3,
|
|
16381
16353
|
- prosemirror-state 1.3.3 -> 1.3.4,
|
|
@@ -16820,7 +16792,6 @@
|
|
|
16820
16792
|
User is able to change emoji and background color when selected
|
|
16821
16793
|
- [`c796dfa0ae4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c796dfa0ae4) -
|
|
16822
16794
|
[ME-1589] Rearchitect the adaptive toolbar solution for the editor mobile bridge.
|
|
16823
|
-
|
|
16824
16795
|
- Add a new plugin to editor-core that allows you to subscribe to events when the editor view is
|
|
16825
16796
|
updated.
|
|
16826
16797
|
- Created a subscription that allows you to listen to toolbar and picker plugin updates.
|
|
@@ -16836,7 +16807,6 @@
|
|
|
16836
16807
|
|
|
16837
16808
|
- [`d2911917e8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2911917e8e) - [ux]
|
|
16838
16809
|
ED-12991: added ability to collapse a table, flagged via table.allowCollapse option
|
|
16839
|
-
|
|
16840
16810
|
- feature can be accessed via table floating toolbar item "table options"
|
|
16841
16811
|
- hidden when flag is off or expands are not in the schema
|
|
16842
16812
|
- option to collapse is disabled when table is currently in an expand OR when collapsing will
|
|
@@ -17312,7 +17282,6 @@
|
|
|
17312
17282
|
remove paddings from tab in config panel
|
|
17313
17283
|
- [`de1ea3645b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de1ea3645b1) - [ux]
|
|
17314
17284
|
extension config panels; fixed bug with custom/date/daterange fields not applying changes
|
|
17315
|
-
|
|
17316
17285
|
- renamed OnBlur > OnFieldChange, onFieldBlur/onBlur > onFieldChange, WithOnFieldBlur >
|
|
17317
17286
|
WithOnFieldChange
|
|
17318
17287
|
- removed blur event listeners on components which only update during onChange
|
|
@@ -17943,7 +17912,6 @@
|
|
|
17943
17912
|
logic to retain selection after table resize.
|
|
17944
17913
|
- [`70fecd78610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70fecd78610) - [ux]
|
|
17945
17914
|
This commit includes UX changes to Cmd+K link toolbar
|
|
17946
|
-
|
|
17947
17915
|
- MouseLeave will now correctly cancel the highlight of the item
|
|
17948
17916
|
- Press Enter will now always submit things in the input fields. Previously we were allowing
|
|
17949
17917
|
MouseOver + Enter to submit selected item. This had caused many misoperations that user would
|
|
@@ -18351,7 +18319,6 @@
|
|
|
18351
18319
|
added TransactionTracking.usePerformanceMarks flag. when false (default) uses alternative
|
|
18352
18320
|
performance measurement methods via getMeasureHelpers() helper and startMeasureSimple() and
|
|
18353
18321
|
stopMeasureSimple() utils.
|
|
18354
|
-
|
|
18355
18322
|
- moved measure-transactions.ts and should-track-transaction.ts into track-transactions.ts
|
|
18356
18323
|
- split shouldTrackTransaction() into bumpDispatchCounter()
|
|
18357
18324
|
- use constants for event names
|
|
@@ -18407,7 +18374,6 @@
|
|
|
18407
18374
|
|
|
18408
18375
|
- [`22791ceed0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22791ceed0) - [ux] -
|
|
18409
18376
|
added new properites in MentionResource interface to support invite from mention experiment
|
|
18410
|
-
|
|
18411
18377
|
- updated util-data-test/mention to enable invite from mention experiment
|
|
18412
18378
|
- added invite from mention experiment logic into editor-core
|
|
18413
18379
|
|
|
@@ -18534,7 +18500,6 @@
|
|
|
18534
18500
|
|
|
18535
18501
|
- [`a09fabd2df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a09fabd2df) - [ux]
|
|
18536
18502
|
ED-10625 Allow table to have leading cursor in mobile
|
|
18537
|
-
|
|
18538
18503
|
- Remove extra padding on the sides of the table component
|
|
18539
18504
|
- Allow mobile nodes to have gap cursor
|
|
18540
18505
|
|
|
@@ -18609,7 +18574,6 @@
|
|
|
18609
18574
|
Disabled linking keyboard shortcut for video
|
|
18610
18575
|
- [`a41378f853`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41378f853) - Refactor &
|
|
18611
18576
|
fix few cases of unsupported node attributes:
|
|
18612
|
-
|
|
18613
18577
|
- Preseve attributes on nodes which do not support any attributes
|
|
18614
18578
|
- Add unsupportedNodeAttribute to bulletList, layoutSection etc.
|
|
18615
18579
|
|
|
@@ -18859,7 +18823,6 @@
|
|
|
18859
18823
|
Treat a cell selection that covers the whole table like a node selection
|
|
18860
18824
|
|
|
18861
18825
|
This means:
|
|
18862
|
-
|
|
18863
18826
|
- If a user hits backspace with the table selected it is deleted
|
|
18864
18827
|
- If a user types with the table selected, the table node is replaced with the typed text
|
|
18865
18828
|
- If a user pastes content with the table selected, the table node is replaced with the pasted
|
|
@@ -18874,7 +18837,6 @@
|
|
|
18874
18837
|
|
|
18875
18838
|
- [`ae50a98f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae50a98f18) - ED-9125
|
|
18876
18839
|
ED-8837 Update styles for selected media cards
|
|
18877
|
-
|
|
18878
18840
|
- Use editor selection styles from @atlaskit/editor-shared-styles
|
|
18879
18841
|
- Update UI for selected items in media group to no longer set blue background and tick in corner
|
|
18880
18842
|
- No longer set set text selection over filename, filesize etc. for media group cards when
|
|
@@ -18981,7 +18943,6 @@
|
|
|
18981
18943
|
|
|
18982
18944
|
As of this version of `@atlaskit/smart-card`, when a Smart Link is initially rendered, one of two
|
|
18983
18945
|
things will take place:
|
|
18984
|
-
|
|
18985
18946
|
- The link will be considered as within the viewport, and a `fetch` and `render` path will be
|
|
18986
18947
|
taken, or;
|
|
18987
18948
|
- The link will be considered as outside of the viewport, and a `prefetch` and `render` later path
|
|
@@ -18993,7 +18954,6 @@
|
|
|
18993
18954
|
Links is fetched in the background, and persisted to the store.
|
|
18994
18955
|
|
|
18995
18956
|
A few additional points here are:
|
|
18996
|
-
|
|
18997
18957
|
- The prefetching logic has been implemented as a hook which can be used in other components,
|
|
18998
18958
|
`usePrefetch`;
|
|
18999
18959
|
- The prefetching logic is error-safe, in that, if errors take place whilst replacing there should
|
|
@@ -19188,7 +19148,6 @@
|
|
|
19188
19148
|
|
|
19189
19149
|
Added integration tests across the board, asserting that a new window is opened to kick off the
|
|
19190
19150
|
3LO flow.
|
|
19191
|
-
|
|
19192
19151
|
- Added integration test for account connection and try another account flows for Inline Links;
|
|
19193
19152
|
- Added integration test for account connection and try another account flows for Card Links;
|
|
19194
19153
|
- Added integration test for account connection and try another account flows for Embed Links;
|
|
@@ -19198,7 +19157,6 @@
|
|
|
19198
19157
|
|
|
19199
19158
|
Further, added an `AuthorizationWindow` method to the `@atlaskit/media-integration-test-helpers`,
|
|
19200
19159
|
with the following methods:
|
|
19201
|
-
|
|
19202
19160
|
- `AuthorizationWindow.open()` - to open a window to authorize, dependent on which card state it
|
|
19203
19161
|
is being activated from;
|
|
19204
19162
|
- `AuthorizationWindow.checkUrl()` - to check if the window URL when redirected is the same as the
|
|
@@ -19213,7 +19171,6 @@
|
|
|
19213
19171
|
**Ticket:** EDM-1120
|
|
19214
19172
|
|
|
19215
19173
|
**Changes:**
|
|
19216
|
-
|
|
19217
19174
|
- Refactored Card Link `view` tests to separate files to be more maintainable;
|
|
19218
19175
|
- Added unit tests to all Card Link actions;
|
|
19219
19176
|
- Added unit tests to Card Link PreviewAction;
|
|
@@ -19265,7 +19222,6 @@
|
|
|
19265
19222
|
Smart Links in Renderer.
|
|
19266
19223
|
|
|
19267
19224
|
Selectors exported now include:
|
|
19268
|
-
|
|
19269
19225
|
- `inlineCardSelector` - for selecting the Inline Link representation, in any of its resolved or
|
|
19270
19226
|
unresolved states;
|
|
19271
19227
|
- `blockCardSelector` - for selecting the Card Link representation, in any of its resolved or
|
|
@@ -19395,7 +19351,6 @@
|
|
|
19395
19351
|
|
|
19396
19352
|
- [`4a1120b6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a1120b6a8) - Fix
|
|
19397
19353
|
quickInsert on mobile:
|
|
19398
|
-
|
|
19399
19354
|
- Fixed missing options on quickInsertPlugin + added tests
|
|
19400
19355
|
- Mock `formatMessage` on Editor component on mobile bridge, to be able to not depend on i18n for
|
|
19401
19356
|
now, and unblock native side work
|
|
@@ -19520,7 +19475,6 @@
|
|
|
19520
19475
|
selections
|
|
19521
19476
|
|
|
19522
19477
|
See in-depth info on the events here:
|
|
19523
|
-
|
|
19524
19478
|
- [Selection events](https://hello.atlassian.net/wiki/spaces/PData/pages/140331421/Minimum+Event+Spec+-+Editor#Selection-events)
|
|
19525
19479
|
- [Clipboard events](https://hello.atlassian.net/wiki/spaces/PData/pages/140331421/Minimum+Event+Spec+-+Editor#Clipboard-events)
|
|
19526
19480
|
|
|
@@ -19536,12 +19490,10 @@
|
|
|
19536
19490
|
## Breaking changes:
|
|
19537
19491
|
|
|
19538
19492
|
Renamed the following exports from '@atlaskit/editor-common/extensions':
|
|
19539
|
-
|
|
19540
19493
|
- from `ExtensionModuleType` to `ExtensionQuickInsertModule`;
|
|
19541
19494
|
- from `getItemsFromModule` to `getQuickInsertItemsFromModule`,
|
|
19542
19495
|
|
|
19543
19496
|
Renamed the following exports from '@atlaskit/editor-common':
|
|
19544
|
-
|
|
19545
19497
|
- from `ExtensionModuleType` to `ExtensionQuickInsertModule`;
|
|
19546
19498
|
|
|
19547
19499
|
- [`584cd5c528`](https://bitbucket.org/atlassian/atlassian-frontend/commits/584cd5c528) - Add
|
|
@@ -19959,7 +19911,6 @@
|
|
|
19959
19911
|
no longer rely on a timer, rather make it rely on pushed updates from the consumer.
|
|
19960
19912
|
|
|
19961
19913
|
This change also includes
|
|
19962
|
-
|
|
19963
19914
|
- Renaming of the Editor Prop `AnnotationProvider` to `AnnotationProviders` (plural).
|
|
19964
19915
|
- Coupling the UI component with the relevant annotation provider
|
|
19965
19916
|
- Adding the `updateSubscriber` attribute
|
|
@@ -20160,7 +20111,6 @@
|
|
|
20160
20111
|
Add selection to panel-
|
|
20161
20112
|
[`8bc9f3e9af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bc9f3e9af) - ED-8942:
|
|
20162
20113
|
Changed default font size for full width editor and renderer
|
|
20163
|
-
|
|
20164
20114
|
- Previously default font size for full page editor was 14px. Now, when `allowDynamicTextSizing`
|
|
20165
20115
|
is disabled it equals to 16px.
|
|
20166
20116
|
- Font size in table was 14px, ignoring dynamic text sizing font size, after this change it
|
|
@@ -20479,7 +20429,6 @@
|
|
|
20479
20429
|
[minor][3644fc1afe](https://bitbucket.org/atlassian/atlassian-frontend/commits/3644fc1afe):
|
|
20480
20430
|
|
|
20481
20431
|
Enable slash command on editor-mobile-bridge:
|
|
20482
|
-
|
|
20483
20432
|
- All changes under `enableQuickInsert` flag consumed from query parameters.
|
|
20484
20433
|
- This PR introduces basic changes in order to test, _THIS IS NOT PRODUCTION READY!_
|
|
20485
20434
|
- All quick insert items present under `/` command on web, will be sent to native. Following up
|
|
@@ -21530,7 +21479,6 @@
|
|
|
21530
21479
|
|
|
21531
21480
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
21532
21481
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
21533
|
-
|
|
21534
21482
|
- @atlaskit/docs@8.3.2
|
|
21535
21483
|
- @atlaskit/visual-regression@0.1.9
|
|
21536
21484
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -21960,7 +21908,6 @@
|
|
|
21960
21908
|
|
|
21961
21909
|
ED-8578: always consume Tab-related events inside actions in full page- Updated dependencies
|
|
21962
21910
|
[f97e248127](https://bitbucket.org/atlassian/atlassian-frontend/commits/f97e248127):
|
|
21963
|
-
|
|
21964
21911
|
- @atlaskit/editor-test-helpers@10.4.2
|
|
21965
21912
|
|
|
21966
21913
|
## 116.1.1
|
|
@@ -22040,7 +21987,6 @@
|
|
|
22040
21987
|
ED-8380 Fix exception "Cannot read property 'nodeSize' of undefined"
|
|
22041
21988
|
|
|
22042
21989
|
This is one of our top exceptions in the editor, and there were 2 causes which have been fixed:
|
|
22043
|
-
|
|
22044
21990
|
1. Pasting with cmd+shift+v when text formatting (eg. bold) is selected
|
|
22045
21991
|
2. During collab editing when one user's change matched the other user's selection, and their
|
|
22046
21992
|
selection was not mapped to the new document after the change-
|
|
@@ -22095,7 +22041,6 @@
|
|
|
22095
22041
|
|
|
22096
22042
|
[ED-8439] Extract height css rule from WidthProvider and move to Editor wrapper- Updated
|
|
22097
22043
|
dependencies [9a8127fc08](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a8127fc08):
|
|
22098
|
-
|
|
22099
22044
|
- @atlaskit/editor-common@43.2.1
|
|
22100
22045
|
|
|
22101
22046
|
## 116.0.0
|
|
@@ -22258,7 +22203,6 @@
|
|
|
22258
22203
|
|
|
22259
22204
|
Fix type errors caused when generating declaration files- Updated dependencies
|
|
22260
22205
|
[36f6e99c5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36f6e99c5b):
|
|
22261
|
-
|
|
22262
22206
|
- @atlaskit/calendar@9.2.2
|
|
22263
22207
|
- @atlaskit/editor-test-helpers@10.3.2
|
|
22264
22208
|
- @atlaskit/renderer@53.2.2
|
|
@@ -22466,7 +22410,6 @@
|
|
|
22466
22410
|
Removed deprecated props from editor core
|
|
22467
22411
|
|
|
22468
22412
|
Following props have been removed from `@atlaskit/editor-core`:
|
|
22469
|
-
|
|
22470
22413
|
- mediaProvider –> Use `media={{ provider }}` instead
|
|
22471
22414
|
- cardProvider -> Use `UNSAFE_cards={{ provider }}` instead
|
|
22472
22415
|
- allowPlaceholderCursor -> Enabled by default
|
|
@@ -22660,7 +22603,6 @@
|
|
|
22660
22603
|
Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages-
|
|
22661
22604
|
Updated dependencies
|
|
22662
22605
|
[3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
22663
|
-
|
|
22664
22606
|
- @atlaskit/select@11.0.2
|
|
22665
22607
|
- @atlaskit/user-picker@4.1.5
|
|
22666
22608
|
- @atlaskit/media-test-helpers@25.2.5
|
|
@@ -22673,7 +22615,6 @@
|
|
|
22673
22615
|
|
|
22674
22616
|
ED-8042 upgrade prosemirror-markdown to remove ES modules workaround- Updated dependencies
|
|
22675
22617
|
[aed7d2a980](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aed7d2a980):
|
|
22676
|
-
|
|
22677
22618
|
- @atlaskit/editor-bitbucket-transformer@6.2.9
|
|
22678
22619
|
- @atlaskit/editor-markdown-transformer@3.1.11
|
|
22679
22620
|
|
|
@@ -23165,7 +23106,6 @@ Bumped dependencies.
|
|
|
23165
23106
|
[patch][b37ede79c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b37ede79c8):
|
|
23166
23107
|
|
|
23167
23108
|
ED-7799 Refactor analytics to prevent splitting history
|
|
23168
|
-
|
|
23169
23109
|
- Use analytics step direct into the same transaction instead of setting on meta and appending a
|
|
23170
23110
|
different transaction afterwards.
|
|
23171
23111
|
- Add current selection position into analytics step to create step map base on current position.
|
|
@@ -23273,7 +23213,6 @@ Bumped dependencies.
|
|
|
23273
23213
|
- [minor][65ada7f318](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65ada7f318):
|
|
23274
23214
|
|
|
23275
23215
|
**FABDODGEM-12 Editor Cashmere Release**
|
|
23276
|
-
|
|
23277
23216
|
- [Internal post](http://go.atlassian.com/cashmere-release)
|
|
23278
23217
|
|
|
23279
23218
|
**Affected editor components:**
|
|
@@ -23281,19 +23220,16 @@ Bumped dependencies.
|
|
|
23281
23220
|
tables, media, mobile, text color, emoji, copy/paste, analytics
|
|
23282
23221
|
|
|
23283
23222
|
**Performance**
|
|
23284
|
-
|
|
23285
23223
|
- Async import for code blocks and task items on renderer
|
|
23286
23224
|
- https://product-fabric.atlassian.net/browse/ED-7155
|
|
23287
23225
|
|
|
23288
23226
|
**Table**
|
|
23289
|
-
|
|
23290
23227
|
- Add support to sort tables that contains smart links
|
|
23291
23228
|
- https://product-fabric.atlassian.net/browse/ED-7449
|
|
23292
23229
|
- Scale table when changing to full width mode
|
|
23293
23230
|
- https://product-fabric.atlassian.net/browse/ED-7724
|
|
23294
23231
|
|
|
23295
23232
|
**Text color**
|
|
23296
|
-
|
|
23297
23233
|
- Update text color toolbar with right color when text is inside a list, panel, etc.
|
|
23298
23234
|
- https://product-fabric.atlassian.net/browse/FM-1752
|
|
23299
23235
|
|
|
@@ -23353,7 +23289,6 @@ https://product-fabric.atlassian.net/browse/FM-2393
|
|
|
23353
23289
|
Single nodes, only when they are inserted at the beginning or at the end of an specific node.
|
|
23354
23290
|
|
|
23355
23291
|
Examples:
|
|
23356
|
-
|
|
23357
23292
|
- Insert a horizontal rule when the cursor is at the begining of a paragraph, it will insert the
|
|
23358
23293
|
node above the paragraph. Same with media single.
|
|
23359
23294
|
- Insert a horizontal rule when the cursor is at the end of a paragraph, it will insert the node
|
|
@@ -23501,7 +23436,6 @@ Remove applicationCard node and action mark
|
|
|
23501
23436
|
|
|
23502
23437
|
You can do this with the `annotationProvider` prop. Passing a truthy value to this (e.g. the empty
|
|
23503
23438
|
object `{}`) will:
|
|
23504
|
-
|
|
23505
23439
|
- enable support for working with the `annotation` ADF mark
|
|
23506
23440
|
- will render highlights around any annotations, and
|
|
23507
23441
|
- allow copying and pasting of annotations within the same document, or between documents
|
|
@@ -23520,7 +23454,6 @@ Remove applicationCard node and action mark
|
|
|
23520
23454
|
Annotations are styled within the editor using the `fabric-editor-annotation` CSS class.
|
|
23521
23455
|
|
|
23522
23456
|
Other changes:
|
|
23523
|
-
|
|
23524
23457
|
- `Popup` now supports an optional `rect` parameter to direct placement, rather than calculating
|
|
23525
23458
|
the bounding client rect around a DOM node.-
|
|
23526
23459
|
[minor][45ae9e1cc2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/45ae9e1cc2):
|
|
@@ -23818,7 +23751,6 @@ Remove applicationCard node and action mark
|
|
|
23818
23751
|
Tables, Media, Smart Cards, Extensions, Analytics, Copy and Paste, Code Block, Undo, Emoji
|
|
23819
23752
|
|
|
23820
23753
|
**Performance**
|
|
23821
|
-
|
|
23822
23754
|
- Reduce number of wrapping nodes in table cells. – [table][affects: wrapping, overflow, resizing]
|
|
23823
23755
|
- https://product-fabric.atlassian.net/browse/ED-7288
|
|
23824
23756
|
- Cache resizeState in pluginState to avoid expensive DOM operations. – [table][affects: resizing]
|
|
@@ -23831,7 +23763,6 @@ Remove applicationCard node and action mark
|
|
|
23831
23763
|
- https://product-fabric.atlassian.net/browse/ED-7342
|
|
23832
23764
|
|
|
23833
23765
|
**SmartCards**
|
|
23834
|
-
|
|
23835
23766
|
- Pending and error states do not pass onClick prop
|
|
23836
23767
|
- https://product-fabric.atlassian.net/browse/SL-359
|
|
23837
23768
|
- Make toolbars consistent between blue link and smart link – [affects: link and smart link]
|
|
@@ -23842,7 +23773,6 @@ Remove applicationCard node and action mark
|
|
|
23842
23773
|
Not clear how to test. – [affects: all type aheads, mention type ahead]
|
|
23843
23774
|
|
|
23844
23775
|
**Copy and Paste**
|
|
23845
|
-
|
|
23846
23776
|
- Copying text & images from Google doc changes formatting on paste [affects: media]
|
|
23847
23777
|
- https://product-fabric.atlassian.net/browse/ED-7338
|
|
23848
23778
|
- Pasted code block does not persist selected language – [affects: code block]
|
|
@@ -23850,7 +23780,6 @@ Remove applicationCard node and action mark
|
|
|
23850
23780
|
- Copy and paste media
|
|
23851
23781
|
|
|
23852
23782
|
**Tables**
|
|
23853
|
-
|
|
23854
23783
|
- Table add 40+ blank columns
|
|
23855
23784
|
- https://product-fabric.atlassian.net/browse/ED-7031
|
|
23856
23785
|
- Implement Table Sorting in Edit Mode – [NEW BIG FEATURE][not enabled]
|
|
@@ -23859,14 +23788,12 @@ Remove applicationCard node and action mark
|
|
|
23859
23788
|
- https://product-fabric.atlassian.net/browse/ED-7391
|
|
23860
23789
|
|
|
23861
23790
|
**Analytics**
|
|
23862
|
-
|
|
23863
23791
|
- Fire undo events – [affects: undo]
|
|
23864
23792
|
- https://product-fabric.atlassian.net/browse/ED-7276
|
|
23865
23793
|
- Make all insert events set analytics meta
|
|
23866
23794
|
- https://product-fabric.atlassian.net/browse/ED-7277
|
|
23867
23795
|
|
|
23868
23796
|
**Notable Bug fixes**
|
|
23869
|
-
|
|
23870
23797
|
- Issue with ctrl+z [affects: undo on different languages, e.g. Russian keyboard]
|
|
23871
23798
|
- https://product-fabric.atlassian.net/browse/ED-7310
|
|
23872
23799
|
|
|
@@ -24031,12 +23958,10 @@ Remove applicationCard node and action mark
|
|
|
24031
23958
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
24032
23959
|
|
|
24033
23960
|
**Breaking changes**
|
|
24034
|
-
|
|
24035
23961
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
24036
23962
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
24037
23963
|
|
|
24038
23964
|
**Breaking changes to TypeScript annotations**
|
|
24039
|
-
|
|
24040
23965
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
24041
23966
|
props as a generic type.
|
|
24042
23967
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -24384,7 +24309,6 @@ Remove applicationCard node and action mark
|
|
|
24384
24309
|
|
|
24385
24310
|
**`Editor`** For `Editor` component, a property called `feedbackInfo` is added contains the
|
|
24386
24311
|
following properties:
|
|
24387
|
-
|
|
24388
24312
|
- `product`
|
|
24389
24313
|
- `packageName`
|
|
24390
24314
|
- `packageVersion`
|
|
@@ -24396,7 +24320,6 @@ Remove applicationCard node and action mark
|
|
|
24396
24320
|
|
|
24397
24321
|
**`ToolbarFeedback`** For `ToolbarFeedback` component, the following feedback related properties
|
|
24398
24322
|
are deprecated in favour of using the `feedbackInfo` property on Editor.
|
|
24399
|
-
|
|
24400
24323
|
- `packageName`
|
|
24401
24324
|
- `packageVersion`
|
|
24402
24325
|
- `labels`
|
|
@@ -24527,7 +24450,6 @@ Remove applicationCard node and action mark
|
|
|
24527
24450
|
- [patch][92419b2ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92419b2ad8):
|
|
24528
24451
|
|
|
24529
24452
|
ED-7116 Update logic for image sizing when changing layout to/from aligned
|
|
24530
|
-
|
|
24531
24453
|
- If an image is smaller than 50% of line length the image will preserve its original size when
|
|
24532
24454
|
aligned, else it will be capped at 50% line length
|
|
24533
24455
|
- When returning to a centred image after aligning the image will use its most recent resized size
|
|
@@ -24592,7 +24514,6 @@ Remove applicationCard node and action mark
|
|
|
24592
24514
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
24593
24515
|
|
|
24594
24516
|
In this PR, we are:
|
|
24595
|
-
|
|
24596
24517
|
- Re-introducing dist build folders
|
|
24597
24518
|
- Adding back cjs
|
|
24598
24519
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -24821,7 +24742,6 @@ Remove applicationCard node and action mark
|
|
|
24821
24742
|
- [minor][e754b5f85e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e754b5f85e):
|
|
24822
24743
|
|
|
24823
24744
|
Media Picker Dropone component is now migrated to React.
|
|
24824
|
-
|
|
24825
24745
|
- Previous vanilla js API:
|
|
24826
24746
|
|
|
24827
24747
|
```
|
|
@@ -25192,7 +25112,6 @@ Remove applicationCard node and action mark
|
|
|
25192
25112
|
```
|
|
25193
25113
|
|
|
25194
25114
|
Notes on new API:
|
|
25195
|
-
|
|
25196
25115
|
- No need to explicitly teardown the component. Unmounting the component will do the work
|
|
25197
25116
|
- `onBrowseFn` and `onCancelFn` are workarounds to open the file browser and cancel an ongoing
|
|
25198
25117
|
upload. Refer to its type definitions for more info. Before we were saving a ref and call
|
|
@@ -25422,7 +25341,6 @@ Remove applicationCard node and action mark
|
|
|
25422
25341
|
### Patch Changes
|
|
25423
25342
|
|
|
25424
25343
|
- [patch][a8d95a6f8d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a8d95a6f8d):
|
|
25425
|
-
|
|
25426
25344
|
- remove mention text if CollabEditOptions.sanitizePrivateContent is true during copy/paste
|
|
25427
25345
|
|
|
25428
25346
|
## 112.12.5
|
|
@@ -25595,7 +25513,6 @@ Remove applicationCard node and action mark
|
|
|
25595
25513
|
### Patch Changes
|
|
25596
25514
|
|
|
25597
25515
|
- [patch][9886f4afa1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9886f4afa1):
|
|
25598
|
-
|
|
25599
25516
|
- [ED-7017] Improve table performance removing cellView from table
|
|
25600
25517
|
|
|
25601
25518
|
## 112.11.10
|
|
@@ -25612,7 +25529,6 @@ Remove applicationCard node and action mark
|
|
|
25612
25529
|
### Patch Changes
|
|
25613
25530
|
|
|
25614
25531
|
- [patch][65dbd23b3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65dbd23b3c):
|
|
25615
|
-
|
|
25616
25532
|
- ED-6996: Memoise calling initialise on the collab plugin, this will prevent race conditions when
|
|
25617
25533
|
toggling between full width mode and full page quickly.
|
|
25618
25534
|
|
|
@@ -25621,7 +25537,6 @@ Remove applicationCard node and action mark
|
|
|
25621
25537
|
### Patch Changes
|
|
25622
25538
|
|
|
25623
25539
|
- [patch][7ac7d494de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ac7d494de):
|
|
25624
|
-
|
|
25625
25540
|
- ED-6995 Scale down tables created in full-width mode correctly
|
|
25626
25541
|
|
|
25627
25542
|
## 112.11.7
|
|
@@ -25629,7 +25544,6 @@ Remove applicationCard node and action mark
|
|
|
25629
25544
|
### Patch Changes
|
|
25630
25545
|
|
|
25631
25546
|
- [patch][9631b66aa0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9631b66aa0):
|
|
25632
|
-
|
|
25633
25547
|
- ED-6997: When transitioning between modes (Full Width -> Full Page) while having a selection
|
|
25634
25548
|
over React nodes, ProseMirror will try to re-apply the selection during the view update to
|
|
25635
25549
|
detached nodes that are no longer rendered.
|
|
@@ -25642,7 +25556,6 @@ Remove applicationCard node and action mark
|
|
|
25642
25556
|
### Patch Changes
|
|
25643
25557
|
|
|
25644
25558
|
- [patch][28cd9ab082](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28cd9ab082):
|
|
25645
|
-
|
|
25646
25559
|
- ED-7019 Fix Scroll Gutter Plugin to only be added in full-page appearance
|
|
25647
25560
|
|
|
25648
25561
|
## 112.11.5
|
|
@@ -25650,7 +25563,6 @@ Remove applicationCard node and action mark
|
|
|
25650
25563
|
### Patch Changes
|
|
25651
25564
|
|
|
25652
25565
|
- [patch][936c9775ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/936c9775ca):
|
|
25653
|
-
|
|
25654
25566
|
- [ED-7012] Move header column/row state to pluginState to avoid duplicate logic and increase
|
|
25655
25567
|
performance
|
|
25656
25568
|
|
|
@@ -25669,7 +25581,6 @@ Remove applicationCard node and action mark
|
|
|
25669
25581
|
## 112.11.2
|
|
25670
25582
|
|
|
25671
25583
|
- [patch][d7aa377982](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7aa377982):
|
|
25672
|
-
|
|
25673
25584
|
- ED-6958: fix navigating using arrow keys around images in comment editors
|
|
25674
25585
|
|
|
25675
25586
|
Specifically, the "gap cursor" on the right hand side of images in the comment editor would appear
|
|
@@ -25680,7 +25591,6 @@ Remove applicationCard node and action mark
|
|
|
25680
25591
|
## 112.11.1
|
|
25681
25592
|
|
|
25682
25593
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
25683
|
-
|
|
25684
25594
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
25685
25595
|
Request #5942 for details
|
|
25686
25596
|
|
|
@@ -25695,15 +25605,12 @@ Remove applicationCard node and action mark
|
|
|
25695
25605
|
ED-6748: add inviteToEditComponent to allow custom React components in collab share
|
|
25696
25606
|
|
|
25697
25607
|
- [minor][9cbd059bfa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9cbd059bfa):
|
|
25698
|
-
|
|
25699
25608
|
- Put `media-editor` into separate editor plugin, update `@atlaskit/media-editor` API
|
|
25700
25609
|
|
|
25701
25610
|
### Breaking change for `@atlaskit/media-editor`
|
|
25702
|
-
|
|
25703
25611
|
- Make `onUploadStart`, `onFinish` optional
|
|
25704
25612
|
- Add new `onClose` callback for when the user closes the dialog (escape, cancel, error)
|
|
25705
25613
|
- `onFinish` now only called when the upload itself finishes, not overloaded for other purposes
|
|
25706
|
-
|
|
25707
25614
|
- now also passes the `FileIdentifier` of the completed upload
|
|
25708
25615
|
|
|
25709
25616
|
### Editor changes
|
|
@@ -25715,7 +25622,6 @@ Remove applicationCard node and action mark
|
|
|
25715
25622
|
is _not_ dependent on the `media` plugin.
|
|
25716
25623
|
|
|
25717
25624
|
- [minor][58e3a9a2e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58e3a9a2e1):
|
|
25718
|
-
|
|
25719
25625
|
- [ED-6305] Adds mass formatting on selected cells in a table
|
|
25720
25626
|
|
|
25721
25627
|
- Updated dependencies
|
|
@@ -25751,13 +25657,11 @@ Remove applicationCard node and action mark
|
|
|
25751
25657
|
## 112.10.10
|
|
25752
25658
|
|
|
25753
25659
|
- [patch][7318619da7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7318619da7):
|
|
25754
|
-
|
|
25755
25660
|
- Revert [ED-5734] to reduce memory leak caused by getBoundingClientRect
|
|
25756
25661
|
|
|
25757
25662
|
## 112.10.9
|
|
25758
25663
|
|
|
25759
25664
|
- [patch][1a1ea182d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a1ea182d6):
|
|
25760
|
-
|
|
25761
25665
|
- Fix an infinite loop in typeahead plugin
|
|
25762
25666
|
|
|
25763
25667
|
## 112.10.8
|
|
@@ -25785,105 +25689,88 @@ Remove applicationCard node and action mark
|
|
|
25785
25689
|
## 112.10.6
|
|
25786
25690
|
|
|
25787
25691
|
- [patch][7eca61edf0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7eca61edf0):
|
|
25788
|
-
|
|
25789
25692
|
- ED-6965: bump prosemirror-utils to allow safeInsert replacing selected nodes when it conforms to
|
|
25790
25693
|
schema
|
|
25791
25694
|
|
|
25792
25695
|
## 112.10.5
|
|
25793
25696
|
|
|
25794
25697
|
- [patch][7ce86bae14](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ce86bae14):
|
|
25795
|
-
|
|
25796
25698
|
- Shift selection for rows and columns
|
|
25797
25699
|
|
|
25798
25700
|
## 112.10.4
|
|
25799
25701
|
|
|
25800
25702
|
- [patch][ca1f019d62](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca1f019d62):
|
|
25801
|
-
|
|
25802
25703
|
- ED-6976: fix recovering from overflow when table has number column and all columns are selected
|
|
25803
25704
|
|
|
25804
25705
|
## 112.10.3
|
|
25805
25706
|
|
|
25806
25707
|
- [patch][f823890888](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f823890888):
|
|
25807
|
-
|
|
25808
25708
|
- ED-6970: Fix backspacing inside a layout removing all content.
|
|
25809
25709
|
|
|
25810
25710
|
## 112.10.2
|
|
25811
25711
|
|
|
25812
25712
|
- [patch][54b40d9757](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/54b40d9757):
|
|
25813
|
-
|
|
25814
25713
|
- ED-6832 Refactor ReactMediaSingleNodeView to remove usage of media plugin state private methods.
|
|
25815
25714
|
|
|
25816
25715
|
## 112.10.1
|
|
25817
25716
|
|
|
25818
25717
|
- [patch][f3334a7083](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f3334a7083):
|
|
25819
|
-
|
|
25820
25718
|
- ED-6918: fix deleting table rows inside bodied extensions
|
|
25821
25719
|
|
|
25822
25720
|
## 112.10.0
|
|
25823
25721
|
|
|
25824
25722
|
- [minor][21f5217343](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21f5217343):
|
|
25825
|
-
|
|
25826
25723
|
- consume emoji new entrypoints in AK
|
|
25827
25724
|
|
|
25828
25725
|
## 112.9.1
|
|
25829
25726
|
|
|
25830
25727
|
- [patch][56356b17a3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/56356b17a3):
|
|
25831
|
-
|
|
25832
25728
|
- ED-6880: added even column widths on resize handle double-click and bulk resizing of columns
|
|
25833
25729
|
|
|
25834
25730
|
## 112.9.0
|
|
25835
25731
|
|
|
25836
25732
|
- [minor][4969df0716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4969df0716):
|
|
25837
|
-
|
|
25838
25733
|
- fix lazy rendering bugs in Smart Links.
|
|
25839
25734
|
|
|
25840
25735
|
## 112.8.1
|
|
25841
25736
|
|
|
25842
25737
|
- [patch][5973916c23](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5973916c23):
|
|
25843
|
-
|
|
25844
25738
|
- [ED-6344] Remove scrollbar overlap from the last table row
|
|
25845
25739
|
|
|
25846
25740
|
## 112.8.0
|
|
25847
25741
|
|
|
25848
25742
|
- [minor][7089d49f61](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7089d49f61):
|
|
25849
|
-
|
|
25850
25743
|
- consume the new mention entrypoints
|
|
25851
25744
|
|
|
25852
25745
|
## 112.7.0
|
|
25853
25746
|
|
|
25854
25747
|
- [minor][f120090dfe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f120090dfe):
|
|
25855
|
-
|
|
25856
25748
|
- Add GASv3 analytics to Emoji TypeAhead.
|
|
25857
25749
|
|
|
25858
25750
|
## 112.6.0
|
|
25859
25751
|
|
|
25860
25752
|
- [minor][9a1b2075e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a1b2075e8):
|
|
25861
|
-
|
|
25862
25753
|
- consume new Status entrypoints
|
|
25863
25754
|
|
|
25864
25755
|
## 112.5.2
|
|
25865
25756
|
|
|
25866
25757
|
- [patch][6a65053272](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a65053272):
|
|
25867
|
-
|
|
25868
25758
|
- ED-6929: avoid having a negative rowspan after merging cells
|
|
25869
25759
|
|
|
25870
25760
|
## 112.5.1
|
|
25871
25761
|
|
|
25872
25762
|
- [patch][a511611473](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a511611473):
|
|
25873
|
-
|
|
25874
25763
|
- ED-6808: Fix issue where toggling the same mark but different attributes would just remove the
|
|
25875
25764
|
mark.
|
|
25876
25765
|
|
|
25877
25766
|
## 112.5.0
|
|
25878
25767
|
|
|
25879
25768
|
- [minor][9be684e931](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9be684e931):
|
|
25880
|
-
|
|
25881
25769
|
- ED-5782 Replace text-color button with more easily identifiable A icon with colored bar.
|
|
25882
25770
|
|
|
25883
25771
|
## 112.4.0
|
|
25884
25772
|
|
|
25885
25773
|
- [minor][d9f8b4d43d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d9f8b4d43d):
|
|
25886
|
-
|
|
25887
25774
|
- [ED-5505] Apply strong mark by default on table headers
|
|
25888
25775
|
|
|
25889
25776
|
## 112.3.1
|
|
@@ -25898,13 +25785,11 @@ Remove applicationCard node and action mark
|
|
|
25898
25785
|
## 112.3.0
|
|
25899
25786
|
|
|
25900
25787
|
- [minor][f53003a5ed](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f53003a5ed):
|
|
25901
|
-
|
|
25902
25788
|
- ED-6741 Add 'appearance' to all editor analytics events
|
|
25903
25789
|
|
|
25904
25790
|
## 112.2.10
|
|
25905
25791
|
|
|
25906
25792
|
- [patch][051800806c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/051800806c):
|
|
25907
|
-
|
|
25908
25793
|
-
|
|
25909
25794
|
|
|
25910
25795
|
- MediaPicker Clipboard component is now a React Component
|
|
@@ -25936,7 +25821,6 @@ Remove applicationCard node and action mark
|
|
|
25936
25821
|
```
|
|
25937
25822
|
|
|
25938
25823
|
With the new React API we benefit from:
|
|
25939
|
-
|
|
25940
25824
|
- No need to programatically activate/deactivate. We will just render the Clipboard component or
|
|
25941
25825
|
not.
|
|
25942
25826
|
- Event handlers are provided by react props
|
|
@@ -25965,101 +25849,85 @@ Remove applicationCard node and action mark
|
|
|
25965
25849
|
## 112.2.9
|
|
25966
25850
|
|
|
25967
25851
|
- [patch][be2df0f8e7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be2df0f8e7):
|
|
25968
|
-
|
|
25969
25852
|
- ED-6833: improve columns scaling by preventing table from going to overflow state
|
|
25970
25853
|
|
|
25971
25854
|
## 112.2.8
|
|
25972
25855
|
|
|
25973
25856
|
- [patch][ab278c83e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab278c83e1):
|
|
25974
|
-
|
|
25975
25857
|
- Fix issue where multiple layouts in a document copy attributes from one another in an
|
|
25976
25858
|
appendTransaction.
|
|
25977
25859
|
|
|
25978
25860
|
## 112.2.7
|
|
25979
25861
|
|
|
25980
25862
|
- [patch][ed02efdb94](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed02efdb94):
|
|
25981
|
-
|
|
25982
25863
|
- [ED-6817] Extract the current toggleHeader logic to prosemirror-table 0.8.0
|
|
25983
25864
|
|
|
25984
25865
|
## 112.2.6
|
|
25985
25866
|
|
|
25986
25867
|
- [patch][8bdff125fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8bdff125fb):
|
|
25987
|
-
|
|
25988
25868
|
- ED-6818 Scroll cursor into view after pasting rich text or text inside a code block
|
|
25989
25869
|
|
|
25990
25870
|
## 112.2.5
|
|
25991
25871
|
|
|
25992
25872
|
- [patch][85328a0d76](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85328a0d76):
|
|
25993
|
-
|
|
25994
25873
|
- ED-6466: (ED-6599) fix undo with cmd+z after scaling table columns by applying new widths to
|
|
25995
25874
|
cells in one go
|
|
25996
25875
|
|
|
25997
25876
|
## 112.2.4
|
|
25998
25877
|
|
|
25999
25878
|
- [patch][12aa76d5b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12aa76d5b5):
|
|
26000
|
-
|
|
26001
25879
|
- ED-6814: fixed rendering mediaSingle without collection
|
|
26002
25880
|
|
|
26003
25881
|
## 112.2.3
|
|
26004
25882
|
|
|
26005
25883
|
- [patch][5fd9727f51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5fd9727f51):
|
|
26006
|
-
|
|
26007
25884
|
- Remove duplicate isEmptyNode function from same code path, to prevent compilation errors
|
|
26008
25885
|
|
|
26009
25886
|
## 112.2.2
|
|
26010
25887
|
|
|
26011
25888
|
- [patch][dc5b953c49](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc5b953c49):
|
|
26012
|
-
|
|
26013
25889
|
- Fix issue where attempting to fix layouts would reference a stale layout type
|
|
26014
25890
|
|
|
26015
25891
|
## 112.2.1
|
|
26016
25892
|
|
|
26017
25893
|
- [patch][3c1c5165b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c1c5165b3):
|
|
26018
|
-
|
|
26019
25894
|
- ED-6815: fix resizing images to line length (100% width) after fix for ED-6467
|
|
26020
25895
|
|
|
26021
25896
|
## 112.2.0
|
|
26022
25897
|
|
|
26023
25898
|
- [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
|
|
26024
|
-
|
|
26025
25899
|
- Use strict tsconfig to compile editor packages
|
|
26026
25900
|
|
|
26027
25901
|
## 112.1.1
|
|
26028
25902
|
|
|
26029
25903
|
- [patch][ad5128f63c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ad5128f63c):
|
|
26030
|
-
|
|
26031
25904
|
- ED-5844 Refactor media floating toolbar into little pieces
|
|
26032
25905
|
|
|
26033
25906
|
## 112.1.0
|
|
26034
25907
|
|
|
26035
25908
|
- [minor][0ed8ea77ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ed8ea77ab):
|
|
26036
|
-
|
|
26037
25909
|
- ED-6049: New hyperlink experience, add text to display in the toolbar, refer spec in the ticket
|
|
26038
25910
|
|
|
26039
25911
|
## 112.0.3
|
|
26040
25912
|
|
|
26041
25913
|
- [patch][74b05d57c4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/74b05d57c4):
|
|
26042
|
-
|
|
26043
25914
|
- Fix slowness after "fix regression where multiple cell context menu dropdowns would appear when
|
|
26044
25915
|
adding rows"
|
|
26045
25916
|
|
|
26046
25917
|
## 112.0.2
|
|
26047
25918
|
|
|
26048
25919
|
- [patch][1f276f95d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1f276f95d4):
|
|
26049
|
-
|
|
26050
25920
|
- ED-6871 Remove unused duplicate functions from table commands
|
|
26051
25921
|
|
|
26052
25922
|
## 112.0.1
|
|
26053
25923
|
|
|
26054
25924
|
- [patch][5ad66b6d1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ad66b6d1a):
|
|
26055
|
-
|
|
26056
25925
|
- [ED-6860] Revert prosemirror-view 1.8.9 bumps, this version was making the cursor typing slowly.
|
|
26057
25926
|
this version is recreating all plugins when we use `EditorView.setProps`
|
|
26058
25927
|
|
|
26059
25928
|
## 112.0.0
|
|
26060
25929
|
|
|
26061
25930
|
- [major][5e4ff01e4c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e4ff01e4c):
|
|
26062
|
-
|
|
26063
25931
|
- Fix typeahead re-rendering when moving mouse
|
|
26064
25932
|
|
|
26065
25933
|
Breaking change -> TypeAheadItem:
|
|
@@ -26090,37 +25958,31 @@ Remove applicationCard node and action mark
|
|
|
26090
25958
|
## 111.1.4
|
|
26091
25959
|
|
|
26092
25960
|
- [patch][c5b70ffbdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c5b70ffbdb):
|
|
26093
|
-
|
|
26094
25961
|
- fix regression where multiple cell context menu dropdowns would appear when adding rows
|
|
26095
25962
|
|
|
26096
25963
|
## 111.1.3
|
|
26097
25964
|
|
|
26098
25965
|
- [patch][897c83c32a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/897c83c32a):
|
|
26099
|
-
|
|
26100
25966
|
- ED-6849: Prevent the collab plugin from re-initing on a reconfigure, also maintains previous
|
|
26101
25967
|
state when reconfiguring
|
|
26102
25968
|
|
|
26103
25969
|
## 111.1.2
|
|
26104
25970
|
|
|
26105
25971
|
- [patch][6a52b3d258](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a52b3d258):
|
|
26106
|
-
|
|
26107
25972
|
- fix for clicking behaviour in view/edit mode for Inline Smart Links.
|
|
26108
25973
|
|
|
26109
25974
|
## 111.1.1
|
|
26110
25975
|
|
|
26111
25976
|
- [patch][287036e319](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/287036e319):
|
|
26112
|
-
|
|
26113
25977
|
- ED-6765: workaround for mediaSingle deletion on Android
|
|
26114
25978
|
|
|
26115
25979
|
## 111.1.0
|
|
26116
25980
|
|
|
26117
25981
|
- [minor][9626153146](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9626153146):
|
|
26118
|
-
|
|
26119
25982
|
- ED-6564: improve typing performance, especially in tables
|
|
26120
25983
|
|
|
26121
25984
|
Be more selective about when to re-render certain nodes. In particular, only re-render table cells
|
|
26122
25985
|
when selecting in/out of them, or their contents change. This applies to:
|
|
26123
|
-
|
|
26124
25986
|
- tables
|
|
26125
25987
|
- images
|
|
26126
25988
|
- emojis
|
|
@@ -26129,7 +25991,6 @@ Remove applicationCard node and action mark
|
|
|
26129
25991
|
|
|
26130
25992
|
Also prevents a number of plugins from notifying about status changes when nothing has changed. In
|
|
26131
25993
|
particular:
|
|
26132
|
-
|
|
26133
25994
|
- breakout
|
|
26134
25995
|
- emoji
|
|
26135
25996
|
- hyperlink
|
|
@@ -26138,25 +25999,21 @@ Remove applicationCard node and action mark
|
|
|
26138
25999
|
## 111.0.6
|
|
26139
26000
|
|
|
26140
26001
|
- [patch][1c88068498](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c88068498):
|
|
26141
|
-
|
|
26142
26002
|
- Fix re-rendering FullPage appearance on every scroll
|
|
26143
26003
|
|
|
26144
26004
|
## 111.0.5
|
|
26145
26005
|
|
|
26146
26006
|
- [patch][2b85ca535a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b85ca535a):
|
|
26147
|
-
|
|
26148
26007
|
- ED-6828: fix smart link selection inside lists
|
|
26149
26008
|
|
|
26150
26009
|
## 111.0.4
|
|
26151
26010
|
|
|
26152
26011
|
- [patch][a3264821d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3264821d0):
|
|
26153
|
-
|
|
26154
26012
|
- ED-6129 Refactor table plugin state to use pluginFactory
|
|
26155
26013
|
|
|
26156
26014
|
## 111.0.3
|
|
26157
26015
|
|
|
26158
26016
|
- [patch][519046cd9b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/519046cd9b):
|
|
26159
|
-
|
|
26160
26017
|
- ED-6789: improve table column stacking when resizing columns to the right by going to overflown
|
|
26161
26018
|
state only when all resized columns are minWidths
|
|
26162
26019
|
|
|
@@ -26176,13 +26033,11 @@ Remove applicationCard node and action mark
|
|
|
26176
26033
|
## 111.0.1
|
|
26177
26034
|
|
|
26178
26035
|
- [patch][58948126ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58948126ef):
|
|
26179
|
-
|
|
26180
26036
|
- ED-6073: fix cursor selection and prevent jumping around inline smart links
|
|
26181
26037
|
|
|
26182
26038
|
## 111.0.0
|
|
26183
26039
|
|
|
26184
26040
|
- [major][154372926b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/154372926b):
|
|
26185
|
-
|
|
26186
26041
|
- Remove insertFileFromDataUrl action
|
|
26187
26042
|
|
|
26188
26043
|
If you want to upload a dataUrl to media, you should instead use **context.file.upload** from
|
|
@@ -26210,92 +26065,77 @@ Remove applicationCard node and action mark
|
|
|
26210
26065
|
## 110.4.0
|
|
26211
26066
|
|
|
26212
26067
|
- [minor][a8e3fc91ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a8e3fc91ae):
|
|
26213
|
-
|
|
26214
26068
|
- Remove react from panel node view
|
|
26215
26069
|
|
|
26216
26070
|
## 110.3.6
|
|
26217
26071
|
|
|
26218
26072
|
- [patch][72fc33f8e7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72fc33f8e7):
|
|
26219
|
-
|
|
26220
26073
|
- FS-3243 - Refactor status plugin to use new architecture
|
|
26221
26074
|
|
|
26222
26075
|
## 110.3.5
|
|
26223
26076
|
|
|
26224
26077
|
- [patch][284e2d0b0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/284e2d0b0b):
|
|
26225
|
-
|
|
26226
26078
|
- ED-6841 Fix inconsistent integration tests for inline card and table layout
|
|
26227
26079
|
|
|
26228
26080
|
## 110.3.4
|
|
26229
26081
|
|
|
26230
26082
|
- [patch][d1741c1f40](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d1741c1f40):
|
|
26231
|
-
|
|
26232
26083
|
- ED-6788: refactor columns resize actions to commands
|
|
26233
26084
|
|
|
26234
26085
|
## 110.3.3
|
|
26235
26086
|
|
|
26236
26087
|
- [patch][d9eccd861e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d9eccd861e):
|
|
26237
|
-
|
|
26238
26088
|
- ED-6804: pasting URLs with spaces properly convert to smart links
|
|
26239
26089
|
|
|
26240
26090
|
## 110.3.2
|
|
26241
26091
|
|
|
26242
26092
|
- [patch][47273cabd4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/47273cabd4):
|
|
26243
|
-
|
|
26244
26093
|
- ED-6803: Added bridge.clearContent() method for Android
|
|
26245
26094
|
|
|
26246
26095
|
## 110.3.1
|
|
26247
26096
|
|
|
26248
26097
|
- [patch][7890fa64fc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7890fa64fc):
|
|
26249
|
-
|
|
26250
26098
|
- ED-6723 Fix code block to be indented, if it's created using auto formating.
|
|
26251
26099
|
|
|
26252
26100
|
## 110.3.0
|
|
26253
26101
|
|
|
26254
26102
|
- [minor][652ef1e6be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/652ef1e6be):
|
|
26255
|
-
|
|
26256
26103
|
- ED-6774: Adds a FF to priortize smart links resolution over Jira Issue Macro
|
|
26257
26104
|
|
|
26258
26105
|
## 110.2.0
|
|
26259
26106
|
|
|
26260
26107
|
- [minor][5a49043dac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a49043dac):
|
|
26261
|
-
|
|
26262
26108
|
- Enable strictPropertyInitialization in tsconfig.base
|
|
26263
26109
|
|
|
26264
26110
|
## 110.1.1
|
|
26265
26111
|
|
|
26266
26112
|
- [patch][6614c81995](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6614c81995):
|
|
26267
|
-
|
|
26268
26113
|
- ED-6792: refactor column resizing classes to helper functions
|
|
26269
26114
|
|
|
26270
26115
|
## 110.1.0
|
|
26271
26116
|
|
|
26272
26117
|
- [minor][85d8a0831b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85d8a0831b):
|
|
26273
|
-
|
|
26274
26118
|
- ED-6725 Add new "Three columns with sidebars" layout
|
|
26275
26119
|
|
|
26276
26120
|
## 110.0.3
|
|
26277
26121
|
|
|
26278
26122
|
- [patch][80cf1c1e82](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80cf1c1e82):
|
|
26279
|
-
|
|
26280
26123
|
- [ED-6654] Update prosemirror-view to 1.8.9 that fixes a few issues with mouse selections on
|
|
26281
26124
|
prosemirror like click on table and the controls doesn't show up
|
|
26282
26125
|
|
|
26283
26126
|
## 110.0.2
|
|
26284
26127
|
|
|
26285
26128
|
- [patch][e88b52e27c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e88b52e27c):
|
|
26286
|
-
|
|
26287
26129
|
- ED-6130 Refactor table actions
|
|
26288
26130
|
|
|
26289
26131
|
## 110.0.1
|
|
26290
26132
|
|
|
26291
26133
|
- [patch][52846a2537](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/52846a2537):
|
|
26292
|
-
|
|
26293
26134
|
- ED-6633 Fix issue with size of table controls in new sidebar layouts
|
|
26294
26135
|
|
|
26295
26136
|
## 110.0.0
|
|
26296
26137
|
|
|
26297
26138
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
26298
|
-
|
|
26299
26139
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
26300
26140
|
this package, please ensure you use at least this version of react and react-dom.
|
|
26301
26141
|
|
|
@@ -26374,26 +26214,22 @@ Remove applicationCard node and action mark
|
|
|
26374
26214
|
## 108.0.4
|
|
26375
26215
|
|
|
26376
26216
|
- [patch][cc47b65340](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc47b65340):
|
|
26377
|
-
|
|
26378
26217
|
- ED-6738: Table scaling is now less aggressive, we will only attempt to 'scale to fix' when
|
|
26379
26218
|
neccessary.
|
|
26380
26219
|
|
|
26381
26220
|
## 108.0.3
|
|
26382
26221
|
|
|
26383
26222
|
- [patch][553c7e4fed](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/553c7e4fed):
|
|
26384
|
-
|
|
26385
26223
|
- ED-6779: Update CollabProvider types to cater for removing event listeners.
|
|
26386
26224
|
|
|
26387
26225
|
## 108.0.2
|
|
26388
26226
|
|
|
26389
26227
|
- [patch][55925d8946](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/55925d8946):
|
|
26390
|
-
|
|
26391
26228
|
- Fix flickering in media annotation modal
|
|
26392
26229
|
|
|
26393
26230
|
## 108.0.1
|
|
26394
26231
|
|
|
26395
26232
|
- [patch][312076749f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/312076749f):
|
|
26396
|
-
|
|
26397
26233
|
- [ED-6784] Fixes resize bar position when the mouse comes from a paragraph
|
|
26398
26234
|
|
|
26399
26235
|
## 108.0.0
|
|
@@ -26419,44 +26255,37 @@ Remove applicationCard node and action mark
|
|
|
26419
26255
|
## 107.24.4
|
|
26420
26256
|
|
|
26421
26257
|
- [patch][5bebbeb98e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5bebbeb98e):
|
|
26422
|
-
|
|
26423
26258
|
- [ED-6367] Fixes table header row toggle when there is cells with column span, preventing it from
|
|
26424
26259
|
being adding new cells wrongly
|
|
26425
26260
|
|
|
26426
26261
|
## 107.24.3
|
|
26427
26262
|
|
|
26428
26263
|
- [patch][a6fb248987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6fb248987):
|
|
26429
|
-
|
|
26430
26264
|
- ED-6639 Align lists styles between editor & renderer
|
|
26431
26265
|
|
|
26432
26266
|
## 107.24.2
|
|
26433
26267
|
|
|
26434
26268
|
- [patch][1e37f1bfc2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e37f1bfc2):
|
|
26435
|
-
|
|
26436
26269
|
- ED-6535: fix fallback for images without dimensions on upload
|
|
26437
26270
|
|
|
26438
26271
|
## 107.24.1
|
|
26439
26272
|
|
|
26440
26273
|
- [patch][a2e9e69a6a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2e9e69a6a):
|
|
26441
|
-
|
|
26442
26274
|
- ED-6745 Fix and prevent bad floating bar configuration
|
|
26443
26275
|
|
|
26444
26276
|
## 107.24.0
|
|
26445
26277
|
|
|
26446
26278
|
- [minor][6ab657abdc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ab657abdc):
|
|
26447
|
-
|
|
26448
26279
|
- ED-6644 Fire analytics event when full-width mode changes
|
|
26449
26280
|
|
|
26450
26281
|
## 107.23.1
|
|
26451
26282
|
|
|
26452
26283
|
- [patch][86975facf8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/86975facf8):
|
|
26453
|
-
|
|
26454
26284
|
- ED-6664 Fix i18n messages generation, replacing all const enum to just enums inside editor-core
|
|
26455
26285
|
|
|
26456
26286
|
## 107.23.0
|
|
26457
26287
|
|
|
26458
26288
|
- [minor][69d92c210f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69d92c210f):
|
|
26459
|
-
|
|
26460
26289
|
- ED-6582 Add Analytcs GAS V3 for insert SmartLinks
|
|
26461
26290
|
|
|
26462
26291
|
## 107.22.2
|
|
@@ -26473,17 +26302,14 @@ Remove applicationCard node and action mark
|
|
|
26473
26302
|
## 107.22.1
|
|
26474
26303
|
|
|
26475
26304
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
26476
|
-
|
|
26477
26305
|
- Bump tslib
|
|
26478
26306
|
|
|
26479
26307
|
- [patch][0ac39bd2dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ac39bd2dd):
|
|
26480
|
-
|
|
26481
26308
|
- Bump tslib to 1.9
|
|
26482
26309
|
|
|
26483
26310
|
## 107.22.0
|
|
26484
26311
|
|
|
26485
26312
|
- [minor][229cb05e26](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/229cb05e26):
|
|
26486
|
-
|
|
26487
26313
|
- ED-6722 Rename 'Columns' to 'Layouts' in toolbar and quick insert menu
|
|
26488
26314
|
|
|
26489
26315
|
## 107.21.1
|
|
@@ -26495,49 +26321,41 @@ Remove applicationCard node and action mark
|
|
|
26495
26321
|
## 107.21.0
|
|
26496
26322
|
|
|
26497
26323
|
- [minor][f005175d25](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f005175d25):
|
|
26498
|
-
|
|
26499
26324
|
- ED-6710: Replace UNSAFE_fullWidthMode with full-width appearance to match renderer API
|
|
26500
26325
|
|
|
26501
26326
|
## 107.20.0
|
|
26502
26327
|
|
|
26503
26328
|
- [minor][ce8ac59383](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce8ac59383):
|
|
26504
|
-
|
|
26505
26329
|
- ED-6635: You can now resize media inside columns
|
|
26506
26330
|
|
|
26507
26331
|
## 107.19.0
|
|
26508
26332
|
|
|
26509
26333
|
- [minor][ee71c90037](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ee71c90037):
|
|
26510
|
-
|
|
26511
26334
|
- ED-6601: When toggling between Full Width appearance and Full Page appearance, resized tables
|
|
26512
26335
|
now scale their sizes accordingly.
|
|
26513
26336
|
|
|
26514
26337
|
## 107.18.0
|
|
26515
26338
|
|
|
26516
26339
|
- [minor][272b64139f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/272b64139f):
|
|
26517
|
-
|
|
26518
26340
|
- ED-5108 Adding padding in the bottom of full page editor appearance
|
|
26519
26341
|
|
|
26520
26342
|
## 107.17.1
|
|
26521
26343
|
|
|
26522
26344
|
- [patch][16290b0448](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/16290b0448):
|
|
26523
|
-
|
|
26524
26345
|
- ED-6715 Fix issue with gap cursor + breakout + full-width mode where editor would crash
|
|
26525
26346
|
|
|
26526
26347
|
## 107.17.0
|
|
26527
26348
|
|
|
26528
26349
|
- [minor][d6886fe651](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d6886fe651):
|
|
26529
|
-
|
|
26530
26350
|
- ED-6649 Add analytics events for layout toolbar buttons - changing layouts and deleting layouts
|
|
26531
26351
|
|
|
26532
26352
|
- [patch][77936321cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/77936321cd):
|
|
26533
|
-
|
|
26534
26353
|
- [ED-4898] Fixes the Backspace event for empty codeBlocks when triggered from inside of tables or
|
|
26535
26354
|
columns
|
|
26536
26355
|
|
|
26537
26356
|
## 107.16.0
|
|
26538
26357
|
|
|
26539
26358
|
- [minor][5d9455978b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5d9455978b):
|
|
26540
|
-
|
|
26541
26359
|
- ED-5292: add support for custom autoformatting
|
|
26542
26360
|
|
|
26543
26361
|
You can now use the `customAutoformatting` prop to provide a custom autoformatting handler that
|
|
@@ -26572,19 +26390,16 @@ Remove applicationCard node and action mark
|
|
|
26572
26390
|
## 107.15.1
|
|
26573
26391
|
|
|
26574
26392
|
- [patch][9210783b0e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9210783b0e):
|
|
26575
|
-
|
|
26576
26393
|
- [ED-6432] Fix remove table after cut event happen on the entire table
|
|
26577
26394
|
|
|
26578
26395
|
## 107.15.0
|
|
26579
26396
|
|
|
26580
26397
|
- [minor][af359aa8d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af359aa8d1):
|
|
26581
|
-
|
|
26582
26398
|
- ED-6602: Disable breakout for full width mode
|
|
26583
26399
|
|
|
26584
26400
|
## 107.14.0
|
|
26585
26401
|
|
|
26586
26402
|
- [minor][799b7daf70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/799b7daf70):
|
|
26587
|
-
|
|
26588
26403
|
- ED-6600: Adding full-width mode to media
|
|
26589
26404
|
|
|
26590
26405
|
## 107.13.4
|
|
@@ -26627,26 +26442,22 @@ Remove applicationCard node and action mark
|
|
|
26627
26442
|
## 107.13.3
|
|
26628
26443
|
|
|
26629
26444
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
26630
|
-
|
|
26631
26445
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
26632
26446
|
supplied from itself.
|
|
26633
26447
|
|
|
26634
26448
|
## 107.13.2
|
|
26635
26449
|
|
|
26636
26450
|
- [patch][8e86c7c9d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8e86c7c9d4):
|
|
26637
|
-
|
|
26638
26451
|
- Use isImagePreview util to know if file is an image or not
|
|
26639
26452
|
|
|
26640
26453
|
## 107.13.1
|
|
26641
26454
|
|
|
26642
26455
|
- [patch][351e23aeb5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/351e23aeb5):
|
|
26643
|
-
|
|
26644
26456
|
- ED-6102: fixed inline node deletion on Android
|
|
26645
26457
|
|
|
26646
26458
|
## 107.13.0
|
|
26647
26459
|
|
|
26648
26460
|
- [minor][a16ea57a8c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a16ea57a8c):
|
|
26649
|
-
|
|
26650
26461
|
- ED-6623 Add new layout options "Left Sidebar" and "Right Sidebar" in addition to current layouts
|
|
26651
26462
|
"Two Columns" and "Three Columns"
|
|
26652
26463
|
|
|
@@ -26662,7 +26473,6 @@ Remove applicationCard node and action mark
|
|
|
26662
26473
|
## 107.12.6
|
|
26663
26474
|
|
|
26664
26475
|
- [patch][6695367885](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6695367885):
|
|
26665
|
-
|
|
26666
26476
|
- Revert emoji refactor
|
|
26667
26477
|
|
|
26668
26478
|
## 107.12.5
|
|
@@ -26701,64 +26511,54 @@ Remove applicationCard node and action mark
|
|
|
26701
26511
|
## 107.12.4
|
|
26702
26512
|
|
|
26703
26513
|
- [patch][068ecc926f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/068ecc926f):
|
|
26704
|
-
|
|
26705
26514
|
- Reverting column resize fix from ED-6627
|
|
26706
26515
|
|
|
26707
26516
|
## 107.12.3
|
|
26708
26517
|
|
|
26709
26518
|
- [patch][247cc39577](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/247cc39577):
|
|
26710
|
-
|
|
26711
26519
|
- ED-2152 Remove any selection when pressing ` and completing inlinecode
|
|
26712
26520
|
|
|
26713
26521
|
## 107.12.2
|
|
26714
26522
|
|
|
26715
26523
|
- [patch][24612aced0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24612aced0):
|
|
26716
|
-
|
|
26717
26524
|
- [ED-6467] Fixes alignments (left and right) for images, making them keep on the half of
|
|
26718
26525
|
lineLength
|
|
26719
26526
|
|
|
26720
26527
|
## 107.12.1
|
|
26721
26528
|
|
|
26722
26529
|
- [patch][098e5197b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/098e5197b6):
|
|
26723
|
-
|
|
26724
26530
|
- ED-6197 Provide fallback for image resizing snapTo. Set media resizing to be based on bounding
|
|
26725
26531
|
box instead of chained parent offsets.
|
|
26726
26532
|
|
|
26727
26533
|
## 107.12.0
|
|
26728
26534
|
|
|
26729
26535
|
- [minor][049ff62abf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/049ff62abf):
|
|
26730
|
-
|
|
26731
26536
|
- ED-6624: Add layout button to main toolbar
|
|
26732
26537
|
|
|
26733
26538
|
## 107.11.0
|
|
26734
26539
|
|
|
26735
26540
|
- [minor][b81d427d5c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81d427d5c):
|
|
26736
|
-
|
|
26737
26541
|
- ED-5373: Refactor emoji plugin to use new type ahead
|
|
26738
26542
|
|
|
26739
26543
|
## 107.10.2
|
|
26740
26544
|
|
|
26741
26545
|
- [patch][55e47676aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/55e47676aa):
|
|
26742
|
-
|
|
26743
26546
|
- revert update status code splits in Renderer/Editor which causes component dist to be broken
|
|
26744
26547
|
|
|
26745
26548
|
## 107.10.1
|
|
26746
26549
|
|
|
26747
26550
|
- [patch][64dd2ab46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64dd2ab46f):
|
|
26748
|
-
|
|
26749
26551
|
- ED-6558 Fix clicking to set the cursor placement after an inline node that's at the end of a
|
|
26750
26552
|
line. Set the default style attribute of Status nodes to be empty instead of 'null'.
|
|
26751
26553
|
|
|
26752
26554
|
## 107.10.0
|
|
26753
26555
|
|
|
26754
26556
|
- [minor][969915d261](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/969915d261):
|
|
26755
|
-
|
|
26756
26557
|
- update status import entrypoints in Renderer/editor
|
|
26757
26558
|
|
|
26758
26559
|
## 107.9.6
|
|
26759
26560
|
|
|
26760
26561
|
- [patch][0ff405bd0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ff405bd0f):
|
|
26761
|
-
|
|
26762
26562
|
- Removed CardView and CardViewLoader from public APIs and replaced it with light-weight and
|
|
26763
26563
|
stateless CardLoading and CardError components. Handling of external images is now done by Card
|
|
26764
26564
|
component itself using ExternalImageIdentifier interface.
|
|
@@ -26803,105 +26603,88 @@ Remove applicationCard node and action mark
|
|
|
26803
26603
|
## 107.9.5
|
|
26804
26604
|
|
|
26805
26605
|
- [patch][97e555c168](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97e555c168):
|
|
26806
|
-
|
|
26807
26606
|
- Revert "[ED-5259 - ED-6200] adds defaultMarks on tableNode (pull request #5259)"
|
|
26808
26607
|
|
|
26809
26608
|
## 107.9.4
|
|
26810
26609
|
|
|
26811
26610
|
- [patch][09a90e4af1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/09a90e4af1):
|
|
26812
|
-
|
|
26813
26611
|
- ED-6319 Supporting select media using gap cursor, fix behaviour of backspace key and gap cursor
|
|
26814
26612
|
in media single with layout wrap-right.
|
|
26815
26613
|
|
|
26816
26614
|
## 107.9.3
|
|
26817
26615
|
|
|
26818
26616
|
- [patch][a15643ba92](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a15643ba92):
|
|
26819
|
-
|
|
26820
26617
|
- Nodeviews now re-render without a view re-create
|
|
26821
26618
|
|
|
26822
26619
|
## 107.9.2
|
|
26823
26620
|
|
|
26824
26621
|
- [patch][823d44ebb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/823d44ebb0):
|
|
26825
|
-
|
|
26826
26622
|
- ED-6667 Enfoce consistent whitespace between renderer & editor
|
|
26827
26623
|
|
|
26828
26624
|
## 107.9.1
|
|
26829
26625
|
|
|
26830
26626
|
- [patch][c976e9355c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c976e9355c):
|
|
26831
|
-
|
|
26832
26627
|
- ED-6320: support replacing smart links from Recent Items list via Cmd+K menu
|
|
26833
26628
|
|
|
26834
26629
|
## 107.9.0
|
|
26835
26630
|
|
|
26836
26631
|
- [minor][2558e53738](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2558e53738):
|
|
26837
|
-
|
|
26838
26632
|
- ED-6665 Rename 'Panel' to 'Info Panel' (frontend text only)
|
|
26839
26633
|
|
|
26840
26634
|
## 107.8.3
|
|
26841
26635
|
|
|
26842
26636
|
- [patch][b425ea772b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b425ea772b):
|
|
26843
|
-
|
|
26844
26637
|
- Revert "ED-5505 add strong as default mark to table header (pull request #5291)"
|
|
26845
26638
|
|
|
26846
26639
|
## 107.8.2
|
|
26847
26640
|
|
|
26848
26641
|
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
26849
|
-
|
|
26850
26642
|
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
26851
26643
|
|
|
26852
26644
|
## 107.8.1
|
|
26853
26645
|
|
|
26854
26646
|
- [patch][dfc4c5da7f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dfc4c5da7f):
|
|
26855
|
-
|
|
26856
26647
|
- Fix odd cursor selection going inside the inline smart links
|
|
26857
26648
|
|
|
26858
26649
|
## 107.8.0
|
|
26859
26650
|
|
|
26860
26651
|
- [minor][02dd1f7287](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02dd1f7287):
|
|
26861
|
-
|
|
26862
26652
|
- [ED-5505] Persists formatting to table cells and headers when toggling header row, column or
|
|
26863
26653
|
applying any text formatting to empty cells.
|
|
26864
26654
|
|
|
26865
26655
|
## 107.7.12
|
|
26866
26656
|
|
|
26867
26657
|
- [patch][44b14dba84](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/44b14dba84):
|
|
26868
|
-
|
|
26869
26658
|
- ED-6651: fix cell borders when table has merged cells
|
|
26870
26659
|
|
|
26871
26660
|
## 107.7.11
|
|
26872
26661
|
|
|
26873
26662
|
- [patch][2e5b1c9783](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e5b1c9783):
|
|
26874
|
-
|
|
26875
26663
|
- ED-6535: fix fallback for images without dimensions on upload
|
|
26876
26664
|
|
|
26877
26665
|
## 107.7.10
|
|
26878
26666
|
|
|
26879
26667
|
- [patch][acfd88ba22](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acfd88ba22):
|
|
26880
|
-
|
|
26881
26668
|
- ED-6639 Align lists styles between editor & renderer
|
|
26882
26669
|
|
|
26883
26670
|
## 107.7.9
|
|
26884
26671
|
|
|
26885
26672
|
- [patch][513fb8a1a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/513fb8a1a9):
|
|
26886
|
-
|
|
26887
26673
|
- ED-6640: fix resizing not focused table
|
|
26888
26674
|
|
|
26889
26675
|
## 107.7.8
|
|
26890
26676
|
|
|
26891
26677
|
- [patch][eaf2f72de1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eaf2f72de1):
|
|
26892
|
-
|
|
26893
26678
|
- ED-6650 Table doesn’t respond on inserting widget with min-width set
|
|
26894
26679
|
|
|
26895
26680
|
## 107.7.7
|
|
26896
26681
|
|
|
26897
26682
|
- [patch][ce8caf29d5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce8caf29d5):
|
|
26898
|
-
|
|
26899
26683
|
- ED-6463: fix contextual menu vertical position
|
|
26900
26684
|
|
|
26901
26685
|
## 107.7.6
|
|
26902
26686
|
|
|
26903
26687
|
- [patch][eea996dac5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eea996dac5):
|
|
26904
|
-
|
|
26905
26688
|
- ED-6598: Toggling `fullWidthMode` now re-creates `EditorView` instead of only re-creating
|
|
26906
26689
|
`EditorState`
|
|
26907
26690
|
|
|
@@ -26910,11 +26693,9 @@ Remove applicationCard node and action mark
|
|
|
26910
26693
|
## 107.7.5
|
|
26911
26694
|
|
|
26912
26695
|
- [patch][29d10e3d60](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29d10e3d60):
|
|
26913
|
-
|
|
26914
26696
|
- ED-6626 Table doesn’t respond on inserting widget with min-width set
|
|
26915
26697
|
|
|
26916
26698
|
_Test steps:_
|
|
26917
|
-
|
|
26918
26699
|
- Insert a `table`
|
|
26919
26700
|
- Insert an widget macro with an YouTube video url
|
|
26920
26701
|
- The `table` should resize the column accordingly
|
|
@@ -26922,89 +26703,75 @@ Remove applicationCard node and action mark
|
|
|
26922
26703
|
## 107.7.4
|
|
26923
26704
|
|
|
26924
26705
|
- [patch][e80a553a6e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e80a553a6e):
|
|
26925
|
-
|
|
26926
26706
|
- ED-6478: upskip VR tests for numbered column
|
|
26927
26707
|
|
|
26928
26708
|
## 107.7.3
|
|
26929
26709
|
|
|
26930
26710
|
- [patch][71c1a888f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/71c1a888f7):
|
|
26931
|
-
|
|
26932
26711
|
- ED-6479: upskip table floating toolbar VR tests
|
|
26933
26712
|
|
|
26934
26713
|
## 107.7.2
|
|
26935
26714
|
|
|
26936
26715
|
- [patch][41b940325e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/41b940325e):
|
|
26937
|
-
|
|
26938
26716
|
- ED-5948: added mass alignment on a range of selected cells
|
|
26939
26717
|
|
|
26940
26718
|
## 107.7.1
|
|
26941
26719
|
|
|
26942
26720
|
- [patch][c4aedc236e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c4aedc236e):
|
|
26943
|
-
|
|
26944
26721
|
- ED-6613 Clear Action & Decision lists instead of wrapping them around floated content. Corrects
|
|
26945
26722
|
gap cursor position when adjacent to floated content.
|
|
26946
26723
|
|
|
26947
26724
|
## 107.7.0
|
|
26948
26725
|
|
|
26949
26726
|
- [minor][9df8755c0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9df8755c0b):
|
|
26950
|
-
|
|
26951
26727
|
- ED-6603: Disable dynamic text sizing in full width mode
|
|
26952
26728
|
|
|
26953
26729
|
## 107.6.5
|
|
26954
26730
|
|
|
26955
26731
|
- [patch][e125d7d78a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e125d7d78a):
|
|
26956
|
-
|
|
26957
26732
|
- ED-6627: fix re-rendering table controls when table is nested inside Columns or bodied
|
|
26958
26733
|
extensions
|
|
26959
26734
|
|
|
26960
26735
|
## 107.6.4
|
|
26961
26736
|
|
|
26962
26737
|
- [patch][0f0c06f787](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f0c06f787):
|
|
26963
|
-
|
|
26964
26738
|
- ED-5850 Visual tweak to ensure icons are tightly bound by their borders
|
|
26965
26739
|
|
|
26966
26740
|
## 107.6.3
|
|
26967
26741
|
|
|
26968
26742
|
- [patch][1b0b718266](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b0b718266):
|
|
26969
|
-
|
|
26970
26743
|
- ED-6474: fix resizing last table column when table is nested inside Columns node
|
|
26971
26744
|
|
|
26972
26745
|
## 107.6.2
|
|
26973
26746
|
|
|
26974
26747
|
- [patch][6110c666c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6110c666c6):
|
|
26975
|
-
|
|
26976
26748
|
- ED-6619: scale table when deleting or adding columns
|
|
26977
26749
|
|
|
26978
26750
|
## 107.6.1
|
|
26979
26751
|
|
|
26980
26752
|
- [patch][e0d04f321c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0d04f321c):
|
|
26981
|
-
|
|
26982
26753
|
- ED-6376: fix rendering row controls when table has nested Jira macro (rendered as a nested
|
|
26983
26754
|
table)
|
|
26984
26755
|
|
|
26985
26756
|
## 107.6.0
|
|
26986
26757
|
|
|
26987
26758
|
- [minor][13d53eb7c9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/13d53eb7c9):
|
|
26988
|
-
|
|
26989
26759
|
- ED-6604 Animate transition from default -> full-width mode and vice versa
|
|
26990
26760
|
|
|
26991
26761
|
## 107.5.1
|
|
26992
26762
|
|
|
26993
26763
|
- [patch][d26570e3b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d26570e3b5):
|
|
26994
|
-
|
|
26995
26764
|
- Update i18n for team mention
|
|
26996
26765
|
- Fix a bug in team mention: missing https protocol in team link
|
|
26997
26766
|
|
|
26998
26767
|
## 107.5.0
|
|
26999
26768
|
|
|
27000
26769
|
- [minor][81491bbc4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/81491bbc4e):
|
|
27001
|
-
|
|
27002
26770
|
- ED-5850 Add fallback icon and fix SVG ids
|
|
27003
26771
|
|
|
27004
26772
|
## 107.4.0
|
|
27005
26773
|
|
|
27006
26774
|
- [minor][60a89f843f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60a89f843f):
|
|
27007
|
-
|
|
27008
26775
|
- ED-6598: Add initial prop for 'Full Width Mode'
|
|
27009
26776
|
|
|
27010
26777
|
You may now enable our new experimental feature 'Full Width Mode' by passing a new `fullWidthMode`
|
|
@@ -27022,19 +26789,16 @@ Remove applicationCard node and action mark
|
|
|
27022
26789
|
## 107.3.3
|
|
27023
26790
|
|
|
27024
26791
|
- [patch][92c8c14019](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92c8c14019):
|
|
27025
|
-
|
|
27026
26792
|
- ED-6492: Fixed media single without dimensions not rendering on mobile
|
|
27027
26793
|
|
|
27028
26794
|
## 107.3.2
|
|
27029
26795
|
|
|
27030
26796
|
- [patch][3d0da81a4b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d0da81a4b):
|
|
27031
|
-
|
|
27032
26797
|
- ED-6583 Add analytics v3 for link inserts
|
|
27033
26798
|
|
|
27034
26799
|
## 107.3.1
|
|
27035
26800
|
|
|
27036
26801
|
- [patch][9f08142085](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f08142085):
|
|
27037
|
-
|
|
27038
26802
|
- ED-6618: Fixes the exception thrown when trying to apply the delete decoration.
|
|
27039
26803
|
|
|
27040
26804
|
Occurs on a position where a node was recently deleted. We now re-map the decorations position on
|
|
@@ -27043,25 +26807,21 @@ Remove applicationCard node and action mark
|
|
|
27043
26807
|
## 107.3.0
|
|
27044
26808
|
|
|
27045
26809
|
- [minor][936f12e761](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/936f12e761):
|
|
27046
|
-
|
|
27047
26810
|
- ED-5850 Add descriptions, richer icons and keyboard shortcuts to the quick insert menu
|
|
27048
26811
|
|
|
27049
26812
|
## 107.2.0
|
|
27050
26813
|
|
|
27051
26814
|
- [minor][fb7a25ec0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fb7a25ec0b):
|
|
27052
|
-
|
|
27053
26815
|
- ED-6221 Fire v3 analytics events when insert media
|
|
27054
26816
|
|
|
27055
26817
|
## 107.1.1
|
|
27056
26818
|
|
|
27057
26819
|
- [patch][67e5bfeb72](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67e5bfeb72):
|
|
27058
|
-
|
|
27059
26820
|
- ED-6181 Add analytics to paste event
|
|
27060
26821
|
|
|
27061
26822
|
## 107.1.0
|
|
27062
26823
|
|
|
27063
26824
|
- [minor][e36f791fd6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e36f791fd6):
|
|
27064
|
-
|
|
27065
26825
|
- Improve types
|
|
27066
26826
|
|
|
27067
26827
|
## 107.0.0
|
|
@@ -27087,13 +26847,11 @@ Remove applicationCard node and action mark
|
|
|
27087
26847
|
## 106.7.9
|
|
27088
26848
|
|
|
27089
26849
|
- [patch][495738bcd8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/495738bcd8):
|
|
27090
|
-
|
|
27091
26850
|
- Enable UI for links inside headings
|
|
27092
26851
|
|
|
27093
26852
|
## 106.7.8
|
|
27094
26853
|
|
|
27095
26854
|
- [patch][2d7ff51814](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d7ff51814):
|
|
27096
|
-
|
|
27097
26855
|
- ED-6595 Remove layout marks when pasting images inside a list
|
|
27098
26856
|
|
|
27099
26857
|
## 106.7.7
|
|
@@ -27112,19 +26870,16 @@ Remove applicationCard node and action mark
|
|
|
27112
26870
|
## 106.7.6
|
|
27113
26871
|
|
|
27114
26872
|
- [patch][acaf2abb57](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acaf2abb57):
|
|
27115
|
-
|
|
27116
26873
|
- ED-6146 Fix bug where gap cursor did not display to right of first node
|
|
27117
26874
|
|
|
27118
26875
|
## 106.7.5
|
|
27119
26876
|
|
|
27120
26877
|
- [patch][298bfed4e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/298bfed4e1):
|
|
27121
|
-
|
|
27122
26878
|
- ED-6580 Media in editor is sized incorrectly in firefox
|
|
27123
26879
|
|
|
27124
26880
|
## 106.7.4
|
|
27125
26881
|
|
|
27126
26882
|
- [patch][5320e1bdb5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5320e1bdb5):
|
|
27127
|
-
|
|
27128
26883
|
- ED-6476 Columns should show border when inactive in the Editor.
|
|
27129
26884
|
|
|
27130
26885
|
## 106.7.3
|
|
@@ -27145,98 +26900,82 @@ Remove applicationCard node and action mark
|
|
|
27145
26900
|
## 106.7.1
|
|
27146
26901
|
|
|
27147
26902
|
- [patch][b3c60e3c9c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b3c60e3c9c):
|
|
27148
|
-
|
|
27149
26903
|
- Update media-editor dependency
|
|
27150
26904
|
|
|
27151
26905
|
## 106.7.0
|
|
27152
26906
|
|
|
27153
26907
|
- [minor][b32008359a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b32008359a):
|
|
27154
|
-
|
|
27155
26908
|
- ED-5823 Add red styling for document elements when they are selected for removal
|
|
27156
26909
|
|
|
27157
26910
|
## 106.6.3
|
|
27158
26911
|
|
|
27159
26912
|
- [patch][97eeac260b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97eeac260b):
|
|
27160
|
-
|
|
27161
26913
|
- ED-6137 GAS v3 Analytics events for action subject Table
|
|
27162
26914
|
|
|
27163
26915
|
## 106.6.2
|
|
27164
26916
|
|
|
27165
26917
|
- [patch][56766ce748](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/56766ce748):
|
|
27166
|
-
|
|
27167
26918
|
- ED-6407: improve table information density by reducing cells padding from 10px to 8px
|
|
27168
26919
|
|
|
27169
26920
|
## 106.6.1
|
|
27170
26921
|
|
|
27171
26922
|
- [patch][92452e9323](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92452e9323):
|
|
27172
|
-
|
|
27173
26923
|
- ED-5734: render table column control buttons for each column regardless of merged cells
|
|
27174
26924
|
|
|
27175
26925
|
## 106.6.0
|
|
27176
26926
|
|
|
27177
26927
|
- [minor][0781a7068c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0781a7068c):
|
|
27178
|
-
|
|
27179
26928
|
- ED-6222 Add insertMenu insert events for: emoji picker, image picker, link typeahead, mention
|
|
27180
26929
|
typeahead
|
|
27181
26930
|
|
|
27182
26931
|
## 106.5.0
|
|
27183
26932
|
|
|
27184
26933
|
- [minor][ea6b08700c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea6b08700c):
|
|
27185
|
-
|
|
27186
26934
|
- ED-6245: Ensure extensions scroll + overflow when they may break out of their parent container.
|
|
27187
26935
|
|
|
27188
26936
|
## 106.4.0
|
|
27189
26937
|
|
|
27190
26938
|
- [minor][7e164b5a6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e164b5a6b):
|
|
27191
|
-
|
|
27192
26939
|
- ED-6547 Add GAS v3 analytics for smartLink
|
|
27193
26940
|
|
|
27194
26941
|
## 106.3.3
|
|
27195
26942
|
|
|
27196
26943
|
- [patch][aa117f5341](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa117f5341):
|
|
27197
|
-
|
|
27198
26944
|
- fix alignment and UI for inline Smart Links.
|
|
27199
26945
|
|
|
27200
26946
|
## 106.3.2
|
|
27201
26947
|
|
|
27202
26948
|
- [patch][8187471d39](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8187471d39):
|
|
27203
|
-
|
|
27204
26949
|
- ED-4650 Allow inline code to render after a parentheses
|
|
27205
26950
|
|
|
27206
26951
|
## 106.3.1
|
|
27207
26952
|
|
|
27208
26953
|
- [patch][2f4594a876](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f4594a876):
|
|
27209
|
-
|
|
27210
26954
|
- ED-6526: Resize a table with breakout content
|
|
27211
26955
|
|
|
27212
26956
|
## 106.3.0
|
|
27213
26957
|
|
|
27214
26958
|
- [minor][1affe17dc4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1affe17dc4):
|
|
27215
|
-
|
|
27216
26959
|
- add analytics events for team mention
|
|
27217
26960
|
|
|
27218
26961
|
## 106.2.3
|
|
27219
26962
|
|
|
27220
26963
|
- [patch][08940b66c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/08940b66c1):
|
|
27221
|
-
|
|
27222
26964
|
- ED-6561 Ignore empty transactions from collab provider
|
|
27223
26965
|
|
|
27224
26966
|
## 106.2.2
|
|
27225
26967
|
|
|
27226
26968
|
- [patch][2ac4f3bf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2ac4f3bf30):
|
|
27227
|
-
|
|
27228
26969
|
- fix deleting multiple rows in table
|
|
27229
26970
|
|
|
27230
26971
|
## 106.2.1
|
|
27231
26972
|
|
|
27232
26973
|
- [patch][8ea5466017](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8ea5466017):
|
|
27233
|
-
|
|
27234
26974
|
- ED-6438 Fix bg in codeblock gutter
|
|
27235
26975
|
|
|
27236
26976
|
## 106.2.0
|
|
27237
26977
|
|
|
27238
26978
|
- [minor][7bd786fd4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7bd786fd4d):
|
|
27239
|
-
|
|
27240
26979
|
- TEAMS-323 : Send additional information for teams when a team is selected in a mention
|
|
27241
26980
|
|
|
27242
26981
|
## 106.1.2
|
|
@@ -27249,32 +26988,27 @@ Remove applicationCard node and action mark
|
|
|
27249
26988
|
## 106.1.1
|
|
27250
26989
|
|
|
27251
26990
|
- [patch][c604b1eb64](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c604b1eb64):
|
|
27252
|
-
|
|
27253
26991
|
- Fix ED-6522 & ED-6046. Remove z-index from images to ensure they doesn't overlap adjacent
|
|
27254
26992
|
content. Ensure floated images remain clickable when adjacent a list.
|
|
27255
26993
|
|
|
27256
26994
|
## 106.1.0
|
|
27257
26995
|
|
|
27258
26996
|
- [minor][0672369fc8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0672369fc8):
|
|
27259
|
-
|
|
27260
26997
|
- Integrate TeamMentionResource in editor-core
|
|
27261
26998
|
|
|
27262
26999
|
## 106.0.6
|
|
27263
27000
|
|
|
27264
27001
|
- [patch][2f953a0738](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f953a0738):
|
|
27265
|
-
|
|
27266
27002
|
- ED-6362: add analytics for media annotation button
|
|
27267
27003
|
|
|
27268
27004
|
## 106.0.5
|
|
27269
27005
|
|
|
27270
27006
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
27271
|
-
|
|
27272
27007
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
27273
27008
|
|
|
27274
27009
|
## 106.0.4
|
|
27275
27010
|
|
|
27276
27011
|
- [patch][205b101e2b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/205b101e2b):
|
|
27277
|
-
|
|
27278
27012
|
- ED-6230: bump prosemirror-view to 1.8.3; workaround Chrome bug with copy paste multiple images
|
|
27279
27013
|
|
|
27280
27014
|
## 106.0.3
|
|
@@ -27292,7 +27026,6 @@ Remove applicationCard node and action mark
|
|
|
27292
27026
|
## 106.0.2
|
|
27293
27027
|
|
|
27294
27028
|
- [patch][8f1f21dd3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8f1f21dd3a):
|
|
27295
|
-
|
|
27296
27029
|
- ED-6275: drop size and alignment when pasting images into page columns or a table
|
|
27297
27030
|
|
|
27298
27031
|
## 106.0.1
|
|
@@ -27306,7 +27039,6 @@ Remove applicationCard node and action mark
|
|
|
27306
27039
|
## 106.0.0
|
|
27307
27040
|
|
|
27308
27041
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
27309
|
-
|
|
27310
27042
|
- Dropped ES5 distributables from the typescript packages
|
|
27311
27043
|
|
|
27312
27044
|
- Updated dependencies
|
|
@@ -27360,38 +27092,32 @@ Remove applicationCard node and action mark
|
|
|
27360
27092
|
## 105.4.2
|
|
27361
27093
|
|
|
27362
27094
|
- [patch][57fdb39e20](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/57fdb39e20):
|
|
27363
|
-
|
|
27364
27095
|
- ED-6512 Fix subscript
|
|
27365
27096
|
|
|
27366
27097
|
## 105.4.1
|
|
27367
27098
|
|
|
27368
27099
|
- [patch][fb679d390f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fb679d390f):
|
|
27369
|
-
|
|
27370
27100
|
- Add a new TeamMenioResource for @atlaskit/mention package. That allows to fetch teams data for
|
|
27371
27101
|
mention from a team service (Legion service)
|
|
27372
27102
|
|
|
27373
27103
|
## 105.4.0
|
|
27374
27104
|
|
|
27375
27105
|
- [minor][f6345bba88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f6345bba88):
|
|
27376
|
-
|
|
27377
27106
|
- Ed-4131 Fix text decorations to respect the selected text colour
|
|
27378
27107
|
|
|
27379
27108
|
## 105.3.2
|
|
27380
27109
|
|
|
27381
27110
|
- [patch][b849dcb1e7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b849dcb1e7):
|
|
27382
|
-
|
|
27383
27111
|
- bump smart cards version to include patches.
|
|
27384
27112
|
|
|
27385
27113
|
## 105.3.1
|
|
27386
27114
|
|
|
27387
27115
|
- [patch][3f6501c569](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f6501c569):
|
|
27388
|
-
|
|
27389
27116
|
- ED-6518: Fixes mark overflowing to the left
|
|
27390
27117
|
|
|
27391
27118
|
## 105.3.0
|
|
27392
27119
|
|
|
27393
27120
|
- [minor][5b226754b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b226754b8):
|
|
27394
|
-
|
|
27395
27121
|
- ED-5939: Replace SizeDetector with WidthDetector in all editor components
|
|
27396
27122
|
|
|
27397
27123
|
## 105.2.1
|
|
@@ -27403,13 +27129,11 @@ Remove applicationCard node and action mark
|
|
|
27403
27129
|
## 105.2.0
|
|
27404
27130
|
|
|
27405
27131
|
- [minor][b2c1f96b0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b2c1f96b0d):
|
|
27406
|
-
|
|
27407
27132
|
- Allow text formatting marks only on text nodes.
|
|
27408
27133
|
|
|
27409
27134
|
## 105.1.0
|
|
27410
27135
|
|
|
27411
27136
|
- [minor][804597a281](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/804597a281):
|
|
27412
|
-
|
|
27413
27137
|
- ED-6482 Add GAS v3 analytics for panel
|
|
27414
27138
|
|
|
27415
27139
|
## 105.0.0
|
|
@@ -27443,87 +27167,73 @@ Remove applicationCard node and action mark
|
|
|
27443
27167
|
## 104.1.0
|
|
27444
27168
|
|
|
27445
27169
|
- [minor][55eb63afac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/55eb63afac):
|
|
27446
|
-
|
|
27447
27170
|
- ED-6239 Add Analytics GAS V3 to autosubstituted
|
|
27448
27171
|
|
|
27449
27172
|
## 104.0.0
|
|
27450
27173
|
|
|
27451
27174
|
- [major][4d17df92f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4d17df92f8):
|
|
27452
|
-
|
|
27453
27175
|
- ED-6484: Remove the 'inline-comment' appearance from Editor.
|
|
27454
27176
|
|
|
27455
27177
|
## 103.4.4
|
|
27456
27178
|
|
|
27457
27179
|
- [patch][65acb722e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65acb722e3):
|
|
27458
|
-
|
|
27459
27180
|
- ED-6412: Prevent inserting links containing 'javascript:'
|
|
27460
27181
|
|
|
27461
27182
|
## 103.4.3
|
|
27462
27183
|
|
|
27463
27184
|
- [patch][7641ec96cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7641ec96cd):
|
|
27464
|
-
|
|
27465
27185
|
- ED-5998: improve cell selection with merged cells, deleting columns and rows
|
|
27466
27186
|
|
|
27467
27187
|
## 103.4.2
|
|
27468
27188
|
|
|
27469
27189
|
- [patch][6380484429](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6380484429):
|
|
27470
|
-
|
|
27471
27190
|
- ED-6485 Support breakout mark on layout-section. Retain breakout mark when toggling list nested
|
|
27472
27191
|
within columns.
|
|
27473
27192
|
|
|
27474
27193
|
## 103.4.1
|
|
27475
27194
|
|
|
27476
27195
|
- [patch][5e319bb725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e319bb725):
|
|
27477
|
-
|
|
27478
27196
|
- ED-6286: fix post-PR for media upload on mobile
|
|
27479
27197
|
|
|
27480
27198
|
## 103.4.0
|
|
27481
27199
|
|
|
27482
27200
|
- [minor][6739aea208](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6739aea208):
|
|
27483
|
-
|
|
27484
27201
|
- Update editor-common and editor-core types
|
|
27485
27202
|
|
|
27486
27203
|
## 103.3.0
|
|
27487
27204
|
|
|
27488
27205
|
- [minor][738f58ef9e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/738f58ef9e):
|
|
27489
|
-
|
|
27490
27206
|
- ED-5019 Panels are no longer cleared by clear-formatting
|
|
27491
27207
|
|
|
27492
27208
|
## 103.2.0
|
|
27493
27209
|
|
|
27494
27210
|
- [minor][08a09ae767](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/08a09ae767):
|
|
27495
|
-
|
|
27496
27211
|
- ED-6377 Add Analytics GAS V3 for numbered/bulleted list format
|
|
27497
27212
|
|
|
27498
27213
|
## 103.1.4
|
|
27499
27214
|
|
|
27500
27215
|
- [patch][be479e2335](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be479e2335):
|
|
27501
|
-
|
|
27502
27216
|
- fix link opening logic for view and edit mode.
|
|
27503
27217
|
|
|
27504
27218
|
## 103.1.3
|
|
27505
27219
|
|
|
27506
27220
|
- [patch][ed6ef51cfe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed6ef51cfe):
|
|
27507
|
-
|
|
27508
27221
|
- ED-6158: added a shortcut to contextual menu for insertRow and insertColumn
|
|
27509
27222
|
|
|
27510
27223
|
## 103.1.2
|
|
27511
27224
|
|
|
27512
27225
|
- [patch][abb200b0b4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abb200b0b4):
|
|
27513
|
-
|
|
27514
27226
|
- ED-6374: Switch to MutationObserver instead of rAF + nodeview update for handling breakout
|
|
27515
27227
|
content inside a table cell.
|
|
27516
27228
|
|
|
27517
27229
|
## 103.1.1
|
|
27518
27230
|
|
|
27519
27231
|
- [patch][109158320c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/109158320c):
|
|
27520
|
-
|
|
27521
27232
|
- Make more avatar colors available to the collab plugin
|
|
27522
27233
|
|
|
27523
27234
|
## 103.1.0
|
|
27524
27235
|
|
|
27525
27236
|
- [minor][58932a27f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58932a27f4):
|
|
27526
|
-
|
|
27527
27237
|
- ED-6220 Fire v3 analytics events when insert actions or decisions
|
|
27528
27238
|
|
|
27529
27239
|
## 103.0.3
|
|
@@ -27579,37 +27289,31 @@ Remove applicationCard node and action mark
|
|
|
27579
27289
|
## 103.0.2
|
|
27580
27290
|
|
|
27581
27291
|
- [patch][44f4d1293a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/44f4d1293a):
|
|
27582
|
-
|
|
27583
27292
|
- ED-6219: Use TableMap to get column index over dom children index
|
|
27584
27293
|
|
|
27585
27294
|
## 103.0.1
|
|
27586
27295
|
|
|
27587
27296
|
- [patch][b346b44c05](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b346b44c05):
|
|
27588
|
-
|
|
27589
27297
|
- ED-6411: Fix resizing the last column with dynamic text sizing enabled
|
|
27590
27298
|
|
|
27591
27299
|
## 103.0.0
|
|
27592
27300
|
|
|
27593
27301
|
- [major][60f0ad9a7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60f0ad9a7e):
|
|
27594
|
-
|
|
27595
27302
|
- ED-6286: remove StateManager from media plugin and provider
|
|
27596
27303
|
|
|
27597
27304
|
## 102.2.2
|
|
27598
27305
|
|
|
27599
27306
|
- [patch][06c4a70a2e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c4a70a2e):
|
|
27600
|
-
|
|
27601
27307
|
- ED-6031: Dont reset selection if editor still has focus.
|
|
27602
27308
|
|
|
27603
27309
|
## 102.2.1
|
|
27604
27310
|
|
|
27605
27311
|
- [patch][c427333c46](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c427333c46):
|
|
27606
|
-
|
|
27607
27312
|
- ED-6008 Dim telepointers that overlaps the cursor.
|
|
27608
27313
|
|
|
27609
27314
|
## 102.2.0
|
|
27610
27315
|
|
|
27611
27316
|
- [minor][4a9a7487f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4a9a7487f1):
|
|
27612
|
-
|
|
27613
27317
|
- ED-6240 Add Analytics GAS V3 for insert new line
|
|
27614
27318
|
|
|
27615
27319
|
## 102.1.10
|
|
@@ -27625,51 +27329,42 @@ Remove applicationCard node and action mark
|
|
|
27625
27329
|
## 102.1.9
|
|
27626
27330
|
|
|
27627
27331
|
- [patch][9b0f6671ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b0f6671ae):
|
|
27628
|
-
|
|
27629
27332
|
- ED-6244: Fix Resizable Media to allow images go smaller size than videos
|
|
27630
27333
|
|
|
27631
27334
|
## 102.1.8
|
|
27632
27335
|
|
|
27633
27336
|
- [patch][97a9ca095b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97a9ca095b):
|
|
27634
|
-
|
|
27635
27337
|
- ED-6452: Put collab document validation behind a flag
|
|
27636
27338
|
|
|
27637
27339
|
## 102.1.7
|
|
27638
27340
|
|
|
27639
27341
|
- [patch][2e48ec26ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e48ec26ba):
|
|
27640
|
-
|
|
27641
27342
|
- Changes to support new version of media-editor
|
|
27642
27343
|
|
|
27643
27344
|
## 102.1.6
|
|
27644
27345
|
|
|
27645
27346
|
- [patch][59fcd0bbc9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59fcd0bbc9):
|
|
27646
|
-
|
|
27647
27347
|
- FM-1618: fixed media upload on mobile
|
|
27648
27348
|
|
|
27649
27349
|
## 102.1.5
|
|
27650
27350
|
|
|
27651
27351
|
- [patch][2b4b290610](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b4b290610):
|
|
27652
|
-
|
|
27653
27352
|
- ED-6461: Fix placement start when scrolling for Popup
|
|
27654
27353
|
|
|
27655
27354
|
## 102.1.4
|
|
27656
27355
|
|
|
27657
27356
|
- [patch][7a8d8ba656](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7a8d8ba656):
|
|
27658
|
-
|
|
27659
27357
|
- ED-6452: Validate documents on init through collab-editing
|
|
27660
|
-
|
|
27661
27358
|
* Add unsupportedInline and unsupportedBlock to test-helpers.
|
|
27662
27359
|
|
|
27663
27360
|
## 102.1.3
|
|
27664
27361
|
|
|
27665
27362
|
- [patch][1c00bd6268](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c00bd6268):
|
|
27666
|
-
|
|
27667
27363
|
- ED-6409: set minWidth to 140px for all new columns in resized table
|
|
27668
27364
|
|
|
27669
27365
|
## 102.1.2
|
|
27670
27366
|
|
|
27671
27367
|
- [patch][f86078d629](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86078d629):
|
|
27672
|
-
|
|
27673
27368
|
- ED-6327: highlight smart cards when selecting backwards in document
|
|
27674
27369
|
|
|
27675
27370
|
## 102.1.1
|
|
@@ -27684,19 +27379,16 @@ Remove applicationCard node and action mark
|
|
|
27684
27379
|
## 102.1.0
|
|
27685
27380
|
|
|
27686
27381
|
- [minor][d18b085e2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d18b085e2a):
|
|
27687
|
-
|
|
27688
27382
|
- Integrating truly upfront ID
|
|
27689
27383
|
|
|
27690
27384
|
## 102.0.2
|
|
27691
27385
|
|
|
27692
27386
|
- [patch][4d0c196597](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4d0c196597):
|
|
27693
|
-
|
|
27694
27387
|
- ED-6232 Fix copy-pasting a table with numbered column drops one column
|
|
27695
27388
|
|
|
27696
27389
|
## 102.0.1
|
|
27697
27390
|
|
|
27698
27391
|
- [patch][2787c79b6a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2787c79b6a):
|
|
27699
|
-
|
|
27700
27392
|
- ED-6296: Scale down table sizes when parent layout changes
|
|
27701
27393
|
|
|
27702
27394
|
## 102.0.0
|
|
@@ -27721,7 +27413,6 @@ Remove applicationCard node and action mark
|
|
|
27721
27413
|
## 101.7.0
|
|
27722
27414
|
|
|
27723
27415
|
- [minor][d4afa2713d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d4afa2713d):
|
|
27724
|
-
|
|
27725
27416
|
- ED-6212 Fire v3 analytics events when insert table or emojis
|
|
27726
27417
|
|
|
27727
27418
|
## 101.6.3
|
|
@@ -27735,176 +27426,147 @@ Remove applicationCard node and action mark
|
|
|
27735
27426
|
## 101.6.2
|
|
27736
27427
|
|
|
27737
27428
|
- [patch][4eb1af2892](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4eb1af2892):
|
|
27738
|
-
|
|
27739
27429
|
- ED-6265 fix external image call to media for dimensions
|
|
27740
27430
|
|
|
27741
27431
|
## 101.6.1
|
|
27742
27432
|
|
|
27743
27433
|
- [patch][3f4a4e4f49](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f4a4e4f49):
|
|
27744
|
-
|
|
27745
27434
|
- [ED-6351] Fix table insert columns/row UI positions
|
|
27746
27435
|
|
|
27747
27436
|
## 101.6.0
|
|
27748
27437
|
|
|
27749
27438
|
- [minor][8e407b5a24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8e407b5a24):
|
|
27750
|
-
|
|
27751
27439
|
- ED-6289 Add analytics GAS V3 for color text formatting
|
|
27752
27440
|
|
|
27753
27441
|
## 101.5.3
|
|
27754
27442
|
|
|
27755
27443
|
- [patch][37ca429b01](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/37ca429b01):
|
|
27756
|
-
|
|
27757
27444
|
- ED-6374: Fixes handling breakout content more efficiently.
|
|
27758
27445
|
|
|
27759
27446
|
## 101.5.2
|
|
27760
27447
|
|
|
27761
27448
|
- [patch][1ede48ac5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ede48ac5b):
|
|
27762
|
-
|
|
27763
27449
|
- ED-6381: Gather max layout sizes based on dynamic text sizing
|
|
27764
27450
|
|
|
27765
27451
|
## 101.5.1
|
|
27766
27452
|
|
|
27767
27453
|
- [patch][42b78a6133](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42b78a6133):
|
|
27768
|
-
|
|
27769
27454
|
- ED-6278: a complete rewrite of mergeCells, deleteColumns and deleteRows
|
|
27770
27455
|
|
|
27771
27456
|
## 101.5.0
|
|
27772
27457
|
|
|
27773
27458
|
- [minor][bab8f06b0a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bab8f06b0a):
|
|
27774
|
-
|
|
27775
27459
|
- ED-6285 When catch an invalid transaction, send the new & prev document structures
|
|
27776
27460
|
|
|
27777
27461
|
## 101.4.3
|
|
27778
27462
|
|
|
27779
27463
|
- [patch][06f8fd872b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06f8fd872b):
|
|
27780
|
-
|
|
27781
27464
|
- [ED-6342] Fix remove bodied extension when it is selected
|
|
27782
27465
|
|
|
27783
27466
|
## 101.4.2
|
|
27784
27467
|
|
|
27785
27468
|
- [patch][27189951b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27189951b5):
|
|
27786
|
-
|
|
27787
27469
|
- ED-5967: added API to enable links on hybrid editor
|
|
27788
27470
|
|
|
27789
27471
|
## 101.4.1
|
|
27790
27472
|
|
|
27791
27473
|
- [patch][c2360c53b2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c2360c53b2):
|
|
27792
|
-
|
|
27793
27474
|
- fixed status selection loss when dragging and drop
|
|
27794
27475
|
|
|
27795
27476
|
## 101.4.0
|
|
27796
27477
|
|
|
27797
27478
|
- [minor][30b4e99377](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30b4e99377):
|
|
27798
|
-
|
|
27799
27479
|
- ED-5888 Add editor dark mode
|
|
27800
27480
|
|
|
27801
27481
|
## 101.3.3
|
|
27802
27482
|
|
|
27803
27483
|
- [patch][e08b35abef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e08b35abef):
|
|
27804
|
-
|
|
27805
27484
|
- StatusPicker event listeners cleaned up
|
|
27806
27485
|
|
|
27807
27486
|
## 101.3.2
|
|
27808
27487
|
|
|
27809
27488
|
- [patch][f5e8437365](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f5e8437365):
|
|
27810
|
-
|
|
27811
27489
|
- ED-6373: Fix position of breakout controls while scrolling
|
|
27812
27490
|
|
|
27813
27491
|
## 101.3.1
|
|
27814
27492
|
|
|
27815
27493
|
- [patch][7308d1e0e9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7308d1e0e9):
|
|
27816
|
-
|
|
27817
27494
|
- ED-6061: support image annotations in editor
|
|
27818
27495
|
|
|
27819
27496
|
## 101.3.0
|
|
27820
27497
|
|
|
27821
27498
|
- [minor][3672ec23ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3672ec23ef):
|
|
27822
|
-
|
|
27823
27499
|
- [ED-5788] Add new layout Breakout button for CodeBlock and Layout
|
|
27824
27500
|
|
|
27825
27501
|
## 101.2.0
|
|
27826
27502
|
|
|
27827
27503
|
- [minor][d5856900a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5856900a1):
|
|
27828
|
-
|
|
27829
27504
|
- ED-6338: Dont allow nested nodes to be inserted with a non default layout.
|
|
27830
27505
|
|
|
27831
27506
|
## 101.1.0
|
|
27832
27507
|
|
|
27833
27508
|
- [minor][e142e966c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e142e966c2):
|
|
27834
|
-
|
|
27835
27509
|
- ED-6238, ED-5684 Add Analytcs GAS v3 to clear formatting and fix clear formatting on heading
|
|
27836
27510
|
elements
|
|
27837
27511
|
|
|
27838
27512
|
## 101.0.6
|
|
27839
27513
|
|
|
27840
27514
|
- [patch][60ea09b0cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60ea09b0cc):
|
|
27841
|
-
|
|
27842
27515
|
- ED-6246 Add more metadata to Unsupported Node logging
|
|
27843
27516
|
|
|
27844
27517
|
## 101.0.5
|
|
27845
27518
|
|
|
27846
27519
|
- [patch][c5683f8422](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c5683f8422):
|
|
27847
|
-
|
|
27848
27520
|
- ED-4998 Fix highlighting and disabling of meatball menu items in different contexts
|
|
27849
27521
|
|
|
27850
27522
|
## 101.0.4
|
|
27851
27523
|
|
|
27852
27524
|
- [patch][bd0f7a69ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd0f7a69ac):
|
|
27853
|
-
|
|
27854
27525
|
- ED-5964: Remove marks from inline nodes that are not text
|
|
27855
27526
|
|
|
27856
27527
|
## 101.0.3
|
|
27857
27528
|
|
|
27858
27529
|
- [patch][7a7cd4c491](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7a7cd4c491):
|
|
27859
|
-
|
|
27860
27530
|
- make smart links open in same window.
|
|
27861
27531
|
|
|
27862
27532
|
## 101.0.2
|
|
27863
27533
|
|
|
27864
27534
|
- [patch][6773e958ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6773e958ab):
|
|
27865
|
-
|
|
27866
27535
|
- ED-5738: fix resize handles for merged cells
|
|
27867
27536
|
|
|
27868
27537
|
## 101.0.1
|
|
27869
27538
|
|
|
27870
27539
|
- [patch][b832f0f57c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b832f0f57c):
|
|
27871
|
-
|
|
27872
27540
|
- ED-6320: inserting links via CMD+K can also insert smart links
|
|
27873
27541
|
|
|
27874
27542
|
## 101.0.0
|
|
27875
27543
|
|
|
27876
27544
|
- [major][4a84fc40e0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4a84fc40e0):
|
|
27877
|
-
|
|
27878
27545
|
- ED-5766 Remove the deprecated 'message' appearance from Editor
|
|
27879
27546
|
|
|
27880
27547
|
## 100.2.0
|
|
27881
27548
|
|
|
27882
27549
|
- [minor][af5572cf8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af5572cf8e):
|
|
27883
|
-
|
|
27884
27550
|
- ED-6284 Filter out invalid transactions before they are applied and send an analytics event
|
|
27885
27551
|
|
|
27886
27552
|
## 100.1.0
|
|
27887
27553
|
|
|
27888
27554
|
- [minor][5dc1e046b2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5dc1e046b2):
|
|
27889
|
-
|
|
27890
27555
|
- Apply stricture typings to elements related editor code
|
|
27891
27556
|
|
|
27892
27557
|
## 100.0.0
|
|
27893
27558
|
|
|
27894
27559
|
- [major][4af5bd2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4af5bd2a58):
|
|
27895
|
-
|
|
27896
27560
|
- Remove linkCreateContext from MediaProvider
|
|
27897
27561
|
|
|
27898
27562
|
## 99.0.1
|
|
27899
27563
|
|
|
27900
27564
|
- [patch][7f93e282b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7f93e282b8):
|
|
27901
|
-
|
|
27902
27565
|
- ED-6257: Handle applying header column with a rowspan
|
|
27903
27566
|
|
|
27904
27567
|
## 99.0.0
|
|
27905
27568
|
|
|
27906
27569
|
- [patch][5b5ae91921](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b5ae91921):
|
|
27907
|
-
|
|
27908
27570
|
- Require Identifier type from media-core instead of media-card
|
|
27909
27571
|
|
|
27910
27572
|
- Updated dependencies
|
|
@@ -27929,13 +27591,11 @@ Remove applicationCard node and action mark
|
|
|
27929
27591
|
## 98.13.6
|
|
27930
27592
|
|
|
27931
27593
|
- [patch][f500b2c81e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f500b2c81e):
|
|
27932
|
-
|
|
27933
27594
|
- ED-6252 Change table floating toolbar to say 'Table options' instead of icon
|
|
27934
27595
|
|
|
27935
27596
|
## 98.13.5
|
|
27936
27597
|
|
|
27937
27598
|
- [patch][bc340694d2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bc340694d2):
|
|
27938
|
-
|
|
27939
27599
|
- ED-6247: fix resizing with merged cells
|
|
27940
27600
|
|
|
27941
27601
|
## 98.13.4
|
|
@@ -27953,62 +27613,52 @@ Remove applicationCard node and action mark
|
|
|
27953
27613
|
## 98.13.3
|
|
27954
27614
|
|
|
27955
27615
|
- [patch][0a13188647](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a13188647):
|
|
27956
|
-
|
|
27957
27616
|
- ED-6133: Fix scaling up going into overflow
|
|
27958
27617
|
|
|
27959
27618
|
## 98.13.2
|
|
27960
27619
|
|
|
27961
27620
|
- [patch][cebfee91b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cebfee91b3):
|
|
27962
|
-
|
|
27963
27621
|
- ED-6231 Fixes RangeError when deleting last column in full-width mode
|
|
27964
27622
|
|
|
27965
27623
|
## 98.13.1
|
|
27966
27624
|
|
|
27967
27625
|
- [patch][7316e316bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7316e316bc):
|
|
27968
|
-
|
|
27969
27626
|
- ED-6209: remove internal legacy event subscription model from media plugin
|
|
27970
27627
|
|
|
27971
27628
|
## 98.13.0
|
|
27972
27629
|
|
|
27973
27630
|
- [minor][be86cbebc3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be86cbebc3):
|
|
27974
|
-
|
|
27975
27631
|
- enable noImplicitAny for task-decision, and related changes
|
|
27976
27632
|
|
|
27977
27633
|
## 98.12.1
|
|
27978
27634
|
|
|
27979
27635
|
- [patch][a3161a7927](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3161a7927):
|
|
27980
|
-
|
|
27981
27636
|
- ED-6264 Fix examples page not been loaded when code is compiled
|
|
27982
27637
|
|
|
27983
27638
|
## 98.12.0
|
|
27984
27639
|
|
|
27985
27640
|
- [minor][4d8d759bf9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4d8d759bf9):
|
|
27986
|
-
|
|
27987
27641
|
- [ED-6255] Migrate ADFNode type to ADFEntity
|
|
27988
27642
|
|
|
27989
27643
|
## 98.11.1
|
|
27990
27644
|
|
|
27991
27645
|
- [patch][ea423a619f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea423a619f):
|
|
27992
|
-
|
|
27993
27646
|
- Fixed the call to the /check endpoint
|
|
27994
27647
|
|
|
27995
27648
|
## 98.11.0
|
|
27996
27649
|
|
|
27997
27650
|
- [minor][448b9946cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/448b9946cc):
|
|
27998
|
-
|
|
27999
27651
|
- ED-6195 Add Analytics GAS V3 for identation
|
|
28000
27652
|
|
|
28001
27653
|
## 98.10.5
|
|
28002
27654
|
|
|
28003
27655
|
- [patch][36986d383b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36986d383b):
|
|
28004
|
-
|
|
28005
27656
|
- ED-6010 Rename "Block Quote" to "Quote", and "Code Block" to "Code snippet" in the insert menu
|
|
28006
27657
|
- Update i18n translations
|
|
28007
27658
|
|
|
28008
27659
|
## 98.10.4
|
|
28009
27660
|
|
|
28010
27661
|
- [patch][cf7fd7d3be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cf7fd7d3be):
|
|
28011
|
-
|
|
28012
27662
|
- Render external images in editor
|
|
28013
27663
|
|
|
28014
27664
|
## 98.10.3
|
|
@@ -28024,157 +27674,131 @@ Remove applicationCard node and action mark
|
|
|
28024
27674
|
## 98.10.2
|
|
28025
27675
|
|
|
28026
27676
|
- [patch][45e3fffa9e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/45e3fffa9e):
|
|
28027
|
-
|
|
28028
27677
|
- suppress enter and tab keys events in the status node to prevent bugs
|
|
28029
27678
|
|
|
28030
27679
|
## 98.10.1
|
|
28031
27680
|
|
|
28032
27681
|
- [patch][4cc0b47f6a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4cc0b47f6a):
|
|
28033
|
-
|
|
28034
27682
|
- ED-6233: Use minCellWith over wrapWidth to determine free space in a column
|
|
28035
27683
|
|
|
28036
27684
|
## 98.10.0
|
|
28037
27685
|
|
|
28038
27686
|
- [minor][e6daf79012](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6daf79012):
|
|
28039
|
-
|
|
28040
27687
|
- ED-6135 Fire analytics v3 events when insert panel, code block or horizontal rule
|
|
28041
27688
|
|
|
28042
27689
|
## 98.9.5
|
|
28043
27690
|
|
|
28044
27691
|
- [patch][026d4424c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/026d4424c2):
|
|
28045
|
-
|
|
28046
27692
|
- ED-6226 Fix row delete button displacement after many rows in a table
|
|
28047
27693
|
|
|
28048
27694
|
## 98.9.4
|
|
28049
27695
|
|
|
28050
27696
|
- [patch][e04c61dc55](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04c61dc55):
|
|
28051
|
-
|
|
28052
27697
|
- ED-6183 fix image wrapping, revert createDOMRef chang
|
|
28053
27698
|
|
|
28054
27699
|
## 98.9.3
|
|
28055
27700
|
|
|
28056
27701
|
- [patch][8788a98286](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8788a98286):
|
|
28057
|
-
|
|
28058
27702
|
- [FS-3589] Fix re-rendering on status element after apply decoration
|
|
28059
27703
|
|
|
28060
27704
|
## 98.9.2
|
|
28061
27705
|
|
|
28062
27706
|
- [patch][c81737b526](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c81737b526):
|
|
28063
|
-
|
|
28064
27707
|
- ED-6098: simplify internal state changes for completed media uploads
|
|
28065
27708
|
|
|
28066
27709
|
## 98.9.1
|
|
28067
27710
|
|
|
28068
27711
|
- [patch][ebb0a98051](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebb0a98051):
|
|
28069
|
-
|
|
28070
27712
|
- remove empty status before publishing document
|
|
28071
27713
|
|
|
28072
27714
|
## 98.9.0
|
|
28073
27715
|
|
|
28074
27716
|
- [minor][59ae46e1cf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59ae46e1cf):
|
|
28075
|
-
|
|
28076
27717
|
- ED-5061: migrate media toolbar to new internal architecture
|
|
28077
27718
|
|
|
28078
27719
|
## 98.8.2
|
|
28079
27720
|
|
|
28080
27721
|
- [patch][19a823bf2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/19a823bf2a):
|
|
28081
|
-
|
|
28082
27722
|
- delete empty status node when user selects another node
|
|
28083
27723
|
|
|
28084
27724
|
## 98.8.1
|
|
28085
27725
|
|
|
28086
27726
|
- [patch][0a304a48f6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a304a48f6):
|
|
28087
|
-
|
|
28088
27727
|
- ED-6218: fix repair table logic
|
|
28089
27728
|
|
|
28090
27729
|
## 98.8.0
|
|
28091
27730
|
|
|
28092
27731
|
- [minor][cde3ff657f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cde3ff657f):
|
|
28093
|
-
|
|
28094
27732
|
- ED-6134 Add analytics GAS V3 for text formatting, headers and blockQuotes
|
|
28095
27733
|
|
|
28096
27734
|
## 98.7.2
|
|
28097
27735
|
|
|
28098
27736
|
- [patch][6981b6d25a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6981b6d25a):
|
|
28099
|
-
|
|
28100
27737
|
- ED-6214: Fix resizing when rowspan exists in non last column
|
|
28101
27738
|
|
|
28102
27739
|
## 98.7.1
|
|
28103
27740
|
|
|
28104
27741
|
- [patch][a22478c227](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a22478c227):
|
|
28105
|
-
|
|
28106
27742
|
- ED-6133: Re-draw resized columns in collab, cater for overflow tables when resizing
|
|
28107
27743
|
|
|
28108
27744
|
## 98.7.0
|
|
28109
27745
|
|
|
28110
27746
|
- [minor][44a42d5eb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/44a42d5eb3):
|
|
28111
|
-
|
|
28112
27747
|
- ED-5846: Refactoring new hyperlink toolbar and adding typeahead to the new floating toolbar
|
|
28113
27748
|
|
|
28114
27749
|
## 98.6.0
|
|
28115
27750
|
|
|
28116
27751
|
- [minor][fa435d11f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa435d11f7):
|
|
28117
|
-
|
|
28118
27752
|
- ED-6155 Fire analytics v3 events for general editor UI events
|
|
28119
27753
|
|
|
28120
27754
|
## 98.5.1
|
|
28121
27755
|
|
|
28122
27756
|
- [patch][4bead4dd64](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4bead4dd64):
|
|
28123
|
-
|
|
28124
27757
|
- Fix cursor bug between Panel and Status when moved with arrowkeys
|
|
28125
27758
|
|
|
28126
27759
|
## 98.5.0
|
|
28127
27760
|
|
|
28128
27761
|
- [minor][5a6071d7f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6071d7f5):
|
|
28129
|
-
|
|
28130
27762
|
- [ED-6159] Changes tooltip for the add contextual button on tables
|
|
28131
27763
|
|
|
28132
27764
|
## 98.4.6
|
|
28133
27765
|
|
|
28134
27766
|
- [patch][09696170ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/09696170ec):
|
|
28135
|
-
|
|
28136
27767
|
- ED-6177 Deleting a range of rows/columns deletes only a subset of selected rows/columns
|
|
28137
27768
|
|
|
28138
27769
|
## 98.4.5
|
|
28139
27770
|
|
|
28140
27771
|
- [patch][c61aaebd2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c61aaebd2d):
|
|
28141
|
-
|
|
28142
27772
|
- ED-6172: Apply table layout based on total width for autoSize tables.
|
|
28143
27773
|
|
|
28144
27774
|
## 98.4.4
|
|
28145
27775
|
|
|
28146
27776
|
- [patch][18dffaa5fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dffaa5fd):
|
|
28147
|
-
|
|
28148
27777
|
- ED-6192: Bail out of column resizing if the table has changed via other means (e.g. collab)
|
|
28149
27778
|
|
|
28150
27779
|
## 98.4.3
|
|
28151
27780
|
|
|
28152
27781
|
- [patch][66a5bd2f70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66a5bd2f70):
|
|
28153
|
-
|
|
28154
27782
|
- ED-6027 update ADF when image dimensions are missing
|
|
28155
27783
|
|
|
28156
27784
|
## 98.4.2
|
|
28157
27785
|
|
|
28158
27786
|
- [patch][2487368a7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2487368a7e):
|
|
28159
|
-
|
|
28160
27787
|
- ED-6170: repair the table by removing invisible columns
|
|
28161
27788
|
|
|
28162
27789
|
## 98.4.1
|
|
28163
27790
|
|
|
28164
27791
|
- [patch][47970c78b1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/47970c78b1):
|
|
28165
|
-
|
|
28166
27792
|
- ED-5976 Maintain text alignment when hit return
|
|
28167
27793
|
|
|
28168
27794
|
## 98.4.0
|
|
28169
27795
|
|
|
28170
27796
|
- [minor][1bc4b69b08](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bc4b69b08):
|
|
28171
|
-
|
|
28172
27797
|
- ED-6171 Adding feature flag for Analytics GAS V3
|
|
28173
27798
|
|
|
28174
27799
|
## 98.3.0
|
|
28175
27800
|
|
|
28176
27801
|
- [minor][0f3f9f0992](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f3f9f0992):
|
|
28177
|
-
|
|
28178
27802
|
- Fix context identifiers not being passed to mention provider's calls. MentionProvider interface
|
|
28179
27803
|
was updated to include the optional contextIdentifier parameter in filter and
|
|
28180
27804
|
recordMentionSelection methods.
|
|
@@ -28182,154 +27806,129 @@ Remove applicationCard node and action mark
|
|
|
28182
27806
|
## 98.2.6
|
|
28183
27807
|
|
|
28184
27808
|
- [patch][3305886b5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3305886b5a):
|
|
28185
|
-
|
|
28186
27809
|
- ED-6167: Handle extraneous column widths
|
|
28187
27810
|
|
|
28188
27811
|
## 98.2.5
|
|
28189
27812
|
|
|
28190
27813
|
- [patch][b11848ebf8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b11848ebf8):
|
|
28191
|
-
|
|
28192
27814
|
- [ED-6165] Fix table cell options chevron overflow.
|
|
28193
27815
|
|
|
28194
27816
|
## 98.2.4
|
|
28195
27817
|
|
|
28196
27818
|
- [patch][65b73cc466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65b73cc466):
|
|
28197
|
-
|
|
28198
27819
|
- Code split media-picker: make MediaPicker factory async and make editor use it
|
|
28199
27820
|
|
|
28200
27821
|
## 98.2.3
|
|
28201
27822
|
|
|
28202
27823
|
- [patch][14fe1381ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14fe1381ba):
|
|
28203
|
-
|
|
28204
27824
|
- ED-6118: ensure media dimensions are always integers, preventing invalid ADF
|
|
28205
27825
|
|
|
28206
27826
|
## 98.2.2
|
|
28207
27827
|
|
|
28208
27828
|
- [patch][86dcb6f814](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/86dcb6f814):
|
|
28209
|
-
|
|
28210
27829
|
- updated native status icon in Fabric editor
|
|
28211
27830
|
|
|
28212
27831
|
## 98.2.1
|
|
28213
27832
|
|
|
28214
27833
|
- [patch][17107bdfb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17107bdfb0):
|
|
28215
|
-
|
|
28216
27834
|
- ED-6141: remove broken tables if its not fixable
|
|
28217
27835
|
|
|
28218
27836
|
## 98.2.0
|
|
28219
27837
|
|
|
28220
27838
|
- [minor][3fecea2975](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3fecea2975):
|
|
28221
|
-
|
|
28222
27839
|
- ED-5933 Add analytics plugin to facilitate working with @atlaskit/analytics-next package
|
|
28223
27840
|
|
|
28224
27841
|
## 98.1.13
|
|
28225
27842
|
|
|
28226
27843
|
- [patch][7ce3cc56ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ce3cc56ff):
|
|
28227
|
-
|
|
28228
27844
|
- FS-3500 Fix missing call to recordMentionSelection() when a selection is made in the mention
|
|
28229
27845
|
typeahead
|
|
28230
27846
|
|
|
28231
27847
|
## 98.1.12
|
|
28232
27848
|
|
|
28233
27849
|
- [patch][1c62bcce7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c62bcce7d):
|
|
28234
|
-
|
|
28235
27850
|
- Fix a problem with smart cards not appearing sometimes when lazy rendered and lazy loaded after
|
|
28236
27851
|
code-split.
|
|
28237
27852
|
|
|
28238
27853
|
## 98.1.11
|
|
28239
27854
|
|
|
28240
27855
|
- [patch][be706e55f6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be706e55f6):
|
|
28241
|
-
|
|
28242
27856
|
- Fixes tableRow validation failure
|
|
28243
27857
|
|
|
28244
27858
|
## 98.1.10
|
|
28245
27859
|
|
|
28246
27860
|
- [patch][e7dcb7ef15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7dcb7ef15):
|
|
28247
|
-
|
|
28248
27861
|
- Revert table resizing collab change
|
|
28249
27862
|
|
|
28250
27863
|
## 98.1.9
|
|
28251
27864
|
|
|
28252
27865
|
- [patch][1ee84815dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ee84815dd):
|
|
28253
|
-
|
|
28254
27866
|
- ED-6133: Visually apply column resize changes in collab editing
|
|
28255
27867
|
|
|
28256
27868
|
## 98.1.8
|
|
28257
27869
|
|
|
28258
27870
|
- [patch][e83a20575b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e83a20575b):
|
|
28259
|
-
|
|
28260
27871
|
- ED-6148: Prevent autoSize tables from being in an endless loop, integrate with new resizing
|
|
28261
27872
|
|
|
28262
27873
|
## 98.1.7
|
|
28263
27874
|
|
|
28264
27875
|
- [patch][69e29bab6c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69e29bab6c):
|
|
28265
|
-
|
|
28266
27876
|
- ED-5860 Prevent invalid steps from being applied in the editor
|
|
28267
27877
|
|
|
28268
27878
|
## 98.1.6
|
|
28269
27879
|
|
|
28270
27880
|
- [patch][406cbf0a4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/406cbf0a4e):
|
|
28271
|
-
|
|
28272
27881
|
- ED-6092: allow passing undefined context to media filmstrip
|
|
28273
27882
|
|
|
28274
27883
|
## 98.1.5
|
|
28275
27884
|
|
|
28276
27885
|
- [patch][b2b0a00d6a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b2b0a00d6a):
|
|
28277
|
-
|
|
28278
27886
|
- Fix table creation without rows
|
|
28279
27887
|
|
|
28280
27888
|
## 98.1.4
|
|
28281
27889
|
|
|
28282
27890
|
- [patch][3b9236fb74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3b9236fb74):
|
|
28283
|
-
|
|
28284
27891
|
- MS-1455, MS-1456: Fix max width for the surrounding element for the inline smart cards so that
|
|
28285
27892
|
they don't overflow and positioning within li elements
|
|
28286
27893
|
|
|
28287
27894
|
## 98.1.3
|
|
28288
27895
|
|
|
28289
27896
|
- [patch][af3918bc89](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af3918bc89):
|
|
28290
|
-
|
|
28291
27897
|
- The url part of the unauthorized link is now grey
|
|
28292
27898
|
|
|
28293
27899
|
## 98.1.2
|
|
28294
27900
|
|
|
28295
27901
|
- [patch][557a2b5734](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a2b5734):
|
|
28296
|
-
|
|
28297
27902
|
- ED-5788: bump prosemirror-view and prosemirror-model
|
|
28298
27903
|
|
|
28299
27904
|
## 98.1.1
|
|
28300
27905
|
|
|
28301
27906
|
- [patch][2d14c5dae1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d14c5dae1):
|
|
28302
|
-
|
|
28303
27907
|
- ED-5730 Allow attachment to be inserted after list
|
|
28304
27908
|
|
|
28305
27909
|
## 98.1.0
|
|
28306
27910
|
|
|
28307
27911
|
- [minor][a26d644414](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a26d644414):
|
|
28308
|
-
|
|
28309
27912
|
- ED-5845, ED-6072: support resizing in multiple editors on page, fix snapping images in lists
|
|
28310
27913
|
|
|
28311
27914
|
## 98.0.3
|
|
28312
27915
|
|
|
28313
27916
|
- [patch][5ae645d661](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ae645d661):
|
|
28314
|
-
|
|
28315
27917
|
- Fixing analytics in smart-cards
|
|
28316
27918
|
|
|
28317
27919
|
## 98.0.2
|
|
28318
27920
|
|
|
28319
27921
|
- [patch][4437882a9a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4437882a9a):
|
|
28320
|
-
|
|
28321
27922
|
- ED-6107: don't act on destroyed EditorView during cleanup in media plugin
|
|
28322
27923
|
|
|
28323
27924
|
## 98.0.1
|
|
28324
27925
|
|
|
28325
27926
|
- [patch][2035bef8fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2035bef8fb):
|
|
28326
|
-
|
|
28327
27927
|
- Fix inline extractor priority preventing @type arrays in some cases.
|
|
28328
27928
|
|
|
28329
27929
|
## 98.0.0
|
|
28330
27930
|
|
|
28331
27931
|
- [patch][4e82fedc90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e82fedc90):
|
|
28332
|
-
|
|
28333
27932
|
- Expose real id upfront for remote files in MediaPicker
|
|
28334
27933
|
|
|
28335
27934
|
- Updated dependencies
|
|
@@ -28354,37 +27953,31 @@ Remove applicationCard node and action mark
|
|
|
28354
27953
|
## 97.1.9
|
|
28355
27954
|
|
|
28356
27955
|
- [patch][4552e804d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4552e804d3):
|
|
28357
|
-
|
|
28358
27956
|
- dismiss StatusPicker if status node is not selected
|
|
28359
27957
|
|
|
28360
27958
|
## 97.1.8
|
|
28361
27959
|
|
|
28362
27960
|
- [patch][adff2caed7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/adff2caed7):
|
|
28363
|
-
|
|
28364
27961
|
- Improve typings
|
|
28365
27962
|
|
|
28366
27963
|
## 97.1.7
|
|
28367
27964
|
|
|
28368
27965
|
- [patch][7c497c2de6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c497c2de6):
|
|
28369
|
-
|
|
28370
27966
|
- ED-5810 Fix issue where numbered table rows flickered when hovering on the edge of row controls
|
|
28371
27967
|
|
|
28372
27968
|
## 97.1.6
|
|
28373
27969
|
|
|
28374
27970
|
- [patch][cbc601aed3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cbc601aed3):
|
|
28375
|
-
|
|
28376
27971
|
- Added missing type of events for Confluence
|
|
28377
27972
|
|
|
28378
27973
|
## 97.1.5
|
|
28379
27974
|
|
|
28380
27975
|
- [patch][bfe22480d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bfe22480d0):
|
|
28381
|
-
|
|
28382
27976
|
- ED-6056: fix zero width columns in renderer for migration tables
|
|
28383
27977
|
|
|
28384
27978
|
## 97.1.4
|
|
28385
27979
|
|
|
28386
27980
|
- [patch][f77cd3fb66](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f77cd3fb66):
|
|
28387
|
-
|
|
28388
27981
|
- fixed reactjs warning on FieldBase.onBlur and prevent breaking line when inserting Status via
|
|
28389
27982
|
enter key
|
|
28390
27983
|
|
|
@@ -28403,31 +27996,26 @@ Remove applicationCard node and action mark
|
|
|
28403
27996
|
## 97.1.2
|
|
28404
27997
|
|
|
28405
27998
|
- [patch][5132bc24a5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5132bc24a5):
|
|
28406
|
-
|
|
28407
27999
|
- Fix codeblock enter-press inside lists
|
|
28408
28000
|
|
|
28409
28001
|
## 97.1.1
|
|
28410
28002
|
|
|
28411
28003
|
- [patch][478a86ae8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/478a86ae8a):
|
|
28412
|
-
|
|
28413
28004
|
- avoid using the same localId when pasting status
|
|
28414
28005
|
|
|
28415
28006
|
## 97.1.0
|
|
28416
28007
|
|
|
28417
28008
|
- [minor][2db7577588](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2db7577588):
|
|
28418
|
-
|
|
28419
28009
|
- ED-5924: Fixes handling of node deletion for composition events.
|
|
28420
28010
|
|
|
28421
28011
|
## 97.0.3
|
|
28422
28012
|
|
|
28423
28013
|
- [patch][a5714ccc17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a5714ccc17):
|
|
28424
|
-
|
|
28425
28014
|
- Fixed table column not selectable (regression in prosemirror-view@1.6.8)
|
|
28426
28015
|
|
|
28427
28016
|
## 97.0.2
|
|
28428
28017
|
|
|
28429
28018
|
- [patch][8dc4a35361](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8dc4a35361):
|
|
28430
|
-
|
|
28431
28019
|
- enable status and date components to be pasted into a task component
|
|
28432
28020
|
|
|
28433
28021
|
## 97.0.1
|
|
@@ -28463,7 +28051,6 @@ Remove applicationCard node and action mark
|
|
|
28463
28051
|
## 97.0.0
|
|
28464
28052
|
|
|
28465
28053
|
- [minor][b1627a5837](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1627a5837):
|
|
28466
|
-
|
|
28467
28054
|
- Enable inline video player in Editor and Renderer
|
|
28468
28055
|
|
|
28469
28056
|
- Updated dependencies
|
|
@@ -28486,13 +28073,11 @@ Remove applicationCard node and action mark
|
|
|
28486
28073
|
## 96.0.2
|
|
28487
28074
|
|
|
28488
28075
|
- [patch][4e764a26d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e764a26d4):
|
|
28489
|
-
|
|
28490
28076
|
- ED-6070: Don't render proper mediaCard on mobile until we have a valid collection
|
|
28491
28077
|
|
|
28492
28078
|
## 96.0.1
|
|
28493
28079
|
|
|
28494
28080
|
- [patch][af85018](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af85018):
|
|
28495
|
-
|
|
28496
28081
|
- ED-6064: always undo smart cards to links
|
|
28497
28082
|
|
|
28498
28083
|
## 96.0.0
|
|
@@ -28517,138 +28102,115 @@ Remove applicationCard node and action mark
|
|
|
28517
28102
|
## 95.1.0
|
|
28518
28103
|
|
|
28519
28104
|
- [minor][2d6d5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d6d5b6):
|
|
28520
|
-
|
|
28521
28105
|
- ED-5379: rework selecting media under the hood; maintain size and layout when copy-pasting
|
|
28522
28106
|
|
|
28523
28107
|
## 95.0.21
|
|
28524
28108
|
|
|
28525
28109
|
- [patch][6c81bca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6c81bca):
|
|
28526
|
-
|
|
28527
28110
|
- ED-6041: fix converting encoded URLs (e.g. URLs with spaces as %20) to smart cards
|
|
28528
28111
|
|
|
28529
28112
|
## 95.0.20
|
|
28530
28113
|
|
|
28531
28114
|
- [patch][9d3f48c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d3f48c):
|
|
28532
|
-
|
|
28533
28115
|
- ED-4501 Wrap placeholder text onto new line
|
|
28534
28116
|
|
|
28535
28117
|
## 95.0.19
|
|
28536
28118
|
|
|
28537
28119
|
- [patch][967f631](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/967f631):
|
|
28538
|
-
|
|
28539
28120
|
- ED-4732: Fixed preserving marks when pasting text into paragraph
|
|
28540
28121
|
|
|
28541
28122
|
## 95.0.18
|
|
28542
28123
|
|
|
28543
28124
|
- [patch][8158fe0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8158fe0):
|
|
28544
|
-
|
|
28545
28125
|
- ED-6059: Extension and inlineExtension should read their content from attrs not the PMNode.
|
|
28546
28126
|
|
|
28547
28127
|
## 95.0.17
|
|
28548
28128
|
|
|
28549
28129
|
- [patch][37b7edf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/37b7edf):
|
|
28550
|
-
|
|
28551
28130
|
- ED-6062: fix deleting last character inside a node with breakout mark
|
|
28552
28131
|
|
|
28553
28132
|
## 95.0.16
|
|
28554
28133
|
|
|
28555
28134
|
- [patch][23d298e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/23d298e):
|
|
28556
|
-
|
|
28557
28135
|
- ED-5950: fix merging rows
|
|
28558
28136
|
|
|
28559
28137
|
## 95.0.15
|
|
28560
28138
|
|
|
28561
28139
|
- [patch][a8d8855](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a8d8855):
|
|
28562
|
-
|
|
28563
28140
|
- fixed StatusPicker analytics firing when user clicks in two Status instances, one after another
|
|
28564
28141
|
|
|
28565
28142
|
## 95.0.14
|
|
28566
28143
|
|
|
28567
28144
|
- [patch][be6313e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be6313e):
|
|
28568
|
-
|
|
28569
28145
|
- ED-5477 Support rendering of inline code together with other marks
|
|
28570
28146
|
|
|
28571
28147
|
## 95.0.13
|
|
28572
28148
|
|
|
28573
28149
|
- [patch][c5ee0c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c5ee0c8):
|
|
28574
|
-
|
|
28575
28150
|
- Added Annotation mark to ADF, editor & renderer
|
|
28576
28151
|
|
|
28577
28152
|
## 95.0.12
|
|
28578
28153
|
|
|
28579
28154
|
- [patch][888e563](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/888e563):
|
|
28580
|
-
|
|
28581
28155
|
- Fixes an issue with ClickAreaBlock that wouldn't allow focus textareas
|
|
28582
28156
|
|
|
28583
28157
|
## 95.0.11
|
|
28584
28158
|
|
|
28585
28159
|
- [patch][ec9ed50](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ec9ed50):
|
|
28586
|
-
|
|
28587
28160
|
- ED-5814 Fix issue where numbered columns' styling was off on small screens
|
|
28588
28161
|
|
|
28589
28162
|
## 95.0.10
|
|
28590
28163
|
|
|
28591
28164
|
- [patch][060f2da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/060f2da):
|
|
28592
|
-
|
|
28593
28165
|
- ED-5991: bumped prosemirror-view to 1.6.8
|
|
28594
28166
|
|
|
28595
28167
|
## 95.0.9
|
|
28596
28168
|
|
|
28597
28169
|
- [patch][6514dda](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6514dda):
|
|
28598
|
-
|
|
28599
28170
|
- ED-5415, ED-6020: don't create broken document after sequential media insertion; always try to
|
|
28600
28171
|
insert an empty paragraph after images, even in tables
|
|
28601
28172
|
|
|
28602
28173
|
## 95.0.8
|
|
28603
28174
|
|
|
28604
28175
|
- [patch][fc9a884](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc9a884):
|
|
28605
|
-
|
|
28606
28176
|
- ED-5543: fix backspacing after hardbreak node
|
|
28607
28177
|
|
|
28608
28178
|
## 95.0.7
|
|
28609
28179
|
|
|
28610
28180
|
- [patch][5f8b151](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5f8b151):
|
|
28611
|
-
|
|
28612
28181
|
- Open date picker on enter when date node is selected
|
|
28613
28182
|
|
|
28614
28183
|
## 95.0.6
|
|
28615
28184
|
|
|
28616
28185
|
- [patch][6855bec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6855bec):
|
|
28617
|
-
|
|
28618
28186
|
- Updated internal use of ModalDialog to use new composition API
|
|
28619
28187
|
|
|
28620
28188
|
## 95.0.5
|
|
28621
28189
|
|
|
28622
28190
|
- [patch][844feea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/844feea):
|
|
28623
|
-
|
|
28624
28191
|
- ED-6039 Fixed extension toolbar remove action
|
|
28625
28192
|
|
|
28626
28193
|
## 95.0.4
|
|
28627
28194
|
|
|
28628
28195
|
- [patch][e082366](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e082366):
|
|
28629
|
-
|
|
28630
28196
|
- ED-6045: fixed unable to select table row
|
|
28631
28197
|
|
|
28632
28198
|
## 95.0.3
|
|
28633
28199
|
|
|
28634
28200
|
- [patch][61ce3c5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/61ce3c5):
|
|
28635
|
-
|
|
28636
28201
|
- ED-6015 Fix bug where cursor would jump to start of mention after hitting backspace after a
|
|
28637
28202
|
mention
|
|
28638
28203
|
|
|
28639
28204
|
## 95.0.2
|
|
28640
28205
|
|
|
28641
28206
|
- [patch][6866eba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6866eba):
|
|
28642
|
-
|
|
28643
28207
|
- ED-5638: insert a space after pasting links that turn into inline cards to help avoid refreshing
|
|
28644
28208
|
them
|
|
28645
28209
|
|
|
28646
28210
|
## 95.0.1
|
|
28647
28211
|
|
|
28648
28212
|
- [patch][df30c63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df30c63):
|
|
28649
|
-
|
|
28650
28213
|
- ED-5723: Enables typeahead support for mobile editor
|
|
28651
|
-
|
|
28652
28214
|
* Added a new bridge `typeAheadBridge`, which contains `typeAheadQuery()` and `dismissTypeAhead()`
|
|
28653
28215
|
- `typeAheadQuery(query: string, trigger: string)` - This will notify integrators when a user is
|
|
28654
28216
|
attempting to filter down a list.
|
|
@@ -28663,7 +28225,6 @@ Remove applicationCard node and action mark
|
|
|
28663
28225
|
## 95.0.0
|
|
28664
28226
|
|
|
28665
28227
|
- [major][0c116d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c116d6):
|
|
28666
|
-
|
|
28667
28228
|
- Removed client-side indexed cache of mention results. Also removed method 'getUsersInContext'
|
|
28668
28229
|
from MentionResourceConfig, 'remoteSearch' from MentionStats and 'weight' from
|
|
28669
28230
|
MentionDescription. If you used to use them, simply remove any references to them.
|
|
@@ -28671,40 +28232,34 @@ Remove applicationCard node and action mark
|
|
|
28671
28232
|
## 94.1.5
|
|
28672
28233
|
|
|
28673
28234
|
- [patch][c0dc7e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c0dc7e3):
|
|
28674
|
-
|
|
28675
28235
|
- FS-3360 - Support state analytics attribute with values new or existing. Implement for web, and
|
|
28676
28236
|
mobile support via mobile-bridge.
|
|
28677
28237
|
|
|
28678
28238
|
## 94.1.4
|
|
28679
28239
|
|
|
28680
28240
|
- [patch][7d9ccd7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d9ccd7):
|
|
28681
|
-
|
|
28682
28241
|
- fixed copy/paste status from renderer to editor
|
|
28683
28242
|
|
|
28684
28243
|
## 94.1.3
|
|
28685
28244
|
|
|
28686
28245
|
- [patch][323b457](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/323b457):
|
|
28687
|
-
|
|
28688
28246
|
- trimmed status text so now the placeholder appears correctly when user types spaces in the
|
|
28689
28247
|
status picker
|
|
28690
28248
|
|
|
28691
28249
|
## 94.1.2
|
|
28692
28250
|
|
|
28693
28251
|
- [patch][c8a5e65](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8a5e65):
|
|
28694
|
-
|
|
28695
28252
|
- ED-6023: fix scaling a table when deleting column
|
|
28696
28253
|
|
|
28697
28254
|
## 94.1.1
|
|
28698
28255
|
|
|
28699
28256
|
- [patch][9b0341d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b0341d):
|
|
28700
|
-
|
|
28701
28257
|
- ED-5871 Fix issue where user had to click twice to focus cursor in editor on full page editor in
|
|
28702
28258
|
Firefox
|
|
28703
28259
|
|
|
28704
28260
|
## 94.1.0
|
|
28705
28261
|
|
|
28706
28262
|
- [minor][58e30bb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58e30bb):
|
|
28707
|
-
|
|
28708
28263
|
- deduped i18n key fabric.editor.orderedList
|
|
28709
28264
|
|
|
28710
28265
|
## 94.0.0
|
|
@@ -28746,74 +28301,62 @@ Remove applicationCard node and action mark
|
|
|
28746
28301
|
## 92.0.21
|
|
28747
28302
|
|
|
28748
28303
|
- [patch][e930505](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e930505):
|
|
28749
|
-
|
|
28750
28304
|
- Added plugin state factory: createPluginState
|
|
28751
28305
|
|
|
28752
28306
|
## 92.0.20
|
|
28753
28307
|
|
|
28754
28308
|
- [patch][ababb4a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ababb4a):
|
|
28755
|
-
|
|
28756
28309
|
- ED-5999: fix padding between Columns in renderer
|
|
28757
28310
|
|
|
28758
28311
|
## 92.0.19
|
|
28759
28312
|
|
|
28760
28313
|
- [patch][e858305](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e858305):
|
|
28761
|
-
|
|
28762
28314
|
- ED-5805: Popup to support being sticky with alignX=top
|
|
28763
28315
|
|
|
28764
28316
|
## 92.0.18
|
|
28765
28317
|
|
|
28766
28318
|
- [patch][5d4527e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5d4527e):
|
|
28767
|
-
|
|
28768
28319
|
- Fix issue where date was not respecting user's local date for initial date selection in quick
|
|
28769
28320
|
insert
|
|
28770
28321
|
|
|
28771
28322
|
## 92.0.17
|
|
28772
28323
|
|
|
28773
28324
|
- [patch][561f6cb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/561f6cb):
|
|
28774
|
-
|
|
28775
28325
|
- ED-5336 Disallow nesting lists past 6 levels
|
|
28776
28326
|
|
|
28777
28327
|
## 92.0.16
|
|
28778
28328
|
|
|
28779
28329
|
- [patch][e251065](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e251065):
|
|
28780
|
-
|
|
28781
28330
|
- ED-5894: fix table controls disappearing while dragging resize handle
|
|
28782
28331
|
|
|
28783
28332
|
## 92.0.15
|
|
28784
28333
|
|
|
28785
28334
|
- [patch][4b1567c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b1567c):
|
|
28786
|
-
|
|
28787
28335
|
- ED-5991: fixed Position NaN out of range when resizing tables
|
|
28788
28336
|
|
|
28789
28337
|
## 92.0.14
|
|
28790
28338
|
|
|
28791
28339
|
- [patch][88a8605](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/88a8605):
|
|
28792
|
-
|
|
28793
28340
|
- ED-5958: fix "getBoundingClientRect" errors
|
|
28794
28341
|
|
|
28795
28342
|
## 92.0.13
|
|
28796
28343
|
|
|
28797
28344
|
- [patch][e79f8b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e79f8b0):
|
|
28798
|
-
|
|
28799
28345
|
- Disable alignment when editor is disabled
|
|
28800
28346
|
|
|
28801
28347
|
## 92.0.12
|
|
28802
28348
|
|
|
28803
28349
|
- [patch][80cadc7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80cadc7):
|
|
28804
|
-
|
|
28805
28350
|
- ED-5861 - Fix panel style in order to render telepointers properly
|
|
28806
28351
|
|
|
28807
28352
|
## 92.0.11
|
|
28808
28353
|
|
|
28809
28354
|
- [patch][53c513c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/53c513c):
|
|
28810
|
-
|
|
28811
28355
|
- ED-5947: fix preserving CellSelection when clicking on context menu
|
|
28812
28356
|
|
|
28813
28357
|
## 92.0.10
|
|
28814
28358
|
|
|
28815
28359
|
- [patch][6d435cf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6d435cf):
|
|
28816
|
-
|
|
28817
28360
|
- Fix issue where table contextual menu had incorrect styling when using a popups mount point
|
|
28818
28361
|
outside of the editor
|
|
28819
28362
|
|
|
@@ -28828,34 +28371,28 @@ Remove applicationCard node and action mark
|
|
|
28828
28371
|
## 92.0.8
|
|
28829
28372
|
|
|
28830
28373
|
- [patch][4611d97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4611d97):
|
|
28831
|
-
|
|
28832
28374
|
- Remove hardcoded "unknown" value for mention's analytics 'source' attribute. In general the
|
|
28833
28375
|
'source' attribute is not meant to be set by components and are supposed to be populated by
|
|
28834
28376
|
products.
|
|
28835
28377
|
|
|
28836
28378
|
- [patch][551696e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/551696e):
|
|
28837
|
-
|
|
28838
28379
|
- FS-3398 Fix incorrect event type for mention's "rendered" analytics event, ui -> operational
|
|
28839
28380
|
|
|
28840
28381
|
- [patch][77b3be7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/77b3be7):
|
|
28841
|
-
|
|
28842
28382
|
- FS-3398 Fix case typo in actionSubject of mention's "rendered" analytics event, mentionTypeAhead
|
|
28843
28383
|
-> mentionTypeahead
|
|
28844
28384
|
|
|
28845
28385
|
- [patch][f6a1b31](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f6a1b31):
|
|
28846
|
-
|
|
28847
28386
|
- Remove 'query' attribute from mention's "rendered" analytics event. This attribute basically
|
|
28848
28387
|
contains UGC and should not have been captured in the first place. It seems like it was added by
|
|
28849
28388
|
accident as it wasn't part of the original specs.
|
|
28850
28389
|
|
|
28851
28390
|
- [patch][551696e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/551696e):
|
|
28852
|
-
|
|
28853
28391
|
- FS-3398 Fix incorrect event type for mention's "rendered" analytics event, ui -> operational
|
|
28854
28392
|
|
|
28855
28393
|
## 92.0.7
|
|
28856
28394
|
|
|
28857
28395
|
- [patch][7c10292](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c10292):
|
|
28858
|
-
|
|
28859
28396
|
- ED-5923: don't grow page while using resize handles on images
|
|
28860
28397
|
|
|
28861
28398
|
## 92.0.6
|
|
@@ -28872,31 +28409,26 @@ Remove applicationCard node and action mark
|
|
|
28872
28409
|
## 92.0.5
|
|
28873
28410
|
|
|
28874
28411
|
- [patch][50d9b26](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50d9b26):
|
|
28875
|
-
|
|
28876
28412
|
- ED-5806 Fix disappearing language in code block language picker
|
|
28877
28413
|
|
|
28878
28414
|
## 92.0.4
|
|
28879
28415
|
|
|
28880
28416
|
- [patch][be12a8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be12a8e):
|
|
28881
|
-
|
|
28882
28417
|
- Fix popup picker dismiss on escape for Jira
|
|
28883
28418
|
|
|
28884
28419
|
## 92.0.3
|
|
28885
28420
|
|
|
28886
28421
|
- [patch][88c8373](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/88c8373):
|
|
28887
|
-
|
|
28888
28422
|
- ED-5704: filtering out invalid marks from JSON output of editorActions.getValue()
|
|
28889
28423
|
|
|
28890
28424
|
## 92.0.2
|
|
28891
28425
|
|
|
28892
28426
|
- [patch][dc39f5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc39f5b):
|
|
28893
|
-
|
|
28894
28427
|
- ED-5956: don't close the typeaheads when calling getValue from EditorActions
|
|
28895
28428
|
|
|
28896
28429
|
## 92.0.1
|
|
28897
28430
|
|
|
28898
28431
|
- [patch][a83bedb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a83bedb):
|
|
28899
|
-
|
|
28900
28432
|
- Fix codeblock input rules inside unsupported blocks
|
|
28901
28433
|
|
|
28902
28434
|
## 92.0.0
|
|
@@ -28921,55 +28453,46 @@ Remove applicationCard node and action mark
|
|
|
28921
28453
|
## 91.2.2
|
|
28922
28454
|
|
|
28923
28455
|
- [patch][af32972](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af32972):
|
|
28924
|
-
|
|
28925
28456
|
- ED-5880: disable media layout buttons
|
|
28926
28457
|
|
|
28927
28458
|
## 91.2.1
|
|
28928
28459
|
|
|
28929
28460
|
- [patch][e714e7a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e714e7a):
|
|
28930
|
-
|
|
28931
28461
|
- ED-5667 Added hyperlink to quick insert
|
|
28932
28462
|
|
|
28933
28463
|
## 91.2.0
|
|
28934
28464
|
|
|
28935
28465
|
- [minor][b9f8a8f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b9f8a8f):
|
|
28936
|
-
|
|
28937
28466
|
- Adding alignment options to media
|
|
28938
28467
|
|
|
28939
28468
|
## 91.1.4
|
|
28940
28469
|
|
|
28941
28470
|
- [patch][3780be2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3780be2):
|
|
28942
|
-
|
|
28943
28471
|
- Fix extension delete when media is selected
|
|
28944
28472
|
|
|
28945
28473
|
## 91.1.3
|
|
28946
28474
|
|
|
28947
28475
|
- [patch][462b70f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/462b70f):
|
|
28948
|
-
|
|
28949
28476
|
- ED-5819: Enables support for text color on mobile
|
|
28950
28477
|
|
|
28951
28478
|
## 91.1.2
|
|
28952
28479
|
|
|
28953
28480
|
- [patch][8be04eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8be04eb):
|
|
28954
|
-
|
|
28955
28481
|
- Remove option to change appearance mode on Smart Cards.
|
|
28956
28482
|
|
|
28957
28483
|
## 91.1.1
|
|
28958
28484
|
|
|
28959
28485
|
- [patch][9f444e9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f444e9):
|
|
28960
|
-
|
|
28961
28486
|
- ED-5882: fixed delayed scroll to top after page load
|
|
28962
28487
|
|
|
28963
28488
|
## 91.1.0
|
|
28964
28489
|
|
|
28965
28490
|
- [minor][1205725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1205725):
|
|
28966
|
-
|
|
28967
28491
|
- Move schema to its own package
|
|
28968
28492
|
|
|
28969
28493
|
## 91.0.0
|
|
28970
28494
|
|
|
28971
28495
|
- [patch][8ae67fc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8ae67fc):
|
|
28972
|
-
|
|
28973
28496
|
- Use stretchy-fit resizeMode for media card components instead of full-fit or undefined values;
|
|
28974
28497
|
|
|
28975
28498
|
- Updated dependencies [80f765b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80f765b):
|
|
@@ -28992,37 +28515,31 @@ Remove applicationCard node and action mark
|
|
|
28992
28515
|
## 90.4.7
|
|
28993
28516
|
|
|
28994
28517
|
- [patch][f621523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f621523):
|
|
28995
|
-
|
|
28996
28518
|
- fix MediaMocker router
|
|
28997
28519
|
|
|
28998
28520
|
## 90.4.6
|
|
28999
28521
|
|
|
29000
28522
|
- [patch][feb276c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/feb276c):
|
|
29001
|
-
|
|
29002
28523
|
- Don't scroll cursor into view on remote transactions
|
|
29003
28524
|
|
|
29004
28525
|
## 90.4.5
|
|
29005
28526
|
|
|
29006
28527
|
- [patch][6beeada](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6beeada):
|
|
29007
|
-
|
|
29008
28528
|
- Don't hide media-picker on initialisation
|
|
29009
28529
|
|
|
29010
28530
|
## 90.4.4
|
|
29011
28531
|
|
|
29012
28532
|
- [patch][f083737](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f083737):
|
|
29013
|
-
|
|
29014
28533
|
- Fix copy-paste of external images
|
|
29015
28534
|
|
|
29016
28535
|
## 90.4.3
|
|
29017
28536
|
|
|
29018
28537
|
- [patch][4e483e7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e483e7):
|
|
29019
|
-
|
|
29020
28538
|
- ED-5900: store resize handle always as a number
|
|
29021
28539
|
|
|
29022
28540
|
## 90.4.2
|
|
29023
28541
|
|
|
29024
28542
|
- [patch][ebd73f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebd73f4):
|
|
29025
|
-
|
|
29026
28543
|
- ED-5880: allow breakout mode only in full-page editor
|
|
29027
28544
|
|
|
29028
28545
|
## 90.4.1
|
|
@@ -29033,34 +28550,28 @@ Remove applicationCard node and action mark
|
|
|
29033
28550
|
## 90.4.0
|
|
29034
28551
|
|
|
29035
28552
|
- [minor][e06b553](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e06b553):
|
|
29036
|
-
|
|
29037
28553
|
- ED-5702: default new table resizing
|
|
29038
28554
|
|
|
29039
28555
|
## 90.3.18
|
|
29040
28556
|
|
|
29041
28557
|
- [patch][d3f3e19](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3f3e19):
|
|
29042
|
-
|
|
29043
28558
|
- restored StatusContainer to editor-core, avoid re-rendering on event handlers, removed unused
|
|
29044
28559
|
props in the renderer
|
|
29045
28560
|
|
|
29046
28561
|
- [patch][44cc61d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/44cc61d):
|
|
29047
|
-
|
|
29048
28562
|
- added native status analytics
|
|
29049
28563
|
|
|
29050
28564
|
## 90.3.17
|
|
29051
28565
|
|
|
29052
28566
|
- [patch][b81da9b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81da9b):
|
|
29053
|
-
|
|
29054
28567
|
- Fix typescript types to support strictFunctionTypes
|
|
29055
28568
|
|
|
29056
28569
|
## 90.3.16
|
|
29057
28570
|
|
|
29058
28571
|
- [patch][43501db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/43501db):
|
|
29059
|
-
|
|
29060
28572
|
- ED-5812: Fixes some regressions in the mobile editor
|
|
29061
28573
|
|
|
29062
28574
|
Including:
|
|
29063
|
-
|
|
29064
28575
|
- Disables mediaGoup lazy loading.
|
|
29065
28576
|
- Fixes unsupported emoji content.
|
|
29066
28577
|
- Fixes missed call to Android bridge for block state.
|
|
@@ -29112,91 +28623,76 @@ Remove applicationCard node and action mark
|
|
|
29112
28623
|
## 90.3.14
|
|
29113
28624
|
|
|
29114
28625
|
- [patch][b22d7e9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b22d7e9):
|
|
29115
|
-
|
|
29116
28626
|
- FS-3309 - Include native status in insert menu when enabled
|
|
29117
28627
|
|
|
29118
28628
|
## 90.3.13
|
|
29119
28629
|
|
|
29120
28630
|
- [patch][9a1dbaa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a1dbaa):
|
|
29121
|
-
|
|
29122
28631
|
- Fixed toolbar being positioned over a panel at the bottom of the page
|
|
29123
28632
|
|
|
29124
28633
|
## 90.3.12
|
|
29125
28634
|
|
|
29126
28635
|
- [patch][85b71a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85b71a9):
|
|
29127
|
-
|
|
29128
28636
|
- ED-5704: Fixed invalid ADF sent when saving and mention/quickInsert/emoji is active
|
|
29129
28637
|
|
|
29130
28638
|
## 90.3.11
|
|
29131
28639
|
|
|
29132
28640
|
- [patch][e0c91b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0c91b6):
|
|
29133
|
-
|
|
29134
28641
|
- FS-3310 Fix handling of duplicate users in mention typeahead causing HOT-85672
|
|
29135
28642
|
|
|
29136
28643
|
## 90.3.10
|
|
29137
28644
|
|
|
29138
28645
|
- [patch][fa596d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa596d9):
|
|
29139
|
-
|
|
29140
28646
|
- display videos as mediaGroup for now
|
|
29141
28647
|
|
|
29142
28648
|
## 90.3.9
|
|
29143
28649
|
|
|
29144
28650
|
- [patch][7190767](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7190767):
|
|
29145
|
-
|
|
29146
28651
|
- Fixes empty collection name and API naming mismatches
|
|
29147
28652
|
|
|
29148
28653
|
## 90.3.8
|
|
29149
28654
|
|
|
29150
28655
|
- [patch][7fdfac1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fdfac1):
|
|
29151
|
-
|
|
29152
28656
|
- FS-3269 - Ensure status attributes are read even if in mark
|
|
29153
28657
|
|
|
29154
28658
|
## 90.3.7
|
|
29155
28659
|
|
|
29156
28660
|
- [patch][f0398a5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0398a5):
|
|
29157
|
-
|
|
29158
28661
|
- Display media singles with video inside as inline video player
|
|
29159
28662
|
|
|
29160
28663
|
## 90.3.6
|
|
29161
28664
|
|
|
29162
28665
|
- [patch][a60d8cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a60d8cd):
|
|
29163
|
-
|
|
29164
28666
|
- FS-3278 - Prevent overflow of status in a table cell.
|
|
29165
28667
|
|
|
29166
28668
|
## 90.3.5
|
|
29167
28669
|
|
|
29168
28670
|
- [patch][ef1df96](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ef1df96):
|
|
29169
|
-
|
|
29170
28671
|
- Remove unused deps
|
|
29171
28672
|
|
|
29172
28673
|
## 90.3.4
|
|
29173
28674
|
|
|
29174
28675
|
- [patch][3c2c367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c2c367):
|
|
29175
|
-
|
|
29176
28676
|
- FS-3261 - Fix status selection growing as font size increases
|
|
29177
28677
|
|
|
29178
28678
|
## 90.3.3
|
|
29179
28679
|
|
|
29180
28680
|
- [patch][5390041](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5390041):
|
|
29181
|
-
|
|
29182
28681
|
- FS-3160 - Prevent editor crash in some deletion use cases for status
|
|
29183
28682
|
|
|
29184
28683
|
## 90.3.2
|
|
29185
28684
|
|
|
29186
28685
|
- [patch][48640fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48640fb):
|
|
29187
|
-
|
|
29188
28686
|
- FS-3227 - Prevent status popup focus from scrolling editor
|
|
29189
28687
|
|
|
29190
28688
|
## 90.3.1
|
|
29191
28689
|
|
|
29192
28690
|
- [patch][dcd8f90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dcd8f90):
|
|
29193
|
-
|
|
29194
28691
|
- Fix bug where gap cursor would remove previous node on backspace
|
|
29195
28692
|
|
|
29196
28693
|
## 90.3.0
|
|
29197
28694
|
|
|
29198
28695
|
- [minor][a1b03d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1b03d0):
|
|
29199
|
-
|
|
29200
28696
|
- ED-3890 Adds Indentation support on paragraphs and headings
|
|
29201
28697
|
|
|
29202
28698
|
**New Feature: Indentation**
|
|
@@ -29209,7 +28705,6 @@ Remove applicationCard node and action mark
|
|
|
29209
28705
|
```
|
|
29210
28706
|
|
|
29211
28707
|
**Minor bug fixes**
|
|
29212
|
-
|
|
29213
28708
|
- ED-5841 Alignment is getting removed inside Table on load
|
|
29214
28709
|
- ED-5842 Alignment mark aligns empty placeholder
|
|
29215
28710
|
- ED-5843 Remove block marks on backspace when document is empty
|
|
@@ -29220,7 +28715,6 @@ Remove applicationCard node and action mark
|
|
|
29220
28715
|
## 90.2.2
|
|
29221
28716
|
|
|
29222
28717
|
- [patch][1668ce3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1668ce3):
|
|
29223
|
-
|
|
29224
28718
|
- Wrap kitchen sink in smart card provider.
|
|
29225
28719
|
|
|
29226
28720
|
## 90.2.1
|
|
@@ -29257,50 +28751,42 @@ Remove applicationCard node and action mark
|
|
|
29257
28751
|
## 90.2.0
|
|
29258
28752
|
|
|
29259
28753
|
- [minor][94094fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94094fe):
|
|
29260
|
-
|
|
29261
28754
|
- Adds support for links around images
|
|
29262
28755
|
|
|
29263
28756
|
## 90.1.0
|
|
29264
28757
|
|
|
29265
28758
|
- [minor][fef6755](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fef6755):
|
|
29266
|
-
|
|
29267
28759
|
- Change the way we deal with transactions in collab edit
|
|
29268
28760
|
|
|
29269
28761
|
## 90.0.0
|
|
29270
28762
|
|
|
29271
28763
|
- [major][3a7224a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a7224a):
|
|
29272
|
-
|
|
29273
28764
|
- ED-5677: enabled quickInsert and gapCursor by default (quickInsert: except for mobile
|
|
29274
28765
|
appearance)
|
|
29275
28766
|
|
|
29276
28767
|
## 89.1.3
|
|
29277
28768
|
|
|
29278
28769
|
- [patch][0e72eb6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e72eb6):
|
|
29279
|
-
|
|
29280
28770
|
- Revert box-sizing change for node views
|
|
29281
28771
|
|
|
29282
28772
|
## 89.1.2
|
|
29283
28773
|
|
|
29284
28774
|
- [patch][cf4e304](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cf4e304):
|
|
29285
|
-
|
|
29286
28775
|
- Fixed toolbar being positioned over a panel at the bottom of the page
|
|
29287
28776
|
|
|
29288
28777
|
## 89.1.1
|
|
29289
28778
|
|
|
29290
28779
|
- [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
|
|
29291
|
-
|
|
29292
28780
|
- AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
|
|
29293
28781
|
|
|
29294
28782
|
## 89.1.0
|
|
29295
28783
|
|
|
29296
28784
|
- [minor][7c9dcba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c9dcba):
|
|
29297
|
-
|
|
29298
28785
|
- Responsive wide breakout mode
|
|
29299
28786
|
|
|
29300
28787
|
## 89.0.8
|
|
29301
28788
|
|
|
29302
28789
|
- [patch][6c90bb9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6c90bb9):
|
|
29303
|
-
|
|
29304
28790
|
- Fix mention plugin state in plugin
|
|
29305
28791
|
|
|
29306
28792
|
## 89.0.7
|
|
@@ -29342,7 +28828,6 @@ Remove applicationCard node and action mark
|
|
|
29342
28828
|
## 89.0.5
|
|
29343
28829
|
|
|
29344
28830
|
- [patch][2db96d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2db96d3):
|
|
29345
|
-
|
|
29346
28831
|
- Adjust min-width nodes to support table resizing
|
|
29347
28832
|
|
|
29348
28833
|
## 89.0.4
|
|
@@ -29378,19 +28863,16 @@ Remove applicationCard node and action mark
|
|
|
29378
28863
|
## 89.0.3
|
|
29379
28864
|
|
|
29380
28865
|
- [patch][1e8d316](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e8d316):
|
|
29381
|
-
|
|
29382
28866
|
- ED-5819: Fixes emitting text color plugin state on every key stroke, without the state changing.
|
|
29383
28867
|
|
|
29384
28868
|
## 89.0.2
|
|
29385
28869
|
|
|
29386
28870
|
- [patch][a2cae0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2cae0c):
|
|
29387
|
-
|
|
29388
28871
|
- Fix conversion of pasted urls via macroPlugin with html in clipboard (ED-5786)
|
|
29389
28872
|
|
|
29390
28873
|
## 89.0.1
|
|
29391
28874
|
|
|
29392
28875
|
- [patch][086f816](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/086f816):
|
|
29393
|
-
|
|
29394
28876
|
- FS-3150 - Support status in the editor-mobile-bridge
|
|
29395
28877
|
|
|
29396
28878
|
## 89.0.0
|
|
@@ -29415,11 +28897,9 @@ Remove applicationCard node and action mark
|
|
|
29415
28897
|
## 88.5.3
|
|
29416
28898
|
|
|
29417
28899
|
- [patch][dfcb816](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dfcb816):
|
|
29418
|
-
|
|
29419
28900
|
- ED-5818: Add support for inserting block nodes
|
|
29420
28901
|
|
|
29421
28902
|
Bridge API now supports inserting:
|
|
29422
|
-
|
|
29423
28903
|
- Tables
|
|
29424
28904
|
- Panels
|
|
29425
28905
|
- Codeblocks
|
|
@@ -29430,17 +28910,14 @@ Remove applicationCard node and action mark
|
|
|
29430
28910
|
## 88.5.2
|
|
29431
28911
|
|
|
29432
28912
|
- [patch][b73607f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b73607f):
|
|
29433
|
-
|
|
29434
28913
|
- ED-5770: fix resizer for media @ 0 and non-dynamic text sizes
|
|
29435
28914
|
|
|
29436
28915
|
- [patch][7a9f647](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7a9f647):
|
|
29437
|
-
|
|
29438
28916
|
- ensure toolbar always appears even if media re-renders (e.g. resizer)
|
|
29439
28917
|
|
|
29440
28918
|
## 88.5.1
|
|
29441
28919
|
|
|
29442
28920
|
- [patch][ab6d96b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab6d96b):
|
|
29443
|
-
|
|
29444
28921
|
- ED-5710: Fixes calling media upfront.
|
|
29445
28922
|
|
|
29446
28923
|
We now only call for the media auth, when rendering / loading a media item.
|
|
@@ -29448,66 +28925,55 @@ Remove applicationCard node and action mark
|
|
|
29448
28925
|
## 88.5.0
|
|
29449
28926
|
|
|
29450
28927
|
- [minor][cfba914](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfba914):
|
|
29451
|
-
|
|
29452
28928
|
- ED-5771: fix wide and full-width images in renderer
|
|
29453
28929
|
|
|
29454
28930
|
## 88.4.4
|
|
29455
28931
|
|
|
29456
28932
|
- [patch][416fbb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/416fbb3):
|
|
29457
|
-
|
|
29458
28933
|
- ED-3298: codeBlocks inside lists
|
|
29459
28934
|
|
|
29460
28935
|
## 88.4.3
|
|
29461
28936
|
|
|
29462
28937
|
- [patch][96c125b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/96c125b):
|
|
29463
|
-
|
|
29464
28938
|
- Fixes an issue where using arrow keys to navigate between mention nodes would put the cursor in
|
|
29465
28939
|
unexpected locations.
|
|
29466
28940
|
|
|
29467
28941
|
## 88.4.2
|
|
29468
28942
|
|
|
29469
28943
|
- [patch][6e4570d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e4570d):
|
|
29470
|
-
|
|
29471
28944
|
- Add height check when rendering images
|
|
29472
28945
|
|
|
29473
28946
|
## 88.4.1
|
|
29474
28947
|
|
|
29475
28948
|
- [patch][8974838](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8974838):
|
|
29476
|
-
|
|
29477
28949
|
- Do not wrap in breakout a paragraph inserted after code block
|
|
29478
28950
|
|
|
29479
28951
|
## 88.4.0
|
|
29480
28952
|
|
|
29481
28953
|
- [minor][6d6522b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6d6522b):
|
|
29482
|
-
|
|
29483
28954
|
- Refactor mentions to use TypeAhead plugin
|
|
29484
28955
|
|
|
29485
28956
|
## 88.3.0
|
|
29486
28957
|
|
|
29487
28958
|
- [patch][43f178a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/43f178a):
|
|
29488
|
-
|
|
29489
28959
|
- ED-5813: Added type safety to width plugin.
|
|
29490
28960
|
|
|
29491
28961
|
- [minor][1e5cd32](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e5cd32):
|
|
29492
|
-
|
|
29493
28962
|
- Make layouts stack on small screens
|
|
29494
28963
|
|
|
29495
28964
|
## 88.2.14
|
|
29496
28965
|
|
|
29497
28966
|
- [patch][1ac6286](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ac6286):
|
|
29498
|
-
|
|
29499
28967
|
- Fixes width plugin continuing without valid transaction state
|
|
29500
28968
|
|
|
29501
28969
|
## 88.2.13
|
|
29502
28970
|
|
|
29503
28971
|
- [patch][37313f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/37313f8):
|
|
29504
|
-
|
|
29505
28972
|
- Remove preprocessDoc because it was removing empty tasks & decisionItems
|
|
29506
28973
|
|
|
29507
28974
|
## 88.2.12
|
|
29508
28975
|
|
|
29509
28976
|
- [patch][1358f62](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1358f62):
|
|
29510
|
-
|
|
29511
28977
|
- ED-5717: deduped quick insert provided items
|
|
29512
28978
|
|
|
29513
28979
|
## 88.2.11
|
|
@@ -29519,113 +28985,94 @@ Remove applicationCard node and action mark
|
|
|
29519
28985
|
## 88.2.10
|
|
29520
28986
|
|
|
29521
28987
|
- [patch][368e858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/368e858):
|
|
29522
|
-
|
|
29523
28988
|
- ED-5570 Fixed long URLs wrapping in editor panel
|
|
29524
28989
|
|
|
29525
28990
|
## 88.2.9
|
|
29526
28991
|
|
|
29527
28992
|
- [patch][70a104dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70a104dc):
|
|
29528
|
-
|
|
29529
28993
|
- ED-5802: fix merging rows when rowspan > 1 in neighbour columns
|
|
29530
28994
|
|
|
29531
28995
|
## 88.2.8
|
|
29532
28996
|
|
|
29533
28997
|
- [patch][04abea3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/04abea3):
|
|
29534
|
-
|
|
29535
28998
|
- ED-5186: Always show scroll bar, to avoid page shift.
|
|
29536
28999
|
|
|
29537
29000
|
## 88.2.7
|
|
29538
29001
|
|
|
29539
29002
|
- [patch][4e2a3b1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e2a3b1):
|
|
29540
|
-
|
|
29541
29003
|
- ED-5809 Fixes code mark getting removed from document
|
|
29542
29004
|
|
|
29543
29005
|
## 88.2.6
|
|
29544
29006
|
|
|
29545
29007
|
- [patch][899b377](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/899b377):
|
|
29546
|
-
|
|
29547
29008
|
- ED-5750: fix selection for merged cells when its created by dragging mouse across table cells
|
|
29548
29009
|
|
|
29549
29010
|
## 88.2.5
|
|
29550
29011
|
|
|
29551
29012
|
- [patch][4ad840a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4ad840a):
|
|
29552
|
-
|
|
29553
29013
|
- Adds resize property to fix media without dimensions
|
|
29554
29014
|
|
|
29555
29015
|
## 88.2.4
|
|
29556
29016
|
|
|
29557
29017
|
- [patch][a458d03](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a458d03):
|
|
29558
|
-
|
|
29559
29018
|
- ED-5713: Quick insert aliases
|
|
29560
29019
|
|
|
29561
29020
|
## 88.2.3
|
|
29562
29021
|
|
|
29563
29022
|
- [patch][8d30d62](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d30d62):
|
|
29564
|
-
|
|
29565
29023
|
- ED-5774: add breakout for Columns
|
|
29566
29024
|
|
|
29567
29025
|
## 88.2.2
|
|
29568
29026
|
|
|
29569
29027
|
- [patch][9a66a9b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a66a9b):
|
|
29570
|
-
|
|
29571
29028
|
- Add Confluence cards in Editor example.
|
|
29572
29029
|
|
|
29573
29030
|
## 88.2.1
|
|
29574
29031
|
|
|
29575
29032
|
- [patch][16ff8d2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/16ff8d2):
|
|
29576
|
-
|
|
29577
29033
|
- Add jira card editor example.
|
|
29578
29034
|
|
|
29579
29035
|
## 88.2.0
|
|
29580
29036
|
|
|
29581
29037
|
- [minor][14477fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14477fa):
|
|
29582
|
-
|
|
29583
29038
|
- Adding text alignment to editor and renderer
|
|
29584
29039
|
|
|
29585
29040
|
## 88.1.14
|
|
29586
29041
|
|
|
29587
29042
|
- [patch][380928b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/380928b):
|
|
29588
|
-
|
|
29589
29043
|
- ED-5293: fix merging cells
|
|
29590
29044
|
|
|
29591
29045
|
## 88.1.13
|
|
29592
29046
|
|
|
29593
29047
|
- [patch][f9d1245](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9d1245):
|
|
29594
|
-
|
|
29595
29048
|
- Fixes pasting from Microsoft & Apple office products (ED-5694, ED-5575)
|
|
29596
29049
|
|
|
29597
29050
|
## 88.1.12
|
|
29598
29051
|
|
|
29599
29052
|
- [patch][cc78d09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc78d09):
|
|
29600
|
-
|
|
29601
29053
|
- ED-5196: For a block as first node in a document, up and left arrow should show a gap cursor
|
|
29602
29054
|
|
|
29603
29055
|
## 88.1.11
|
|
29604
29056
|
|
|
29605
29057
|
- [patch][4897ebf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4897ebf):
|
|
29606
|
-
|
|
29607
29058
|
- ED-4777 Toggling list no longer selects previous text
|
|
29608
29059
|
|
|
29609
29060
|
## 88.1.10
|
|
29610
29061
|
|
|
29611
29062
|
- [patch][ac02f46](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ac02f46):
|
|
29612
|
-
|
|
29613
29063
|
- ED-5499 ToolbarFeedback now accepts metadata that appears in feedback ticket
|
|
29614
29064
|
|
|
29615
29065
|
## 88.1.9
|
|
29616
29066
|
|
|
29617
29067
|
- [patch][6cb44c4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6cb44c4):
|
|
29618
|
-
|
|
29619
29068
|
- ED-5162: fix table selection for merged cells
|
|
29620
29069
|
|
|
29621
29070
|
## 88.1.8
|
|
29622
29071
|
|
|
29623
29072
|
- [patch][e151c1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e151c1a):
|
|
29624
|
-
|
|
29625
29073
|
- Removes dependency on @atlaskit/layer-manager
|
|
29626
29074
|
|
|
29627
29075
|
As of component versions:
|
|
29628
|
-
|
|
29629
29076
|
- \`@atlaskit/modal-dialog@7.0.0\`
|
|
29630
29077
|
- \`@atlaskit/tooltip@12.0.2\`
|
|
29631
29078
|
- \`@atlaskit/flag@9.0.6\`
|
|
@@ -29638,116 +29085,97 @@ Remove applicationCard node and action mark
|
|
|
29638
29085
|
## 88.1.7
|
|
29639
29086
|
|
|
29640
29087
|
- [patch][8262781](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8262781):
|
|
29641
|
-
|
|
29642
29088
|
- Fix floating toolbars overlaping with main editor toolbar
|
|
29643
29089
|
|
|
29644
29090
|
## 88.1.6
|
|
29645
29091
|
|
|
29646
29092
|
- [patch][50aa9d2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50aa9d2):
|
|
29647
|
-
|
|
29648
29093
|
- Refactor transform-to-code command
|
|
29649
29094
|
|
|
29650
29095
|
## 88.1.5
|
|
29651
29096
|
|
|
29652
29097
|
- [patch][60087ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60087ec):
|
|
29653
|
-
|
|
29654
29098
|
- Remove decorators
|
|
29655
29099
|
|
|
29656
29100
|
## 88.1.4
|
|
29657
29101
|
|
|
29658
29102
|
- [patch][5c148c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c148c8):
|
|
29659
|
-
|
|
29660
29103
|
- ED-5739: fix updating cells DOM attributes when deleting rows/columns
|
|
29661
29104
|
|
|
29662
29105
|
## 88.1.3
|
|
29663
29106
|
|
|
29664
29107
|
- [patch][68f3e01](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/68f3e01):
|
|
29665
|
-
|
|
29666
29108
|
- ED-5687: add full-width grid lines and other resizing fixes
|
|
29667
29109
|
|
|
29668
29110
|
## 88.1.2
|
|
29669
29111
|
|
|
29670
29112
|
- [patch][93e576a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93e576a):
|
|
29671
|
-
|
|
29672
29113
|
- ED-5651: Typing // causes editor to disregard text
|
|
29673
29114
|
|
|
29674
29115
|
## 88.1.1
|
|
29675
29116
|
|
|
29676
29117
|
- [patch][9072682](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9072682):
|
|
29677
|
-
|
|
29678
29118
|
- Fix emoticons alignment
|
|
29679
29119
|
|
|
29680
29120
|
## 88.1.0
|
|
29681
29121
|
|
|
29682
29122
|
- [minor][b440439](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b440439):
|
|
29683
|
-
|
|
29684
29123
|
- Add breakout mark to editor, renderer and adf-utils
|
|
29685
29124
|
|
|
29686
29125
|
## 88.0.11
|
|
29687
29126
|
|
|
29688
29127
|
- [patch][6ef824b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ef824b):
|
|
29689
|
-
|
|
29690
29128
|
- Fix import of re-resizable
|
|
29691
29129
|
|
|
29692
29130
|
## 88.0.10
|
|
29693
29131
|
|
|
29694
29132
|
- [patch][d518ce0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d518ce0):
|
|
29695
|
-
|
|
29696
29133
|
- FS-3118 - Only focus status input field on initial insertion. FS-3158 - Fix focus flicker in
|
|
29697
29134
|
status input field.
|
|
29698
29135
|
|
|
29699
29136
|
## 88.0.9
|
|
29700
29137
|
|
|
29701
29138
|
- [patch][6efc73e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6efc73e):
|
|
29702
|
-
|
|
29703
29139
|
- allow Fabric status plugin to be enabled but be hidden in the editor menu
|
|
29704
29140
|
|
|
29705
29141
|
## 88.0.8
|
|
29706
29142
|
|
|
29707
29143
|
- [patch][9390a7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9390a7e):
|
|
29708
|
-
|
|
29709
29144
|
- ED-5685: add grid ruler marks
|
|
29710
29145
|
|
|
29711
29146
|
## 88.0.7
|
|
29712
29147
|
|
|
29713
29148
|
- [patch][c64c174](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c64c174):
|
|
29714
|
-
|
|
29715
29149
|
- Fix multiple papercuts in quick insert
|
|
29716
29150
|
|
|
29717
29151
|
## 88.0.6
|
|
29718
29152
|
|
|
29719
29153
|
- [patch][82ad72d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82ad72d):
|
|
29720
|
-
|
|
29721
29154
|
- Timestamp on date node must always be a string
|
|
29722
29155
|
|
|
29723
29156
|
## 88.0.5
|
|
29724
29157
|
|
|
29725
29158
|
- [patch][beefae2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/beefae2):
|
|
29726
|
-
|
|
29727
29159
|
- Updated type definitions for prosemirror packages
|
|
29728
29160
|
|
|
29729
29161
|
## 88.0.4
|
|
29730
29162
|
|
|
29731
29163
|
- [patch][2e1b194](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e1b194):
|
|
29732
|
-
|
|
29733
29164
|
- Revert collab changes
|
|
29734
29165
|
|
|
29735
29166
|
## 88.0.3
|
|
29736
29167
|
|
|
29737
29168
|
- [patch][222082a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/222082a):
|
|
29738
|
-
|
|
29739
29169
|
- Fix incorrect import of PanelType
|
|
29740
29170
|
|
|
29741
29171
|
## 88.0.2
|
|
29742
29172
|
|
|
29743
29173
|
- [patch][ffcaedd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ffcaedd):
|
|
29744
|
-
|
|
29745
29174
|
- FS-2964 Implement status node placeholder support. Handle removing if no content in node
|
|
29746
29175
|
|
|
29747
29176
|
## 88.0.1
|
|
29748
29177
|
|
|
29749
29178
|
- [patch][8059325](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8059325):
|
|
29750
|
-
|
|
29751
29179
|
- Fix delete doing nothing
|
|
29752
29180
|
|
|
29753
29181
|
## 88.0.0
|
|
@@ -29772,7 +29200,6 @@ Remove applicationCard node and action mark
|
|
|
29772
29200
|
## 87.9.5
|
|
29773
29201
|
|
|
29774
29202
|
- [patch][e1db106](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1db106):
|
|
29775
|
-
|
|
29776
29203
|
- ED-5696 Allow private properties in adf-validator
|
|
29777
29204
|
|
|
29778
29205
|
`table` with `__autoSize`, `link` with `__confluenceMetadata` will render properly.
|
|
@@ -29780,13 +29207,11 @@ Remove applicationCard node and action mark
|
|
|
29780
29207
|
## 87.9.4
|
|
29781
29208
|
|
|
29782
29209
|
- [patch][bce23bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bce23bc):
|
|
29783
|
-
|
|
29784
29210
|
- Change style of status selection
|
|
29785
29211
|
|
|
29786
29212
|
## 87.9.3
|
|
29787
29213
|
|
|
29788
29214
|
- [patch][e6c4231](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6c4231):
|
|
29789
|
-
|
|
29790
29215
|
- ED-5639: fix deleting columns in Safari
|
|
29791
29216
|
|
|
29792
29217
|
## 87.9.2
|
|
@@ -29803,43 +29228,36 @@ Remove applicationCard node and action mark
|
|
|
29803
29228
|
## 87.9.1
|
|
29804
29229
|
|
|
29805
29230
|
- [patch][676a586](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/676a586):
|
|
29806
|
-
|
|
29807
29231
|
- ED-5024 Quick insert improvements
|
|
29808
29232
|
|
|
29809
29233
|
## 87.9.0
|
|
29810
29234
|
|
|
29811
29235
|
- [minor][2cc9764](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2cc9764):
|
|
29812
|
-
|
|
29813
29236
|
- Change the way we deal with transactions in collab edit
|
|
29814
29237
|
|
|
29815
29238
|
## 87.8.2
|
|
29816
29239
|
|
|
29817
29240
|
- [patch][a9eb99f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a9eb99f):
|
|
29818
|
-
|
|
29819
29241
|
- ED-5510: fix deleting last character in a cell in Safari
|
|
29820
29242
|
|
|
29821
29243
|
## 87.8.1
|
|
29822
29244
|
|
|
29823
29245
|
- [patch][1764e1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1764e1c):
|
|
29824
|
-
|
|
29825
29246
|
- ED-5215: don't insert paragraph when inserting rule if another follows
|
|
29826
29247
|
|
|
29827
29248
|
## 87.8.0
|
|
29828
29249
|
|
|
29829
29250
|
- [minor][f17f0a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f17f0a6):
|
|
29830
|
-
|
|
29831
29251
|
- ED-5448: support macro autoconversion in actions
|
|
29832
29252
|
|
|
29833
29253
|
## 87.7.5
|
|
29834
29254
|
|
|
29835
29255
|
- [patch][fb6b89b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fb6b89b):
|
|
29836
|
-
|
|
29837
29256
|
- Revert "Add buffer to the bottom of fullpage editor"
|
|
29838
29257
|
|
|
29839
29258
|
## 87.7.4
|
|
29840
29259
|
|
|
29841
29260
|
- [patch][8f1073c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8f1073c):
|
|
29842
|
-
|
|
29843
29261
|
- ED-5572 Fixes copying 2+ lines from vs-code pastes as inline code
|
|
29844
29262
|
|
|
29845
29263
|
## 87.7.3
|
|
@@ -29855,67 +29273,56 @@ Remove applicationCard node and action mark
|
|
|
29855
29273
|
## 87.7.2
|
|
29856
29274
|
|
|
29857
29275
|
- [patch][c032914](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c032914):
|
|
29858
|
-
|
|
29859
29276
|
- ED-2043: Added table keyboard shortcut
|
|
29860
29277
|
|
|
29861
29278
|
## 87.7.1
|
|
29862
29279
|
|
|
29863
29280
|
- [patch][e8afbf1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8afbf1):
|
|
29864
|
-
|
|
29865
29281
|
- ED-5310: fix inline code background appearing when wrapping
|
|
29866
29282
|
|
|
29867
29283
|
## 87.7.0
|
|
29868
29284
|
|
|
29869
29285
|
- [minor][abef80b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abef80b):
|
|
29870
|
-
|
|
29871
29286
|
- ED-5527: apply max-width: 100% and pass container size to Card as dimension
|
|
29872
29287
|
|
|
29873
29288
|
## 87.6.18
|
|
29874
29289
|
|
|
29875
29290
|
- [patch][9f26f82](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f26f82):
|
|
29876
|
-
|
|
29877
29291
|
- Removing extra padding inside the comment editor
|
|
29878
29292
|
|
|
29879
29293
|
## 87.6.17
|
|
29880
29294
|
|
|
29881
29295
|
- [patch][aef4235](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aef4235):
|
|
29882
|
-
|
|
29883
29296
|
- Fix range selection
|
|
29884
29297
|
|
|
29885
29298
|
## 87.6.16
|
|
29886
29299
|
|
|
29887
29300
|
- [patch][7bc4461](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7bc4461):
|
|
29888
|
-
|
|
29889
29301
|
- ED-5565: support connecting external React.Context to nodeviews
|
|
29890
29302
|
|
|
29891
29303
|
## 87.6.15
|
|
29892
29304
|
|
|
29893
29305
|
- [patch][e8052e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8052e1):
|
|
29894
|
-
|
|
29895
29306
|
- Add main field to adf-utils package.json
|
|
29896
29307
|
|
|
29897
29308
|
## 87.6.14
|
|
29898
29309
|
|
|
29899
29310
|
- [patch][7787595](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7787595):
|
|
29900
|
-
|
|
29901
29311
|
- ED-4359: don't change selection when deleting filmstrip item
|
|
29902
29312
|
|
|
29903
29313
|
## 87.6.13
|
|
29904
29314
|
|
|
29905
29315
|
- [patch][71b59ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/71b59ae):
|
|
29906
|
-
|
|
29907
29316
|
- Fixed Datepicker showing rendering outside viewport
|
|
29908
29317
|
|
|
29909
29318
|
## 87.6.12
|
|
29910
29319
|
|
|
29911
29320
|
- [patch][12855b9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12855b9):
|
|
29912
|
-
|
|
29913
29321
|
- ED-5511: tweaked quickInsert so that query can match space-separated items
|
|
29914
29322
|
|
|
29915
29323
|
## 87.6.11
|
|
29916
29324
|
|
|
29917
29325
|
- [patch][0e0a126](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e0a126):
|
|
29918
|
-
|
|
29919
29326
|
- Fixed cursor when adding hyperlink on existing piece of text using Cmd-K
|
|
29920
29327
|
|
|
29921
29328
|
## 87.6.10
|
|
@@ -29927,139 +29334,116 @@ Remove applicationCard node and action mark
|
|
|
29927
29334
|
## 87.6.9
|
|
29928
29335
|
|
|
29929
29336
|
- [patch][31653d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/31653d9):
|
|
29930
|
-
|
|
29931
29337
|
- Fixed clicking between date pickers doesn't show correct date
|
|
29932
29338
|
|
|
29933
29339
|
## 87.6.8
|
|
29934
29340
|
|
|
29935
29341
|
- [patch][8b084d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b084d0):
|
|
29936
|
-
|
|
29937
29342
|
- Fix unsupported node event name
|
|
29938
29343
|
|
|
29939
29344
|
## 87.6.7
|
|
29940
29345
|
|
|
29941
29346
|
- [patch][6a0a6f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a0a6f8):
|
|
29942
|
-
|
|
29943
29347
|
- ED-5448, ED-5613, ED-5582: smart card UX improvements; allow blockCard in tableCell
|
|
29944
29348
|
|
|
29945
29349
|
## 87.6.6
|
|
29946
29350
|
|
|
29947
29351
|
- [patch][c39507e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c39507e):
|
|
29948
|
-
|
|
29949
29352
|
- ED-5561 Single media honors scale factor from media-picker
|
|
29950
29353
|
|
|
29951
29354
|
## 87.6.5
|
|
29952
29355
|
|
|
29953
29356
|
- [patch][f713993](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f713993):
|
|
29954
|
-
|
|
29955
29357
|
- ED-5537: table ux improvements
|
|
29956
29358
|
|
|
29957
29359
|
## 87.6.4
|
|
29958
29360
|
|
|
29959
29361
|
- [patch][2dd9ae3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2dd9ae3):
|
|
29960
|
-
|
|
29961
29362
|
- ED-4979 When in the an unindentable list item, tab should do nothing
|
|
29962
29363
|
|
|
29963
29364
|
## 87.6.3
|
|
29964
29365
|
|
|
29965
29366
|
- [patch][563c4da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563c4da):
|
|
29966
|
-
|
|
29967
29367
|
- ED-5149 Fixed DatePicker calendar shadow in table
|
|
29968
29368
|
|
|
29969
29369
|
## 87.6.2
|
|
29970
29370
|
|
|
29971
29371
|
- [patch][7459970](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7459970):
|
|
29972
|
-
|
|
29973
29372
|
- ED-5263: handle rows and columns shift selection
|
|
29974
29373
|
|
|
29975
29374
|
## 87.6.1
|
|
29976
29375
|
|
|
29977
29376
|
- [patch][bdc9961](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdc9961" d):
|
|
29978
|
-
|
|
29979
29377
|
- Fixes the codeblock insert rules
|
|
29980
29378
|
|
|
29981
29379
|
## 87.6.0
|
|
29982
29380
|
|
|
29983
29381
|
- [minor][bb3336a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bb3336a" d):
|
|
29984
|
-
|
|
29985
29382
|
- Make text formatting toolbar account for different item titles legnths
|
|
29986
29383
|
|
|
29987
29384
|
## 87.5.0
|
|
29988
29385
|
|
|
29989
29386
|
- [minor][d182ad9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d182ad9" d):
|
|
29990
|
-
|
|
29991
29387
|
- Add <-> to ↔︎ convertion rule
|
|
29992
29388
|
|
|
29993
29389
|
## 87.4.3
|
|
29994
29390
|
|
|
29995
29391
|
- [patch][8fb4b1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8fb4b1e" d):
|
|
29996
|
-
|
|
29997
29392
|
- ED-5274 Fixes tables have excessive margin above
|
|
29998
29393
|
|
|
29999
29394
|
## 87.4.2
|
|
30000
29395
|
|
|
30001
29396
|
- [patch][4cc767e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4cc767e" d):
|
|
30002
|
-
|
|
30003
29397
|
- ED-5030: Fixed gap-cursor on nodeviews in breakout mode.
|
|
30004
29398
|
|
|
30005
29399
|
## 87.4.1
|
|
30006
29400
|
|
|
30007
29401
|
- [patch][abd19cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abd19cd" d):
|
|
30008
|
-
|
|
30009
29402
|
- ED-5616: fix inline cursor navigation
|
|
30010
29403
|
|
|
30011
29404
|
## 87.4.0
|
|
30012
29405
|
|
|
30013
29406
|
- [minor][5981cec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5981cec" d):
|
|
30014
|
-
|
|
30015
29407
|
- TypeAhead to preserve marks
|
|
30016
29408
|
|
|
30017
29409
|
## 87.3.2
|
|
30018
29410
|
|
|
30019
29411
|
- [patch][14d581b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14d581b" d):
|
|
30020
|
-
|
|
30021
29412
|
- Disable clear formatting menu when there is no formatting
|
|
30022
29413
|
|
|
30023
29414
|
## 87.3.1
|
|
30024
29415
|
|
|
30025
29416
|
- [patch][52f5b51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/52f5b51" d):
|
|
30026
|
-
|
|
30027
29417
|
- ED-4366: fix text selection inside table cell on triple click
|
|
30028
29418
|
|
|
30029
29419
|
## 87.3.0
|
|
30030
29420
|
|
|
30031
29421
|
- [minor][b911028](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b911028" d):
|
|
30032
|
-
|
|
30033
29422
|
- Show selected color in a table contextual menu
|
|
30034
29423
|
|
|
30035
29424
|
## 87.2.0
|
|
30036
29425
|
|
|
30037
29426
|
- [minor][746c927](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/746c927" d):
|
|
30038
|
-
|
|
30039
29427
|
- Add buffer to the bottom fullpage editor
|
|
30040
29428
|
|
|
30041
29429
|
## 87.1.13
|
|
30042
29430
|
|
|
30043
29431
|
- [patch][f3d067d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f3d067d" d):
|
|
30044
|
-
|
|
30045
29432
|
- Fix font size for numbered column in tables with dynamic text sizing
|
|
30046
29433
|
|
|
30047
29434
|
## 87.1.12
|
|
30048
29435
|
|
|
30049
29436
|
- [patch][534f6ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/534f6ab" d):
|
|
30050
|
-
|
|
30051
29437
|
- ED-5615: Fix block element padding inside table cells.
|
|
30052
29438
|
|
|
30053
29439
|
## 87.1.11
|
|
30054
29440
|
|
|
30055
29441
|
- [patch][cb4168f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cb4168f" d):
|
|
30056
|
-
|
|
30057
29442
|
- ED-5307: make text white for selected heading menu item
|
|
30058
29443
|
|
|
30059
29444
|
## 87.1.10
|
|
30060
29445
|
|
|
30061
29446
|
- [patch][db65837](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/db65837" d):
|
|
30062
|
-
|
|
30063
29447
|
- ED-3762: fix setting text cursor when clicking on editor gutter
|
|
30064
29448
|
|
|
30065
29449
|
## 87.1.9
|
|
@@ -30071,7 +29455,6 @@ Remove applicationCard node and action mark
|
|
|
30071
29455
|
## 87.1.8
|
|
30072
29456
|
|
|
30073
29457
|
- [patch][3c505aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c505aa" d):
|
|
30074
|
-
|
|
30075
29458
|
- Adds Danish and Romanian translations
|
|
30076
29459
|
|
|
30077
29460
|
## 87.1.7
|
|
@@ -30083,13 +29466,11 @@ Remove applicationCard node and action mark
|
|
|
30083
29466
|
## 87.1.6
|
|
30084
29467
|
|
|
30085
29468
|
- [patch][6201223](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6201223" d):
|
|
30086
|
-
|
|
30087
29469
|
- Add examples.
|
|
30088
29470
|
|
|
30089
29471
|
## 87.1.5
|
|
30090
29472
|
|
|
30091
29473
|
- [patch][1662ae0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1662ae0" d):
|
|
30092
|
-
|
|
30093
29474
|
- ED-5440 convert sections to use percentages
|
|
30094
29475
|
|
|
30095
29476
|
## 87.1.4
|