@atlaskit/editor-tables 2.7.3 → 2.7.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.
Files changed (83) hide show
  1. package/CHANGELOG.md +288 -278
  2. package/afm-jira/tsconfig.json +20 -0
  3. package/dist/cjs/utils/create-table.js +6 -2
  4. package/dist/es2019/utils/create-table.js +6 -2
  5. package/dist/esm/utils/create-table.js +6 -2
  6. package/dist/types/cell-bookmark.d.ts +3 -3
  7. package/dist/types/cell-selection.d.ts +4 -4
  8. package/dist/types/utils/analytics-helpers.d.ts +1 -1
  9. package/dist/types/utils/cells.d.ts +2 -2
  10. package/dist/types/utils/clone-tr.d.ts +1 -1
  11. package/dist/types/utils/colspan.d.ts +1 -1
  12. package/dist/types/utils/copy-paste.d.ts +1 -1
  13. package/dist/types/utils/create-table.d.ts +3 -2
  14. package/dist/types/utils/draw-cell-selection.d.ts +1 -1
  15. package/dist/types/utils/empty-cells.d.ts +3 -3
  16. package/dist/types/utils/find.d.ts +4 -4
  17. package/dist/types/utils/fix-tables.d.ts +2 -2
  18. package/dist/types/utils/for-each-cell.d.ts +2 -2
  19. package/dist/types/utils/get-cell-selection-ranges.d.ts +1 -1
  20. package/dist/types/utils/get-cells-in-column.d.ts +2 -2
  21. package/dist/types/utils/get-cells-in-row.d.ts +2 -2
  22. package/dist/types/utils/get-cells-in-table.d.ts +2 -2
  23. package/dist/types/utils/get-selection-rect.d.ts +2 -2
  24. package/dist/types/utils/go-to-next-cell.d.ts +1 -1
  25. package/dist/types/utils/handle-paste.d.ts +2 -2
  26. package/dist/types/utils/is-selected.d.ts +2 -2
  27. package/dist/types/utils/is-selection-type.d.ts +2 -2
  28. package/dist/types/utils/normalize-selection.d.ts +1 -1
  29. package/dist/types/utils/remove-column.d.ts +2 -2
  30. package/dist/types/utils/remove-row.d.ts +2 -2
  31. package/dist/types/utils/remove-table.d.ts +1 -1
  32. package/dist/types/utils/reorder-utils.d.ts +2 -2
  33. package/dist/types/utils/replace-table.d.ts +1 -1
  34. package/dist/types/utils/selection-cell.d.ts +2 -2
  35. package/dist/types/utils/selection-rect.d.ts +2 -2
  36. package/dist/types/utils/set-cell-attrs.d.ts +3 -3
  37. package/dist/types/utils/split-cell-with-type.d.ts +2 -2
  38. package/dist/types/utils/split-cell.d.ts +1 -1
  39. package/dist/types/utils/table-node-types.d.ts +1 -1
  40. package/dist/types/utils/tables.d.ts +2 -2
  41. package/dist/types/utils/test-utils.d.ts +1 -1
  42. package/dist/types/utils/toggle-header.d.ts +3 -3
  43. package/dist/types/utils.d.ts +2 -2
  44. package/dist/types-ts4.5/cell-bookmark.d.ts +3 -3
  45. package/dist/types-ts4.5/cell-selection.d.ts +4 -4
  46. package/dist/types-ts4.5/utils/analytics-helpers.d.ts +1 -1
  47. package/dist/types-ts4.5/utils/cells.d.ts +2 -2
  48. package/dist/types-ts4.5/utils/clone-tr.d.ts +1 -1
  49. package/dist/types-ts4.5/utils/colspan.d.ts +1 -1
  50. package/dist/types-ts4.5/utils/copy-paste.d.ts +1 -1
  51. package/dist/types-ts4.5/utils/create-table.d.ts +3 -2
  52. package/dist/types-ts4.5/utils/draw-cell-selection.d.ts +1 -1
  53. package/dist/types-ts4.5/utils/empty-cells.d.ts +3 -3
  54. package/dist/types-ts4.5/utils/find.d.ts +4 -4
  55. package/dist/types-ts4.5/utils/fix-tables.d.ts +2 -2
  56. package/dist/types-ts4.5/utils/for-each-cell.d.ts +2 -2
  57. package/dist/types-ts4.5/utils/get-cell-selection-ranges.d.ts +1 -1
  58. package/dist/types-ts4.5/utils/get-cells-in-column.d.ts +2 -2
  59. package/dist/types-ts4.5/utils/get-cells-in-row.d.ts +2 -2
  60. package/dist/types-ts4.5/utils/get-cells-in-table.d.ts +2 -2
  61. package/dist/types-ts4.5/utils/get-selection-rect.d.ts +2 -2
  62. package/dist/types-ts4.5/utils/go-to-next-cell.d.ts +1 -1
  63. package/dist/types-ts4.5/utils/handle-paste.d.ts +2 -2
  64. package/dist/types-ts4.5/utils/is-selected.d.ts +2 -2
  65. package/dist/types-ts4.5/utils/is-selection-type.d.ts +2 -2
  66. package/dist/types-ts4.5/utils/normalize-selection.d.ts +1 -1
  67. package/dist/types-ts4.5/utils/remove-column.d.ts +2 -2
  68. package/dist/types-ts4.5/utils/remove-row.d.ts +2 -2
  69. package/dist/types-ts4.5/utils/remove-table.d.ts +1 -1
  70. package/dist/types-ts4.5/utils/reorder-utils.d.ts +2 -2
  71. package/dist/types-ts4.5/utils/replace-table.d.ts +1 -1
  72. package/dist/types-ts4.5/utils/selection-cell.d.ts +2 -2
  73. package/dist/types-ts4.5/utils/selection-rect.d.ts +2 -2
  74. package/dist/types-ts4.5/utils/set-cell-attrs.d.ts +3 -3
  75. package/dist/types-ts4.5/utils/split-cell-with-type.d.ts +2 -2
  76. package/dist/types-ts4.5/utils/split-cell.d.ts +1 -1
  77. package/dist/types-ts4.5/utils/table-node-types.d.ts +1 -1
  78. package/dist/types-ts4.5/utils/tables.d.ts +2 -2
  79. package/dist/types-ts4.5/utils/test-utils.d.ts +1 -1
  80. package/dist/types-ts4.5/utils/toggle-header.d.ts +3 -3
  81. package/dist/types-ts4.5/utils.d.ts +2 -2
  82. package/package.json +62 -64
  83. package/report.api.md +118 -134
package/CHANGELOG.md CHANGED
@@ -1,608 +1,618 @@
1
1
  # @atlaskit/editor-tables
2
2
 
3
+ ## 2.7.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3b20c735bc9ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3b20c735bc9ee) -
8
+ [ux] Insert full-width table in comment editor when table resizing is enabled.
9
+
10
+ ## 2.7.4
11
+
12
+ ### Patch Changes
13
+
14
+ - [#102210](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102210)
15
+ [`fe0d7aa7668a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fe0d7aa7668a) -
16
+ Set layout attribute for tables to align-left when inserted in full width editor
17
+
3
18
  ## 2.7.3
4
19
 
5
20
  ### Patch Changes
6
21
 
7
- - [#94829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94829)
8
- [`815fda434fe7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/815fda434fe7) -
9
- [ED-22849] Align add column and row behaviour behind
10
- platform_editor_table_duplicate_cell_colouring flag so that adding a column will copy cell
11
- background from the left and adding a row will copy background colour from row above
22
+ - [#94829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94829)
23
+ [`815fda434fe7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/815fda434fe7) -
24
+ [ED-22849] Align add column and row behaviour behind
25
+ platform_editor_table_duplicate_cell_colouring flag so that adding a column will copy cell
26
+ background from the left and adding a row will copy background colour from row above
12
27
 
13
28
  ## 2.7.2
14
29
 
15
30
  ### Patch Changes
16
31
 
17
- - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
18
- [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
19
- [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
20
- language triggering composition on an empty line.This was fixed in a patch bump of
21
- prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
32
+ - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
33
+ [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
34
+ [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
35
+ language triggering composition on an empty line.This was fixed in a patch bump of
36
+ prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
22
37
 
23
38
  ## 2.7.1
24
39
 
25
40
  ### Patch Changes
26
41
 
27
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
28
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
29
- Migrated to the new button component
42
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
43
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
44
+ Migrated to the new button component
30
45
 
31
46
  ## 2.7.0
32
47
 
33
48
  ### Minor Changes
34
49
 
35
- - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
36
- [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
37
- bumped editor-prosemirror version to 4.0.0
50
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
51
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
52
+ bumped editor-prosemirror version to 4.0.0
38
53
 
39
54
  ## 2.6.3
40
55
 
41
56
  ### Patch Changes
42
57
 
43
- - [#86368](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86368)
44
- [`8499e6f0fef4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8499e6f0fef4) -
45
- Remove custom-table-width feature flag
58
+ - [#86368](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86368)
59
+ [`8499e6f0fef4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8499e6f0fef4) -
60
+ Remove custom-table-width feature flag
46
61
 
47
62
  ## 2.6.2
48
63
 
49
64
  ### Patch Changes
50
65
 
51
- - [#88717](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88717)
52
- [`d92770eae702`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d92770eae702) -
53
- Adding internal eslint opt outs for a new rule
54
- `@atlaskit/design-system/no-direct-use-of-web-platform-drag-and-drop`.
66
+ - [#88717](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88717)
67
+ [`d92770eae702`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d92770eae702) -
68
+ Adding internal eslint opt outs for a new rule
69
+ `@atlaskit/design-system/no-direct-use-of-web-platform-drag-and-drop`.
55
70
 
56
71
  ## 2.6.1
57
72
 
58
73
  ### Patch Changes
59
74
 
60
- - [#86621](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86621)
61
- [`819e262c9b0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/819e262c9b0b) -
62
- remove table-shift-click-selection-backward feature flag
75
+ - [#86621](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86621)
76
+ [`819e262c9b0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/819e262c9b0b) -
77
+ remove table-shift-click-selection-backward feature flag
63
78
 
64
79
  ## 2.6.0
65
80
 
66
81
  ### Minor Changes
67
82
 
68
- - [#83612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83612)
69
- [`25b32cbfbb7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/25b32cbfbb7e) -
70
- [ux] Added new clone row/column behaviour to tables drag N drop. When the user holds the alt
71
- modifier during the operation the row/column will be duplicated rather then moved.
83
+ - [#83612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83612)
84
+ [`25b32cbfbb7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/25b32cbfbb7e) -
85
+ [ux] Added new clone row/column behaviour to tables drag N drop. When the user holds the alt
86
+ modifier during the operation the row/column will be duplicated rather then moved.
72
87
 
73
88
  ## 2.5.8
74
89
 
75
90
  ### Patch Changes
76
91
 
77
- - [#80612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80612)
78
- [`b3a6ffbe9e15`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3a6ffbe9e15) -
79
- [ux] Fix Firefox table drag handle shift click selection
92
+ - [#80612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80612)
93
+ [`b3a6ffbe9e15`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3a6ffbe9e15) -
94
+ [ux] Fix Firefox table drag handle shift click selection
80
95
 
81
96
  ## 2.5.7
82
97
 
83
98
  ### Patch Changes
84
99
 
85
- - [#77796](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77796)
86
- [`eab996d08513`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eab996d08513) -
87
- Add new statsig experiement for preserve table width, add support for passing through width to
88
- create table. Allow tables to be inserted at full width
100
+ - [#77796](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77796)
101
+ [`eab996d08513`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eab996d08513) -
102
+ Add new statsig experiement for preserve table width, add support for passing through width to
103
+ create table. Allow tables to be inserted at full width
89
104
 
90
105
  ## 2.5.6
91
106
 
92
107
  ### Patch Changes
93
108
 
94
- - [#77516](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77516)
95
- [`d6e79c5637c7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6e79c5637c7) -
96
- [ux] fix expand current selection by shift click
109
+ - [#77516](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77516)
110
+ [`d6e79c5637c7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6e79c5637c7) -
111
+ [ux] fix expand current selection by shift click
97
112
 
98
113
  ## 2.5.5
99
114
 
100
115
  ### Patch Changes
101
116
 
102
- - [#72037](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72037)
103
- [`e59f0b7a9115`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e59f0b7a9115) -
104
- [ux] add flexiable to make merged cells detection allow to detect edge merged cells
117
+ - [#72037](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72037)
118
+ [`e59f0b7a9115`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e59f0b7a9115) -
119
+ [ux] add flexiable to make merged cells detection allow to detect edge merged cells
105
120
 
106
121
  ## 2.5.4
107
122
 
108
123
  ### Patch Changes
109
124
 
110
- - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
111
- [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
112
- Upgrading @atlaskit/editor-prosemirror dependency
125
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
126
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
127
+ Upgrading @atlaskit/editor-prosemirror dependency
113
128
 
114
129
  ## 2.5.3
115
130
 
116
131
  ### Patch Changes
117
132
 
118
- - [#70718](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70718)
119
- [`e5d2832002bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5d2832002bb) -
120
- Patched a bug in the table paste logic which was throwing an error during the selection phase of
121
- the paste event when the pasted data contained a table row ending with a merged cell. The error
122
- from the selection is causing the table data to be injected as plain text inline.
133
+ - [#70718](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70718)
134
+ [`e5d2832002bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5d2832002bb) -
135
+ Patched a bug in the table paste logic which was throwing an error during the selection phase of
136
+ the paste event when the pasted data contained a table row ending with a merged cell. The error
137
+ from the selection is causing the table data to be injected as plain text inline.
123
138
 
124
139
  ## 2.5.2
125
140
 
126
141
  ### Patch Changes
127
142
 
128
- - [#69650](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69650)
129
- [`91a5b96796cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/91a5b96796cb) -
130
- Migrate @atlaskit/editor-tables to use declarative entry points
143
+ - [#69650](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69650)
144
+ [`91a5b96796cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/91a5b96796cb) -
145
+ Migrate @atlaskit/editor-tables to use declarative entry points
131
146
 
132
147
  ## 2.5.1
133
148
 
134
149
  ### Patch Changes
135
150
 
136
- - [#69625](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69625)
137
- [`67d7971c6ddf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67d7971c6ddf) -
138
- [ux] Tables DnD now supports dragging multiple rows/columns in a single drag using multi-select
151
+ - [#69625](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69625)
152
+ [`67d7971c6ddf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67d7971c6ddf) -
153
+ [ux] Tables DnD now supports dragging multiple rows/columns in a single drag using multi-select
139
154
 
140
155
  ## 2.5.0
141
156
 
142
157
  ### Minor Changes
143
158
 
144
- - [#69232](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69232)
145
- [`93c8f231aa82`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93c8f231aa82) -
146
- Optimized the table move column logic to perform individual insert/deletes per row
159
+ - [#69232](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69232)
160
+ [`93c8f231aa82`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93c8f231aa82) -
161
+ Optimized the table move column logic to perform individual insert/deletes per row
147
162
 
148
163
  ## 2.4.0
149
164
 
150
165
  ### Minor Changes
151
166
 
152
- - [#67400](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67400)
153
- [`191436e36f93`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/191436e36f93) -
154
- Optimised the table move row logic to perform insert/delete steps rather than an entire table
155
- replacement
167
+ - [#67400](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67400)
168
+ [`191436e36f93`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/191436e36f93) -
169
+ Optimised the table move row logic to perform insert/delete steps rather than an entire table
170
+ replacement
156
171
 
157
172
  ## 2.3.18
158
173
 
159
174
  ### Patch Changes
160
175
 
161
- - [#60278](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60278)
162
- [`bc2785a02329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc2785a02329) -
163
- Selection of multiple rows / column should remain when clicking the drag handle
176
+ - [#60278](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60278)
177
+ [`bc2785a02329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc2785a02329) -
178
+ Selection of multiple rows / column should remain when clicking the drag handle
164
179
 
165
180
  ## 2.3.17
166
181
 
167
182
  ### Patch Changes
168
183
 
169
- - [#59009](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59009)
170
- [`f7e9d874ff37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f7e9d874ff37) -
171
- Fix table expand selection when `platform.editor.table-shift-click-selection-backward` FF is
172
- enabled
184
+ - [#59009](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59009)
185
+ [`f7e9d874ff37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f7e9d874ff37) -
186
+ Fix table expand selection when `platform.editor.table-shift-click-selection-backward` FF is
187
+ enabled
173
188
 
174
189
  ## 2.3.16
175
190
 
176
191
  ### Patch Changes
177
192
 
178
- - [#58433](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58433)
179
- [`4d8e164d7760`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d8e164d7760) -
180
- fix shift + click to expand column / row selection bug when
181
- `platform.editor.table.drag-and-drop` is enabled
193
+ - [#58433](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58433)
194
+ [`4d8e164d7760`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d8e164d7760) -
195
+ fix shift + click to expand column / row selection bug when `platform.editor.table.drag-and-drop`
196
+ is enabled
182
197
 
183
198
  ## 2.3.15
184
199
 
185
200
  ### Patch Changes
186
201
 
187
- - [#43255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43255)
188
- [`6c1b3270538`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c1b3270538) - Remove
189
- setSelection from move commands as it's unnecessary
202
+ - [#43255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43255)
203
+ [`6c1b3270538`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c1b3270538) - Remove
204
+ setSelection from move commands as it's unnecessary
190
205
 
191
206
  ## 2.3.14
192
207
 
193
208
  ### Patch Changes
194
209
 
195
- - [#42754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42754)
196
- [`b2396966987`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2396966987) - use
197
- 'as' type assertion rather than angle brackets
210
+ - [#42754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42754)
211
+ [`b2396966987`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2396966987) - use 'as'
212
+ type assertion rather than angle brackets
198
213
 
199
214
  ## 2.3.13
200
215
 
201
216
  ### Patch Changes
202
217
 
203
- - [#42109](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42109)
204
- [`d25ae495fed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d25ae495fed) - [ux]
205
- Adds a fix to keep selection on a dropped row or column.
218
+ - [#42109](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42109)
219
+ [`d25ae495fed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d25ae495fed) - [ux]
220
+ Adds a fix to keep selection on a dropped row or column.
206
221
 
207
222
  ## 2.3.12
208
223
 
209
224
  ### Patch Changes
210
225
 
211
- - [#41991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41991)
212
- [`28a7171e7e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28a7171e7e3) - [ux]
213
- add shift click select backward feature to expand selection
226
+ - [#41991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41991)
227
+ [`28a7171e7e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28a7171e7e3) - [ux] add
228
+ shift click select backward feature to expand selection
214
229
 
215
230
  ## 2.3.11
216
231
 
217
232
  ### Patch Changes
218
233
 
219
- - [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
220
- [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) -
221
- Connect yarn changeset to packages, upgrade adf-schema
234
+ - [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
235
+ [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect
236
+ yarn changeset to packages, upgrade adf-schema
222
237
 
223
238
  ## 2.3.10
224
239
 
225
240
  ### Patch Changes
226
241
 
227
- - [#39984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39984)
228
- [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) -
229
- NO-ISSUE Import doc builder types from editor-common
242
+ - [#39984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39984)
243
+ [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE
244
+ Import doc builder types from editor-common
230
245
 
231
246
  ## 2.3.9
232
247
 
233
248
  ### Patch Changes
234
249
 
235
- - [#39381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39381)
236
- [`35242fb367a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35242fb367a) - Add
237
- custom-table-width feature flag and add width to table node when inserted
250
+ - [#39381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39381)
251
+ [`35242fb367a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35242fb367a) - Add
252
+ custom-table-width feature flag and add width to table node when inserted
238
253
 
239
254
  ## 2.3.8
240
255
 
241
256
  ### Patch Changes
242
257
 
243
- - Updated dependencies
258
+ - Updated dependencies
244
259
 
245
260
  ## 2.3.7
246
261
 
247
262
  ### Patch Changes
248
263
 
249
- - [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785)
250
- [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
251
- [ED-19233] Import prosemirror libraries from internal facade package
264
+ - [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785)
265
+ [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
266
+ [ED-19233] Import prosemirror libraries from internal facade package
252
267
 
253
268
  ## 2.3.6
254
269
 
255
270
  ### Patch Changes
256
271
 
257
- - [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241)
258
- [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) -
259
- [ED-13910] Fix prosemirror types
272
+ - [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241)
273
+ [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) -
274
+ [ED-13910] Fix prosemirror types
260
275
 
261
276
  ## 2.3.5
262
277
 
263
278
  ### Patch Changes
264
279
 
265
- - [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782)
266
- [`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) -
267
- [ED-17082] Mark package as a singleton one
280
+ - [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782)
281
+ [`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) -
282
+ [ED-17082] Mark package as a singleton one
268
283
 
269
284
  ## 2.3.4
270
285
 
271
286
  ### Patch Changes
272
287
 
273
- - [#35533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35533)
274
- [`fa1f53e0ae7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa1f53e0ae7) -
275
- [ED-18167] Remove dependency of editor-tables on adf schema library to avoid a circular
276
- dependency
288
+ - [#35533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35533)
289
+ [`fa1f53e0ae7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa1f53e0ae7) -
290
+ [ED-18167] Remove dependency of editor-tables on adf schema library to avoid a circular dependency
277
291
 
278
292
  ## 2.3.3
279
293
 
280
294
  ### Patch Changes
281
295
 
282
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
283
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
284
- legacy types are published for TS 4.5-4.8
296
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
297
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
298
+ legacy types are published for TS 4.5-4.8
285
299
 
286
300
  ## 2.3.2
287
301
 
288
302
  ### Patch Changes
289
303
 
290
- - [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
291
- [`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) -
292
- [ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed
293
- work-arounds for fixed issues
304
+ - [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
305
+ [`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) -
306
+ [ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds
307
+ for fixed issues
294
308
 
295
309
  ## 2.3.1
296
310
 
297
311
  ### Patch Changes
298
312
 
299
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
300
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
301
- Upgrade Typescript from `4.5.5` to `4.9.5`
313
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
314
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
315
+ Typescript from `4.5.5` to `4.9.5`
302
316
 
303
317
  ## 2.3.0
304
318
 
305
319
  ### Minor Changes
306
320
 
307
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
308
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
309
- minor dependency bump
321
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
322
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
323
+ minor dependency bump
310
324
 
311
325
  ## 2.2.6
312
326
 
313
327
  ### Patch Changes
314
328
 
315
- - [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
316
- [`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert
317
- "[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed
318
- issues"
329
+ - [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
330
+ [`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert
331
+ "[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed
332
+ issues"
319
333
 
320
334
  ## 2.2.5
321
335
 
322
336
  ### Patch Changes
323
337
 
324
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
325
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
326
- remove before merging to master; dupe adf-schema via adf-utils
338
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
339
+ [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
340
+ remove before merging to master; dupe adf-schema via adf-utils
327
341
 
328
342
  ## 2.2.4
329
343
 
330
344
  ### Patch Changes
331
345
 
332
- - [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
333
- [`4080eb013ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4080eb013ef) - [ux]
334
- Fix bug where pasting inside a table did not respect the table's headers. Pasted cells are
335
- formatted based on the table they are being pasted into.
336
- - [`4f6a895f1d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f6a895f1d5) - Set
337
- selectable property for selectable nodes
338
- - [`4f6a895f1d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f6a895f1d5) - Fix
339
- arrow shift selection coming from outside of the table
346
+ - [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
347
+ [`4080eb013ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4080eb013ef) - [ux] Fix
348
+ bug where pasting inside a table did not respect the table's headers. Pasted cells are formatted
349
+ based on the table they are being pasted into.
350
+ - [`4f6a895f1d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f6a895f1d5) - Set
351
+ selectable property for selectable nodes
352
+ - [`4f6a895f1d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f6a895f1d5) - Fix
353
+ arrow shift selection coming from outside of the table
340
354
 
341
355
  ## 2.2.3
342
356
 
343
357
  ### Patch Changes
344
358
 
345
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
346
- [`dbef481f7df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbef481f7df) - [ux]
347
- ED-15724: fix the merged row(2nd row or later) cannot been recongnized as row selection and
348
- cannot be deleted.
359
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
360
+ [`dbef481f7df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbef481f7df) - [ux]
361
+ ED-15724: fix the merged row(2nd row or later) cannot been recongnized as row selection and cannot
362
+ be deleted.
349
363
 
350
364
  ## 2.2.2
351
365
 
352
366
  ### Patch Changes
353
367
 
354
- - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
355
- [`47f1f76cb80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f1f76cb80) - Add
356
- selectTableClosestToPos function
357
- - [`755d7bf5c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/755d7bf5c2a) - [ux]
358
- ED-12527 Prevents editor-tables handleMouseDown() from creating a cell selection when right
359
- clicking in a table cell.
368
+ - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
369
+ [`47f1f76cb80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f1f76cb80) - Add
370
+ selectTableClosestToPos function
371
+ - [`755d7bf5c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/755d7bf5c2a) - [ux]
372
+ ED-12527 Prevents editor-tables handleMouseDown() from creating a cell selection when right
373
+ clicking in a table cell.
360
374
 
361
375
  ## 2.2.1
362
376
 
363
377
  ### Patch Changes
364
378
 
365
- - [#27511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27511)
366
- [`403e0d2d291`](https://bitbucket.org/atlassian/atlassian-frontend/commits/403e0d2d291) -
367
- ED-16246 fix prevent @types/prosemirror-commands @types/prosemirror-keymap updating to
368
- incompatible version.
379
+ - [#27511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27511)
380
+ [`403e0d2d291`](https://bitbucket.org/atlassian/atlassian-frontend/commits/403e0d2d291) - ED-16246
381
+ fix prevent @types/prosemirror-commands @types/prosemirror-keymap updating to incompatible
382
+ version.
369
383
 
370
384
  ## 2.2.0
371
385
 
372
386
  ### Minor Changes
373
387
 
374
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
375
- [`d8acf7254db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8acf7254db) -
376
- ED-8567 added tracking for fixTables()
388
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
389
+ [`d8acf7254db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8acf7254db) - ED-8567
390
+ added tracking for fixTables()
377
391
 
378
392
  ## 2.1.6
379
393
 
380
394
  ### Patch Changes
381
395
 
382
- - [#24607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24607)
383
- [`95f007063cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95f007063cf) -
384
- Decoupling paste plugin and table plugin, copied `replaceSelectedTable` and
385
- `getSelectedTableInfo` utils to editor-tables utils package and analytics dependency shifted to
386
- paste plugin.
396
+ - [#24607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24607)
397
+ [`95f007063cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95f007063cf) -
398
+ Decoupling paste plugin and table plugin, copied `replaceSelectedTable` and `getSelectedTableInfo`
399
+ utils to editor-tables utils package and analytics dependency shifted to paste plugin.
387
400
 
388
401
  ## 2.1.5
389
402
 
390
403
  ### Patch Changes
391
404
 
392
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
393
- [`e6f25536fe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6f25536fe3) -
394
- [ux][ed-15168] Fixes a bug where a width-less column was created when pasting table cells into a
395
- table that had columns with set widths.
405
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
406
+ [`e6f25536fe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6f25536fe3) -
407
+ [ux][ed-15168] Fixes a bug where a width-less column was created when pasting table cells into a
408
+ table that had columns with set widths.
396
409
 
397
410
  ## 2.1.4
398
411
 
399
412
  ### Patch Changes
400
413
 
401
- - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
402
- [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) -
403
- [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from
404
- @atlaskit/adf-schema to their own entry points. These new entry points are as follows
414
+ - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
415
+ [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) -
416
+ [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from
417
+ @atlaskit/adf-schema to their own entry points. These new entry points are as follows
405
418
 
406
- @atlaskit/adf-schema/schema-bitbucket for:
419
+ @atlaskit/adf-schema/schema-bitbucket for:
407
420
 
408
- - bitbucketSchema
421
+ - bitbucketSchema
409
422
 
410
- @atlaskit/adf-schema/schema-confluence for:
423
+ @atlaskit/adf-schema/schema-confluence for:
411
424
 
412
- - confluenceSchema
413
- - confluenceSchemaWithMediaSingle
425
+ - confluenceSchema
426
+ - confluenceSchemaWithMediaSingle
414
427
 
415
- @atlaskit/adf-schema/schema-jira for:
428
+ @atlaskit/adf-schema/schema-jira for:
416
429
 
417
- - default as createJIRASchema
418
- - isSchemaWithLists
419
- - isSchemaWithMentions
420
- - isSchemaWithEmojis
421
- - isSchemaWithLinks
422
- - isSchemaWithAdvancedTextFormattingMarks
423
- - isSchemaWithCodeBlock
424
- - isSchemaWithBlockQuotes
425
- - isSchemaWithMedia
426
- - isSchemaWithSubSupMark
427
- - isSchemaWithTextColor
428
- - isSchemaWithTables
430
+ - default as createJIRASchema
431
+ - isSchemaWithLists
432
+ - isSchemaWithMentions
433
+ - isSchemaWithEmojis
434
+ - isSchemaWithLinks
435
+ - isSchemaWithAdvancedTextFormattingMarks
436
+ - isSchemaWithCodeBlock
437
+ - isSchemaWithBlockQuotes
438
+ - isSchemaWithMedia
439
+ - isSchemaWithSubSupMark
440
+ - isSchemaWithTextColor
441
+ - isSchemaWithTables
429
442
 
430
- @atlaskit/adf-schema/schema-default for:
443
+ @atlaskit/adf-schema/schema-default for:
431
444
 
432
- - defaultSchema
433
- - getSchemaBasedOnStage
434
- - defaultSchemaConfig
445
+ - defaultSchema
446
+ - getSchemaBasedOnStage
447
+ - defaultSchemaConfig
435
448
 
436
- This change also includes codemods in @atlaskit/adf-schema to update these entry points. It also
437
- introduces a new util function "changeImportEntryPoint" to @atlaskit/codemod-utils to handle
438
- this scenario.
449
+ This change also includes codemods in @atlaskit/adf-schema to update these entry points. It also
450
+ introduces a new util function "changeImportEntryPoint" to @atlaskit/codemod-utils to handle this
451
+ scenario.
439
452
 
440
453
  ## 2.1.3
441
454
 
442
455
  ### Patch Changes
443
456
 
444
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
445
- [`cbfbaab61bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cbfbaab61bb) -
446
- [ux][ed-14300] Remove column width from table cells being pasted into another table as it should
447
- take the formatting of the destination table.
457
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
458
+ [`cbfbaab61bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cbfbaab61bb) -
459
+ [ux][ed-14300] Remove column width from table cells being pasted into another table as it should
460
+ take the formatting of the destination table.
448
461
 
449
462
  ## 2.1.2
450
463
 
451
464
  ### Patch Changes
452
465
 
453
- - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
454
- [`4e6fbaf5898`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6fbaf5898) -
455
- ED-14117 Change EditorState.apply type to receive readonly transaction
466
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
467
+ [`4e6fbaf5898`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6fbaf5898) - ED-14117
468
+ Change EditorState.apply type to receive readonly transaction
456
469
 
457
- Transactions should not be mutated after being dispatched as it can lead to unexpected
458
- behaviour. This change patches the relevant types declared in prosemirror-state as a
459
- compile-time safeguard.
470
+ Transactions should not be mutated after being dispatched as it can lead to unexpected behaviour.
471
+ This change patches the relevant types declared in prosemirror-state as a compile-time safeguard.
460
472
 
461
473
  ## 2.1.1
462
474
 
463
475
  ### Patch Changes
464
476
 
465
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
466
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
467
- ED-13025 Bump prosemirror-view 1.23.1 -> 1.23.2
477
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
478
+ [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - ED-13025
479
+ Bump prosemirror-view 1.23.1 -> 1.23.2
468
480
 
469
481
  ## 2.1.0
470
482
 
471
483
  ### Minor Changes
472
484
 
473
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
474
- [`b230f366971`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b230f366971) -
475
- [ED-14008] Bump prosemirror-view from 1.20.2 to 1.23.1
485
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
486
+ [`b230f366971`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b230f366971) -
487
+ [ED-14008] Bump prosemirror-view from 1.20.2 to 1.23.1
476
488
 
477
489
  ### Patch Changes
478
490
 
479
- - [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
480
- ED-11632: Bump prosemirror packages;
491
+ - [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
492
+ ED-11632: Bump prosemirror packages;
481
493
 
482
- - prosmirror-commands 1.1.4 -> 1.1.11,
483
- - prosemirror-model 1.11.0 -> 1.14.3,
484
- - prosemirror-state 1.3.3 -> 1.3.4,
485
- - prosemirror-transform 1.2.8 -> 1.3.2,
486
- - prosemirror-view 1.15.4 + 1.18.8 -> 1.20.2.
494
+ - prosmirror-commands 1.1.4 -> 1.1.11,
495
+ - prosemirror-model 1.11.0 -> 1.14.3,
496
+ - prosemirror-state 1.3.3 -> 1.3.4,
497
+ - prosemirror-transform 1.2.8 -> 1.3.2,
498
+ - prosemirror-view 1.15.4 + 1.18.8 -> 1.20.2.
487
499
 
488
500
  ## 2.0.1
489
501
 
490
502
  ### Patch Changes
491
503
 
492
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
493
- [`96c6146eef1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c6146eef1) -
494
- ED-13187: localId optional & empty values filtered
504
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
505
+ [`96c6146eef1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c6146eef1) -
506
+ ED-13187: localId optional & empty values filtered
495
507
 
496
508
  ## 2.0.0
497
509
 
498
510
  ### Major Changes
499
511
 
500
- - [#9847](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9847)
501
- [`71318e96b5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71318e96b5d) -
502
- NO-ISSUE Force bump editor-tables
512
+ - [#9847](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9847)
513
+ [`71318e96b5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71318e96b5d) - NO-ISSUE
514
+ Force bump editor-tables
503
515
 
504
516
  ## 1.1.5
505
517
 
506
518
  ### Patch Changes
507
519
 
508
- - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
509
- [`5089bd2544d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5089bd2544d) -
510
- ED-11919: generate localId for tables
511
- - [`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) -
512
- Renamed @atlaskit/editor-test-helpers/schema-builder to
513
- @atlaskit/editor-test-helpers/doc-builder
520
+ - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
521
+ [`5089bd2544d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5089bd2544d) -
522
+ ED-11919: generate localId for tables
523
+ - [`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) - Renamed
524
+ @atlaskit/editor-test-helpers/schema-builder to @atlaskit/editor-test-helpers/doc-builder
514
525
 
515
526
  ## 1.1.4
516
527
 
517
528
  ### Patch Changes
518
529
 
519
- - [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
520
- [`d2e70ebaaa9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2e70ebaaa9) -
521
- NO-ISSUE: updated editor tests to use 'doc: DocBuilder' instead of 'doc: any'
522
- - [`fe1c96a3d28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe1c96a3d28) - added
523
- DocBuilder type to @atlaskit/editor-test-helpers, replaced duplicate definitions and
524
- DocumentType
530
+ - [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
531
+ [`d2e70ebaaa9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2e70ebaaa9) -
532
+ NO-ISSUE: updated editor tests to use 'doc: DocBuilder' instead of 'doc: any'
533
+ - [`fe1c96a3d28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe1c96a3d28) - added
534
+ DocBuilder type to @atlaskit/editor-test-helpers, replaced duplicate definitions and DocumentType
525
535
 
526
536
  ## 1.1.3
527
537
 
528
538
  ### Patch Changes
529
539
 
530
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
531
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
532
- Transpile packages using babel rather than tsc
540
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
541
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
542
+ packages using babel rather than tsc
533
543
 
534
544
  ## 1.1.2
535
545
 
536
546
  ### Patch Changes
537
547
 
538
- - [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860)
539
- [`703752d487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/703752d487) - ED-10647
540
- Remove caret from prosemirror-model, prosemirror-keymap, prosemirror-state,
541
- prosemirror-transform to lock them down to an explicit version
548
+ - [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860)
549
+ [`703752d487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/703752d487) - ED-10647
550
+ Remove caret from prosemirror-model, prosemirror-keymap, prosemirror-state, prosemirror-transform
551
+ to lock them down to an explicit version
542
552
 
543
553
  ## 1.1.1
544
554
 
545
555
  ### Patch Changes
546
556
 
547
- - [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
548
- [`e4abda244e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4abda244e) - ED-9912:
549
- replace prosemirror-tables with editor-tables
550
- - [`d39fa49905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d39fa49905) -
551
- ED-10420: remove utils copied from prosemirror-utils
557
+ - [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
558
+ [`e4abda244e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4abda244e) - ED-9912:
559
+ replace prosemirror-tables with editor-tables
560
+ - [`d39fa49905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d39fa49905) - ED-10420:
561
+ remove utils copied from prosemirror-utils
552
562
 
553
563
  ## 1.1.0
554
564
 
555
565
  ### Minor Changes
556
566
 
557
- - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
558
- [`111eac563c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111eac563c) - ED-9915:
559
- added table utils from prosemirror-utils
560
- - [`9a39500244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a39500244) - Bump
561
- ProseMirror packages
567
+ - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
568
+ [`111eac563c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111eac563c) - ED-9915:
569
+ added table utils from prosemirror-utils
570
+ - [`9a39500244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a39500244) - Bump
571
+ ProseMirror packages
562
572
 
563
- Read more: https://product-fabric.atlassian.net/wiki/spaces/E/pages/1671956531/2020-08
573
+ Read more: https://product-fabric.atlassian.net/wiki/spaces/E/pages/1671956531/2020-08
564
574
 
565
575
  ### Patch Changes
566
576
 
567
- - [`2d4bbe5e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d4bbe5e2e) -
568
- [ED-10503] Fix prosemirror-view version at 1.15.4 without carret
569
- - [`9bf037e4e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bf037e4e6) -
570
- ED-10252: tests for moveColumn
571
- - [`b5e04ea3f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5e04ea3f6) -
572
- ED-10052: added the original MIT license to the package's source code
573
- - [`93be5de4de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93be5de4de) - Move
574
- table_moveRow tests from prosemirror-utils to editor-tables
575
- - [`aa65a361a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa65a361a1) - Added
576
- some util functions
577
- - Updated dependencies
577
+ - [`2d4bbe5e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d4bbe5e2e) - [ED-10503]
578
+ Fix prosemirror-view version at 1.15.4 without carret
579
+ - [`9bf037e4e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bf037e4e6) - ED-10252:
580
+ tests for moveColumn
581
+ - [`b5e04ea3f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5e04ea3f6) - ED-10052:
582
+ added the original MIT license to the package's source code
583
+ - [`93be5de4de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93be5de4de) - Move
584
+ table_moveRow tests from prosemirror-utils to editor-tables
585
+ - [`aa65a361a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa65a361a1) - Added some
586
+ util functions
587
+ - Updated dependencies
578
588
 
579
589
  ## 1.0.2
580
590
 
581
591
  ### Patch Changes
582
592
 
583
- - [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
584
- [`e485167c47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e485167c47) -
585
- ED-10018: bump prosemirror-tables to fix copy-pasting merged rows
586
- - [`7325aff6d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7325aff6d3) - ED-9626:
587
- added unit tests for CellSelection and tableEditing plugin to editor-tables
588
- - Updated dependencies
593
+ - [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
594
+ [`e485167c47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e485167c47) - ED-10018:
595
+ bump prosemirror-tables to fix copy-pasting merged rows
596
+ - [`7325aff6d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7325aff6d3) - ED-9626:
597
+ added unit tests for CellSelection and tableEditing plugin to editor-tables
598
+ - Updated dependencies
589
599
 
590
600
  ## 1.0.1
591
601
 
592
602
  ### Patch Changes
593
603
 
594
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
595
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
596
- to TypeScript 3.9.6 and tslib to 2.0.0
604
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
605
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
606
+ to TypeScript 3.9.6 and tslib to 2.0.0
597
607
 
598
- Since tslib is a dependency for all our packages we recommend that products also follow this
599
- tslib upgrade to prevent duplicates of tslib being bundled.
608
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
609
+ upgrade to prevent duplicates of tslib being bundled.
600
610
 
601
611
  ## 1.0.0
602
612
 
603
613
  ### Major Changes
604
614
 
605
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
606
- [`b00bfbe3f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b00bfbe3f3) - ED-9627
607
- Added new @atlaskit/editor-tables package to include common editor tables related code. Included
608
- TableMap class from prosemirror-tables package with it.
615
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
616
+ [`b00bfbe3f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b00bfbe3f3) - ED-9627
617
+ Added new @atlaskit/editor-tables package to include common editor tables related code. Included
618
+ TableMap class from prosemirror-tables package with it.