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