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