@atlaskit/editor-common 76.1.0 → 76.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +324 -318
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/ui/Emoji/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/Emoji/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 76.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40723) [`97197ef1cd2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97197ef1cd2) - type warnings fix for emoji
|
|
8
|
+
|
|
3
9
|
## 76.1.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -14,41 +20,41 @@
|
|
|
14
20
|
|
|
15
21
|
### Major Changes
|
|
16
22
|
|
|
17
|
-
- [`151b0d45db4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/151b0d45db4) - Changed Resizer API. Removed handleComponent, innerPadding & handleMarginTop. Also renamed HandleHeightSizeType to HandleSize. The resizer should be opionated and control the handle component itself. innerPadding & handleMarginTop can also be controlled via the handleStyles override property.
|
|
23
|
+
- [#39205](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39205) [`151b0d45db4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/151b0d45db4) - Changed Resizer API. Removed handleComponent, innerPadding & handleMarginTop. Also renamed HandleHeightSizeType to HandleSize. The resizer should be opionated and control the handle component itself. innerPadding & handleMarginTop can also be controlled via the handleStyles override property.
|
|
18
24
|
|
|
19
25
|
### Patch Changes
|
|
20
26
|
|
|
21
|
-
- [`6c7eda4573e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c7eda4573e) - ADFEXP-526: create a patch changeset for editor-common to try make Confluence Pipeline green
|
|
27
|
+
- [#40549](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40549) [`6c7eda4573e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c7eda4573e) - ADFEXP-526: create a patch changeset for editor-common to try make Confluence Pipeline green
|
|
22
28
|
|
|
23
29
|
## 75.8.4
|
|
24
30
|
|
|
25
31
|
### Patch Changes
|
|
26
32
|
|
|
27
|
-
- [`5868508ede4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5868508ede4) - Need this small change to workaround CC pipeline issue
|
|
33
|
+
- [#39625](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39625) [`5868508ede4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5868508ede4) - Need this small change to workaround CC pipeline issue
|
|
28
34
|
|
|
29
35
|
## 75.8.3
|
|
30
36
|
|
|
31
37
|
### Patch Changes
|
|
32
38
|
|
|
33
|
-
- [`36b7e4fd8d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b7e4fd8d5) - ED-20017 Clean up unused functions in Dropdown
|
|
39
|
+
- [#40563](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40563) [`36b7e4fd8d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b7e4fd8d5) - ED-20017 Clean up unused functions in Dropdown
|
|
34
40
|
|
|
35
41
|
## 75.8.2
|
|
36
42
|
|
|
37
43
|
### Patch Changes
|
|
38
44
|
|
|
39
|
-
- [`b8e2bd46490`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8e2bd46490) - [ED-19868](https://product-fabric.atlassian.net/browse/ED-19868) added text length for analytics
|
|
45
|
+
- [#40523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40523) [`b8e2bd46490`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8e2bd46490) - [ED-19868](https://product-fabric.atlassian.net/browse/ED-19868) added text length for analytics
|
|
40
46
|
|
|
41
47
|
## 75.8.1
|
|
42
48
|
|
|
43
49
|
### Patch Changes
|
|
44
50
|
|
|
45
|
-
- [`b1b8c7d356c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1b8c7d356c) - [ED-19757] Fix getPos throwing exception for all nodeviews
|
|
51
|
+
- [#40448](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40448) [`b1b8c7d356c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1b8c7d356c) - [ED-19757] Fix getPos throwing exception for all nodeviews
|
|
46
52
|
|
|
47
53
|
## 75.8.0
|
|
48
54
|
|
|
49
55
|
### Minor Changes
|
|
50
56
|
|
|
51
|
-
- [`3aaff60be08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aaff60be08) - ED-18988 Adds classnames and constants for table sticky scrollbar
|
|
57
|
+
- [#39366](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39366) [`3aaff60be08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aaff60be08) - ED-18988 Adds classnames and constants for table sticky scrollbar
|
|
52
58
|
|
|
53
59
|
### Patch Changes
|
|
54
60
|
|
|
@@ -58,272 +64,272 @@
|
|
|
58
64
|
|
|
59
65
|
### Patch Changes
|
|
60
66
|
|
|
61
|
-
- [`7b3e5b2915d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3e5b2915d) - Dummy change to bump version
|
|
67
|
+
- [#40056](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40056) [`7b3e5b2915d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3e5b2915d) - Dummy change to bump version
|
|
62
68
|
|
|
63
69
|
## 75.7.0
|
|
64
70
|
|
|
65
71
|
### Minor Changes
|
|
66
72
|
|
|
67
|
-
- [`8cb8dafa05a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cb8dafa05a) - [ED-19774] Removing ../selection imports where possible. selectionPlugin imports still exist until we have an extracted package for selection.
|
|
73
|
+
- [#40367](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40367) [`8cb8dafa05a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cb8dafa05a) - [ED-19774] Removing ../selection imports where possible. selectionPlugin imports still exist until we have an extracted package for selection.
|
|
68
74
|
|
|
69
75
|
## 75.6.1
|
|
70
76
|
|
|
71
77
|
### Patch Changes
|
|
72
78
|
|
|
73
|
-
- [`bb4caba1310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb4caba1310) - Remove participants count metric from frozen analytics event
|
|
79
|
+
- [#40558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40558) [`bb4caba1310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb4caba1310) - Remove participants count metric from frozen analytics event
|
|
74
80
|
|
|
75
81
|
## 75.6.0
|
|
76
82
|
|
|
77
83
|
### Minor Changes
|
|
78
84
|
|
|
79
|
-
- [`16a0e1fef2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16a0e1fef2b) - ED-20017 Decouple editor core from floating toolbar plugin
|
|
85
|
+
- [#40470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40470) [`16a0e1fef2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16a0e1fef2b) - ED-20017 Decouple editor core from floating toolbar plugin
|
|
80
86
|
|
|
81
87
|
## 75.5.2
|
|
82
88
|
|
|
83
89
|
### Patch Changes
|
|
84
90
|
|
|
85
|
-
- [`d5088ec1cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5088ec1cdf) - [ED-16733] Prepare Media plugin for extraction
|
|
86
|
-
- [`05b9c2db1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05b9c2db1dc) - [ux] Increase visibility of table scroll shadows
|
|
91
|
+
- [#38479](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38479) [`d5088ec1cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5088ec1cdf) - [ED-16733] Prepare Media plugin for extraction
|
|
92
|
+
- [#40231](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40231) [`05b9c2db1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05b9c2db1dc) - [ux] Increase visibility of table scroll shadows
|
|
87
93
|
|
|
88
94
|
## 75.5.1
|
|
89
95
|
|
|
90
96
|
### Patch Changes
|
|
91
97
|
|
|
92
|
-
- [`966f90e1edf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/966f90e1edf) - [ux] [ECA11Y-44] Adjust 'Popup' component so that it doesn't always have to have 'aria-label' attribute displayed
|
|
98
|
+
- [#39632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39632) [`966f90e1edf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/966f90e1edf) - [ux] [ECA11Y-44] Adjust 'Popup' component so that it doesn't always have to have 'aria-label' attribute displayed
|
|
93
99
|
|
|
94
100
|
## 75.5.0
|
|
95
101
|
|
|
96
102
|
### Minor Changes
|
|
97
103
|
|
|
98
|
-
- [`20d1964ba9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20d1964ba9d) - Adds two new table analytics events: an initialOverflowCaptured event to detect initial oveflow state when the page is with a table is loaded or a new table is inserted/pasted and an overflowChanged event used to detect overflow state changes that occur as a result of different table actions.
|
|
104
|
+
- [#39755](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39755) [`20d1964ba9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20d1964ba9d) - Adds two new table analytics events: an initialOverflowCaptured event to detect initial oveflow state when the page is with a table is loaded or a new table is inserted/pasted and an overflowChanged event used to detect overflow state changes that occur as a result of different table actions.
|
|
99
105
|
|
|
100
106
|
### Patch Changes
|
|
101
107
|
|
|
102
|
-
- [`68dc5afa8f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68dc5afa8f3) - Add line before test cases
|
|
108
|
+
- [#40389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40389) [`68dc5afa8f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68dc5afa8f3) - Add line before test cases
|
|
103
109
|
|
|
104
110
|
## 75.4.0
|
|
105
111
|
|
|
106
112
|
### Minor Changes
|
|
107
113
|
|
|
108
|
-
- [`21305ee6254`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21305ee6254) - ED-19874 Align the dropdown with the floating toolbar if there is a single button in the toolbar
|
|
114
|
+
- [#40017](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40017) [`21305ee6254`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21305ee6254) - ED-19874 Align the dropdown with the floating toolbar if there is a single button in the toolbar
|
|
109
115
|
|
|
110
116
|
### Patch Changes
|
|
111
117
|
|
|
112
|
-
- [`b092b2cb3b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b092b2cb3b7) - Dummy change as workaround for product integrator pipeline. This change fixes comment spacing.
|
|
118
|
+
- [#40244](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40244) [`b092b2cb3b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b092b2cb3b7) - Dummy change as workaround for product integrator pipeline. This change fixes comment spacing.
|
|
113
119
|
|
|
114
120
|
## 75.3.1
|
|
115
121
|
|
|
116
122
|
### Patch Changes
|
|
117
123
|
|
|
118
|
-
- [`32e751116bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32e751116bb) - [ED-20088] Debounce updates into the useSharedPluginState to avoid blocking the main thread with unnecessary UI updates
|
|
124
|
+
- [#40422](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40422) [`32e751116bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32e751116bb) - [ED-20088] Debounce updates into the useSharedPluginState to avoid blocking the main thread with unnecessary UI updates
|
|
119
125
|
|
|
120
126
|
## 75.3.0
|
|
121
127
|
|
|
122
128
|
### Minor Changes
|
|
123
129
|
|
|
124
|
-
- [`fa39c6ce044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa39c6ce044) - [ED-19775] Decouple selection plugin from the editor-core code
|
|
130
|
+
- [#40381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40381) [`fa39c6ce044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa39c6ce044) - [ED-19775] Decouple selection plugin from the editor-core code
|
|
125
131
|
|
|
126
132
|
### Patch Changes
|
|
127
133
|
|
|
128
|
-
- [`ced80eee086`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ced80eee086) - Updated notes for getMaxWidthForNestedNodeNext
|
|
134
|
+
- [#40295](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40295) [`ced80eee086`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ced80eee086) - Updated notes for getMaxWidthForNestedNodeNext
|
|
129
135
|
|
|
130
136
|
## 75.2.4
|
|
131
137
|
|
|
132
138
|
### Patch Changes
|
|
133
139
|
|
|
134
|
-
- [`ca001e68a96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca001e68a96) - Fixed typos in comments
|
|
140
|
+
- [#40062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40062) [`ca001e68a96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca001e68a96) - Fixed typos in comments
|
|
135
141
|
|
|
136
142
|
## 75.2.3
|
|
137
143
|
|
|
138
144
|
### Patch Changes
|
|
139
145
|
|
|
140
|
-
- [`8f4d47470d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f4d47470d8) - Dummy changeset for Product Integrator
|
|
146
|
+
- [#40361](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40361) [`8f4d47470d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f4d47470d8) - Dummy changeset for Product Integrator
|
|
141
147
|
|
|
142
148
|
## 75.2.2
|
|
143
149
|
|
|
144
150
|
### Patch Changes
|
|
145
151
|
|
|
146
|
-
- [`eaa9770d475`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaa9770d475) - [ED-18264] Remove feature flag for chart colors
|
|
152
|
+
- [#40341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40341) [`eaa9770d475`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaa9770d475) - [ED-18264] Remove feature flag for chart colors
|
|
147
153
|
|
|
148
154
|
## 75.2.1
|
|
149
155
|
|
|
150
156
|
### Patch Changes
|
|
151
157
|
|
|
152
|
-
- [`8081046adff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8081046adff) - patch version bump to trigger updated version in Confluence for editor-common
|
|
158
|
+
- [#40293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40293) [`8081046adff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8081046adff) - patch version bump to trigger updated version in Confluence for editor-common
|
|
153
159
|
|
|
154
160
|
## 75.2.0
|
|
155
161
|
|
|
156
162
|
### Minor Changes
|
|
157
163
|
|
|
158
|
-
- [`9f2365fabcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f2365fabcc) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
164
|
+
- [#40092](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40092) [`9f2365fabcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f2365fabcc) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
159
165
|
|
|
160
166
|
## 75.1.2
|
|
161
167
|
|
|
162
168
|
### Patch Changes
|
|
163
169
|
|
|
164
|
-
- [`621b904a076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621b904a076) - Updated a JS doc comment.
|
|
170
|
+
- [#39894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39894) [`621b904a076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621b904a076) - Updated a JS doc comment.
|
|
165
171
|
|
|
166
172
|
## 75.1.1
|
|
167
173
|
|
|
168
174
|
### Patch Changes
|
|
169
175
|
|
|
170
|
-
- [`9eec18457a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eec18457a6) - This changeset exists because a PR's confluence integrator step needs to pre-release the latest editor-common for the build to not fail.
|
|
171
|
-
- [`9131a0a2ffa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9131a0a2ffa) - Extract quick-insert plugin from @atlaskit/editor-core to @atlaskit/editor-plugin-quick-insert.
|
|
176
|
+
- [#38929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38929) [`9eec18457a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eec18457a6) - This changeset exists because a PR's confluence integrator step needs to pre-release the latest editor-common for the build to not fail.
|
|
177
|
+
- [#39905](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39905) [`9131a0a2ffa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9131a0a2ffa) - Extract quick-insert plugin from @atlaskit/editor-core to @atlaskit/editor-plugin-quick-insert.
|
|
172
178
|
- Updated dependencies
|
|
173
179
|
|
|
174
180
|
## 75.1.0
|
|
175
181
|
|
|
176
182
|
### Minor Changes
|
|
177
183
|
|
|
178
|
-
- [`50b3bf73ed3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50b3bf73ed3) - [ux] Add edit datasource button to toolbar for cards which can resolve into datasources
|
|
184
|
+
- [#39171](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39171) [`50b3bf73ed3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50b3bf73ed3) - [ux] Add edit datasource button to toolbar for cards which can resolve into datasources
|
|
179
185
|
|
|
180
186
|
## 75.0.8
|
|
181
187
|
|
|
182
188
|
### Patch Changes
|
|
183
189
|
|
|
184
|
-
- [`06afa5b7aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06afa5b7aec) - Increasing the Toolbar S breakpoint from 370 to 410 to resolve squishy Insert Block
|
|
190
|
+
- [#39924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39924) [`06afa5b7aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06afa5b7aec) - Increasing the Toolbar S breakpoint from 370 to 410 to resolve squishy Insert Block
|
|
185
191
|
|
|
186
192
|
## 75.0.7
|
|
187
193
|
|
|
188
194
|
### Patch Changes
|
|
189
195
|
|
|
190
|
-
- [`8b8a309cb62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b8a309cb62) - This changeset exists because a PR's confluence integrator step needs to pre-release the latest editor-common for the build to not fail.
|
|
196
|
+
- [#39265](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39265) [`8b8a309cb62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b8a309cb62) - This changeset exists because a PR's confluence integrator step needs to pre-release the latest editor-common for the build to not fail.
|
|
191
197
|
|
|
192
198
|
## 75.0.6
|
|
193
199
|
|
|
194
200
|
### Patch Changes
|
|
195
201
|
|
|
196
|
-
- [`4549a57cc67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4549a57cc67) - Remove unused leftover API - shouldAllowMultilineItems
|
|
202
|
+
- [#39654](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39654) [`4549a57cc67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4549a57cc67) - Remove unused leftover API - shouldAllowMultilineItems
|
|
197
203
|
|
|
198
204
|
## 75.0.5
|
|
199
205
|
|
|
200
206
|
### Patch Changes
|
|
201
207
|
|
|
202
|
-
- [`12843a6f104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12843a6f104) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
208
|
+
- [#40004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40004) [`12843a6f104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12843a6f104) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
203
209
|
|
|
204
210
|
## 75.0.4
|
|
205
211
|
|
|
206
212
|
### Patch Changes
|
|
207
213
|
|
|
208
|
-
- [`aa106a614df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa106a614df) - Dummy change to test CI pipeline
|
|
214
|
+
- [#40126](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40126) [`aa106a614df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa106a614df) - Dummy change to test CI pipeline
|
|
209
215
|
|
|
210
216
|
## 75.0.3
|
|
211
217
|
|
|
212
218
|
### Patch Changes
|
|
213
219
|
|
|
214
|
-
- [`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) - Removed captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set to `false` by default and products will need to opt in to be able to use captions from now on.
|
|
220
|
+
- [#39320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39320) [`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) - Removed captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set to `false` by default and products will need to opt in to be able to use captions from now on.
|
|
215
221
|
|
|
216
222
|
## 75.0.2
|
|
217
223
|
|
|
218
224
|
### Patch Changes
|
|
219
225
|
|
|
220
|
-
- [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE Import doc builder types from editor-common
|
|
226
|
+
- [#39984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39984) [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE Import doc builder types from editor-common
|
|
221
227
|
|
|
222
228
|
## 75.0.1
|
|
223
229
|
|
|
224
230
|
### Patch Changes
|
|
225
231
|
|
|
226
|
-
- [`1c085549bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c085549bd9) - clean up pctWidth used in new image resize experience
|
|
232
|
+
- [#39925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39925) [`1c085549bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c085549bd9) - clean up pctWidth used in new image resize experience
|
|
227
233
|
|
|
228
234
|
## 75.0.0
|
|
229
235
|
|
|
230
236
|
### Major Changes
|
|
231
237
|
|
|
232
|
-
- [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
238
|
+
- [#39427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39427) [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
233
239
|
|
|
234
240
|
### Patch Changes
|
|
235
241
|
|
|
236
|
-
- [`9d3236f1b2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d3236f1b2d) - Add comments for getParentWidthForNestedMediaSingleNode function
|
|
242
|
+
- [#39921](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39921) [`9d3236f1b2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d3236f1b2d) - Add comments for getParentWidthForNestedMediaSingleNode function
|
|
237
243
|
- Updated dependencies
|
|
238
244
|
|
|
239
245
|
## 74.59.0
|
|
240
246
|
|
|
241
247
|
### Minor Changes
|
|
242
248
|
|
|
243
|
-
- [`8441acc0e0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8441acc0e0c) - Extract block-type plugin into @atlaskit/editor-plugin-block-type
|
|
249
|
+
- [#39730](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39730) [`8441acc0e0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8441acc0e0c) - Extract block-type plugin into @atlaskit/editor-plugin-block-type
|
|
244
250
|
|
|
245
251
|
## 74.58.5
|
|
246
252
|
|
|
247
253
|
### Patch Changes
|
|
248
254
|
|
|
249
|
-
- [`66e75974428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66e75974428) - [ux] Selection style for the block smart cards updated behind a feature flag. If this update is successful it will be available in a later release.
|
|
250
|
-
- [`890ab8d6307`](https://bitbucket.org/atlassian/atlassian-frontend/commits/890ab8d6307) - NO-ISSUE Move doc builder types to editor-common to break circular dependencies
|
|
255
|
+
- [#39891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39891) [`66e75974428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66e75974428) - [ux] Selection style for the block smart cards updated behind a feature flag. If this update is successful it will be available in a later release.
|
|
256
|
+
- [#39946](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39946) [`890ab8d6307`](https://bitbucket.org/atlassian/atlassian-frontend/commits/890ab8d6307) - NO-ISSUE Move doc builder types to editor-common to break circular dependencies
|
|
251
257
|
|
|
252
258
|
## 74.58.4
|
|
253
259
|
|
|
254
260
|
### Patch Changes
|
|
255
261
|
|
|
256
|
-
- [`1e26db8ffd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e26db8ffd0) - ED-18264: Clean up useSomewhatSemanticTextColorNames - default behaviour will be same as when FF was on.
|
|
262
|
+
- [#38828](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38828) [`1e26db8ffd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e26db8ffd0) - ED-18264: Clean up useSomewhatSemanticTextColorNames - default behaviour will be same as when FF was on.
|
|
257
263
|
|
|
258
264
|
## 74.58.3
|
|
259
265
|
|
|
260
266
|
### Patch Changes
|
|
261
267
|
|
|
262
|
-
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
263
|
-
- [`111ff4f4f1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111ff4f4f1f) - Add input resizing event analytics
|
|
268
|
+
- [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481) [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
269
|
+
- [#39622](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39622) [`111ff4f4f1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111ff4f4f1f) - Add input resizing event analytics
|
|
264
270
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
265
271
|
|
|
266
272
|
## 74.58.2
|
|
267
273
|
|
|
268
274
|
### Patch Changes
|
|
269
275
|
|
|
270
|
-
- [`546c2038081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/546c2038081) - ED-19888 fix handler styles
|
|
276
|
+
- [#39911](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39911) [`546c2038081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/546c2038081) - ED-19888 fix handler styles
|
|
271
277
|
|
|
272
278
|
## 74.58.1
|
|
273
279
|
|
|
274
280
|
### Patch Changes
|
|
275
281
|
|
|
276
|
-
- [`521b2b088ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/521b2b088ed) - fix border mark issue for legacy validator
|
|
282
|
+
- [#39913](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39913) [`521b2b088ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/521b2b088ed) - fix border mark issue for legacy validator
|
|
277
283
|
|
|
278
284
|
## 74.58.0
|
|
279
285
|
|
|
280
286
|
### Minor Changes
|
|
281
287
|
|
|
282
|
-
- [`c06bb97591a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c06bb97591a) - [ED-19023] Add distorted duration to TTI event (tracking tab visibility)
|
|
283
|
-
- [`d4cbb84052d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4cbb84052d) - Move element-browser to `editor-common` to decouple quick-insert plugin.
|
|
288
|
+
- [#39837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39837) [`c06bb97591a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c06bb97591a) - [ED-19023] Add distorted duration to TTI event (tracking tab visibility)
|
|
289
|
+
- [#39790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39790) [`d4cbb84052d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4cbb84052d) - Move element-browser to `editor-common` to decouple quick-insert plugin.
|
|
284
290
|
|
|
285
291
|
## 74.57.0
|
|
286
292
|
|
|
287
293
|
### Minor Changes
|
|
288
294
|
|
|
289
|
-
- [`705d8ec0641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/705d8ec0641) - [ux] Added a new shortcut (⌘ + Opt + ⏎) for Check/Uncheck Action item
|
|
295
|
+
- [#39012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39012) [`705d8ec0641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/705d8ec0641) - [ux] Added a new shortcut (⌘ + Opt + ⏎) for Check/Uncheck Action item
|
|
290
296
|
|
|
291
297
|
### Patch Changes
|
|
292
298
|
|
|
293
|
-
- [`a6c0a2dcf2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6c0a2dcf2e) - [ux] [ECA11Y-68] Changed in the wrapper to change role="menu" to role="presentation"
|
|
299
|
+
- [#39489](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39489) [`a6c0a2dcf2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6c0a2dcf2e) - [ux] [ECA11Y-68] Changed in the wrapper to change role="menu" to role="presentation"
|
|
294
300
|
- Updated dependencies
|
|
295
301
|
|
|
296
302
|
## 74.56.10
|
|
297
303
|
|
|
298
304
|
### Patch Changes
|
|
299
305
|
|
|
300
|
-
- [`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094 Feature flag clean up for copy button
|
|
306
|
+
- [#39202](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39202) [`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094 Feature flag clean up for copy button
|
|
301
307
|
|
|
302
308
|
## 74.56.9
|
|
303
309
|
|
|
304
310
|
### Patch Changes
|
|
305
311
|
|
|
306
|
-
- [`a9552aaea4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9552aaea4e) - NO-ISSUE Fixed minor issue with TTI measurement that made it cancel before 60s
|
|
312
|
+
- [#39773](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39773) [`a9552aaea4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9552aaea4e) - NO-ISSUE Fixed minor issue with TTI measurement that made it cancel before 60s
|
|
307
313
|
|
|
308
314
|
## 74.56.8
|
|
309
315
|
|
|
310
316
|
### Patch Changes
|
|
311
317
|
|
|
312
|
-
- [`0dd8a45fd35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dd8a45fd35) - Add test for mouse hover zone in resizer and adjust the handle track height
|
|
318
|
+
- [#39457](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39457) [`0dd8a45fd35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dd8a45fd35) - Add test for mouse hover zone in resizer and adjust the handle track height
|
|
313
319
|
|
|
314
320
|
## 74.56.7
|
|
315
321
|
|
|
316
322
|
### Patch Changes
|
|
317
323
|
|
|
318
|
-
- [`dfb663969a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfb663969a0) - ED-19820: Fix for table scroll when insert media node when extended-resize-experience is off
|
|
319
|
-
- [`d1bd1be0923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1bd1be0923) - Updated shared resizer style
|
|
324
|
+
- [#39612](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39612) [`dfb663969a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfb663969a0) - ED-19820: Fix for table scroll when insert media node when extended-resize-experience is off
|
|
325
|
+
- [#39538](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39538) [`d1bd1be0923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1bd1be0923) - Updated shared resizer style
|
|
320
326
|
- Updated dependencies
|
|
321
327
|
|
|
322
328
|
## 74.56.6
|
|
323
329
|
|
|
324
330
|
### Patch Changes
|
|
325
331
|
|
|
326
|
-
- [`1b66c23221e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b66c23221e) - Fix missing analytics parameter in media plugin.
|
|
332
|
+
- [#39628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39628) [`1b66c23221e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b66c23221e) - Fix missing analytics parameter in media plugin.
|
|
327
333
|
|
|
328
334
|
## 74.56.5
|
|
329
335
|
|
|
@@ -335,52 +341,52 @@
|
|
|
335
341
|
|
|
336
342
|
### Patch Changes
|
|
337
343
|
|
|
338
|
-
- [`e31a001b8b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e31a001b8b8) - Add pixel entry resize analytic event payload
|
|
344
|
+
- [#39530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39530) [`e31a001b8b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e31a001b8b8) - Add pixel entry resize analytic event payload
|
|
339
345
|
|
|
340
346
|
## 74.56.3
|
|
341
347
|
|
|
342
348
|
### Patch Changes
|
|
343
349
|
|
|
344
|
-
- [`c4754a4e96f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c4754a4e96f) - Ignore invisible element for arrow key navigation to prevent focus loss
|
|
345
|
-
- [`3b7bf91daa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b7bf91daa5) - [ux] ED-19785 Add dark mode icon for custom panel and update light mode icon with new colours.
|
|
350
|
+
- [#39436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39436) [`c4754a4e96f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c4754a4e96f) - Ignore invisible element for arrow key navigation to prevent focus loss
|
|
351
|
+
- [#39408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39408) [`3b7bf91daa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b7bf91daa5) - [ux] ED-19785 Add dark mode icon for custom panel and update light mode icon with new colours.
|
|
346
352
|
|
|
347
353
|
## 74.56.2
|
|
348
354
|
|
|
349
355
|
### Patch Changes
|
|
350
356
|
|
|
351
|
-
- [`74cf8d56408`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74cf8d56408) - ED-19748: dispatch analytics when a table is selected.
|
|
352
|
-
- [`95225cb45ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95225cb45ec) - increase mouse hover zone for resizer
|
|
357
|
+
- [#39411](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39411) [`74cf8d56408`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74cf8d56408) - ED-19748: dispatch analytics when a table is selected.
|
|
358
|
+
- [#39334](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39334) [`95225cb45ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95225cb45ec) - increase mouse hover zone for resizer
|
|
353
359
|
|
|
354
360
|
## 74.56.1
|
|
355
361
|
|
|
356
362
|
### Patch Changes
|
|
357
363
|
|
|
358
|
-
- [`2c12cd28cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c12cd28cb8) - Enforce scale-down approach for wide media single node in renderer
|
|
364
|
+
- [#39329](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39329) [`2c12cd28cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c12cd28cb8) - Enforce scale-down approach for wide media single node in renderer
|
|
359
365
|
|
|
360
366
|
## 74.56.0
|
|
361
367
|
|
|
362
368
|
### Minor Changes
|
|
363
369
|
|
|
364
|
-
- [`3542bead318`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3542bead318) - Move block type commands to next editor plugin actions
|
|
370
|
+
- [#39062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39062) [`3542bead318`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3542bead318) - Move block type commands to next editor plugin actions
|
|
365
371
|
|
|
366
372
|
## 74.55.2
|
|
367
373
|
|
|
368
374
|
### Patch Changes
|
|
369
375
|
|
|
370
|
-
- [`58f6154cd7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58f6154cd7c) - Use color.icon.danger colour token for resizer danger state, rename the danger className to avoid collisions and ensure danger state is only applied to tables when the table is selected
|
|
376
|
+
- [#39342](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39342) [`58f6154cd7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58f6154cd7c) - Use color.icon.danger colour token for resizer danger state, rename the danger className to avoid collisions and ensure danger state is only applied to tables when the table is selected
|
|
371
377
|
|
|
372
378
|
## 74.55.1
|
|
373
379
|
|
|
374
380
|
### Patch Changes
|
|
375
381
|
|
|
376
|
-
- [`6ca5d702ed5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ca5d702ed5) - Cleaned up more barrel imports to be named imports for treeshaking purposes :)
|
|
382
|
+
- [#39328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39328) [`6ca5d702ed5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ca5d702ed5) - Cleaned up more barrel imports to be named imports for treeshaking purposes :)
|
|
377
383
|
- Updated dependencies
|
|
378
384
|
|
|
379
385
|
## 74.55.0
|
|
380
386
|
|
|
381
387
|
### Minor Changes
|
|
382
388
|
|
|
383
|
-
- [`7613b6b6a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7613b6b6a51) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
389
|
+
- [#39159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39159) [`7613b6b6a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7613b6b6a51) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
384
390
|
|
|
385
391
|
### Patch Changes
|
|
386
392
|
|
|
@@ -390,19 +396,19 @@
|
|
|
390
396
|
|
|
391
397
|
### Minor Changes
|
|
392
398
|
|
|
393
|
-
- [`b08849ad727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b08849ad727) - [ux] Added tooltip to table column resize handles, also added a tooltip to the custom table width table resizer handle
|
|
399
|
+
- [#39045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39045) [`b08849ad727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b08849ad727) - [ux] Added tooltip to table column resize handles, also added a tooltip to the custom table width table resizer handle
|
|
394
400
|
|
|
395
401
|
## 74.53.1
|
|
396
402
|
|
|
397
403
|
### Patch Changes
|
|
398
404
|
|
|
399
|
-
- [`eab48233583`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab48233583) - Calculate parent content width properly when inserting a nested media single node
|
|
405
|
+
- [#39080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39080) [`eab48233583`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab48233583) - Calculate parent content width properly when inserting a nested media single node
|
|
400
406
|
|
|
401
407
|
## 74.53.0
|
|
402
408
|
|
|
403
409
|
### Minor Changes
|
|
404
410
|
|
|
405
|
-
- [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) - Removing `dependencies` prop from PluginInjectionAPI and changing
|
|
411
|
+
- [#39010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39010) [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) - Removing `dependencies` prop from PluginInjectionAPI and changing
|
|
406
412
|
signature of `NextEditorPlugin`.
|
|
407
413
|
|
|
408
414
|
Previously a `NextEditorPlugin` would be consumed as so:
|
|
@@ -430,107 +436,107 @@
|
|
|
430
436
|
|
|
431
437
|
### Patch Changes
|
|
432
438
|
|
|
433
|
-
- [`e0f020abea0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f020abea0) - created new plugin for unsupported-content, moved code and styles
|
|
439
|
+
- [#38900](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38900) [`e0f020abea0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f020abea0) - created new plugin for unsupported-content, moved code and styles
|
|
434
440
|
- Updated dependencies
|
|
435
441
|
|
|
436
442
|
## 74.52.1
|
|
437
443
|
|
|
438
444
|
### Patch Changes
|
|
439
445
|
|
|
440
|
-
- [`dbccd831543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbccd831543) - [ux] tokenize ColorPicker, make charts package compatible with tokens, make check mark compatible with tokens
|
|
446
|
+
- [#38934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38934) [`dbccd831543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbccd831543) - [ux] tokenize ColorPicker, make charts package compatible with tokens, make check mark compatible with tokens
|
|
441
447
|
|
|
442
448
|
## 74.52.0
|
|
443
449
|
|
|
444
450
|
### Minor Changes
|
|
445
451
|
|
|
446
|
-
- [`c70a6612aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c70a6612aba) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
452
|
+
- [#38851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38851) [`c70a6612aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c70a6612aba) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
447
453
|
|
|
448
454
|
## 74.51.7
|
|
449
455
|
|
|
450
456
|
### Patch Changes
|
|
451
457
|
|
|
452
|
-
- [`4795a87a349`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4795a87a349) - Migrating some actions of `editor-plugin-list` to commands. Adding sharedState for `editor-plugin-text-formatting`.
|
|
453
|
-
- [`a34c6ca52c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a34c6ca52c2) - [ux] [ED-19442] - Modified images and mentions icons and added dark mode
|
|
458
|
+
- [#39023](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39023) [`4795a87a349`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4795a87a349) - Migrating some actions of `editor-plugin-list` to commands. Adding sharedState for `editor-plugin-text-formatting`.
|
|
459
|
+
- [#39047](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39047) [`a34c6ca52c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a34c6ca52c2) - [ux] [ED-19442] - Modified images and mentions icons and added dark mode
|
|
454
460
|
|
|
455
461
|
## 74.51.6
|
|
456
462
|
|
|
457
463
|
### Patch Changes
|
|
458
464
|
|
|
459
|
-
- [`edeab2d50b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab2d50b2) - Fix analytics event for image resizing and relative snaps
|
|
465
|
+
- [#39075](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39075) [`edeab2d50b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab2d50b2) - Fix analytics event for image resizing and relative snaps
|
|
460
466
|
|
|
461
467
|
## 74.51.5
|
|
462
468
|
|
|
463
469
|
### Patch Changes
|
|
464
470
|
|
|
465
|
-
- [`3fa17b4c298`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa17b4c298) - Update type definitions to conform to changes within `@types/react@16.14.15`.
|
|
466
|
-
- [`f7f92b615ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f92b615ff) - [ux] ED-19439 Added dark mode icons for link and layout. Fixed gradient in date dark mode icon.
|
|
467
|
-
- [`1e1bbc02f1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e1bbc02f1c) - Export function `getDatasourceType`
|
|
471
|
+
- [#39127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39127) [`3fa17b4c298`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa17b4c298) - Update type definitions to conform to changes within `@types/react@16.14.15`.
|
|
472
|
+
- [#39111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39111) [`f7f92b615ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f92b615ff) - [ux] ED-19439 Added dark mode icons for link and layout. Fixed gradient in date dark mode icon.
|
|
473
|
+
- [#39036](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39036) [`1e1bbc02f1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e1bbc02f1c) - Export function `getDatasourceType`
|
|
468
474
|
|
|
469
475
|
## 74.51.4
|
|
470
476
|
|
|
471
477
|
### Patch Changes
|
|
472
478
|
|
|
473
|
-
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
479
|
+
- [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976) [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
474
480
|
|
|
475
481
|
## 74.51.3
|
|
476
482
|
|
|
477
483
|
### Patch Changes
|
|
478
484
|
|
|
479
|
-
- [`265255c9011`](https://bitbucket.org/atlassian/atlassian-frontend/commits/265255c9011) - Remove height from will-change css
|
|
480
|
-
- [`ef2d5662e05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef2d5662e05) - [ux] Implement pixel entry input validation when submitting and render warning decoration for invalid input
|
|
485
|
+
- [#39072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39072) [`265255c9011`](https://bitbucket.org/atlassian/atlassian-frontend/commits/265255c9011) - Remove height from will-change css
|
|
486
|
+
- [#38879](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38879) [`ef2d5662e05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef2d5662e05) - [ux] Implement pixel entry input validation when submitting and render warning decoration for invalid input
|
|
481
487
|
|
|
482
488
|
## 74.51.2
|
|
483
489
|
|
|
484
490
|
### Patch Changes
|
|
485
491
|
|
|
486
|
-
- [`14a853a7939`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14a853a7939) - [ux] ED-19439 Added dark mode icons for emoji, expand and fallback
|
|
492
|
+
- [#39063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39063) [`14a853a7939`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14a853a7939) - [ux] ED-19439 Added dark mode icons for emoji, expand and fallback
|
|
487
493
|
|
|
488
494
|
## 74.51.1
|
|
489
495
|
|
|
490
496
|
### Patch Changes
|
|
491
497
|
|
|
492
|
-
- [`f68eb1b1731`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68eb1b1731) - Move common functions from `editor-core` to `editor-common` in preparation for `base` plugin extraction
|
|
498
|
+
- [#38894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38894) [`f68eb1b1731`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68eb1b1731) - Move common functions from `editor-core` to `editor-common` in preparation for `base` plugin extraction
|
|
493
499
|
|
|
494
500
|
## 74.51.0
|
|
495
501
|
|
|
496
502
|
### Minor Changes
|
|
497
503
|
|
|
498
|
-
- [`7f45581d141`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f45581d141) - ED-19630 fixed guideline alignment issue.
|
|
504
|
+
- [#38980](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38980) [`7f45581d141`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f45581d141) - ED-19630 fixed guideline alignment issue.
|
|
499
505
|
|
|
500
506
|
### Patch Changes
|
|
501
507
|
|
|
502
|
-
- [`f76bc3a94fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f76bc3a94fa) - [ux] Datasource container border radius increased
|
|
508
|
+
- [#38967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38967) [`f76bc3a94fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f76bc3a94fa) - [ux] Datasource container border radius increased
|
|
503
509
|
|
|
504
510
|
## 74.50.4
|
|
505
511
|
|
|
506
512
|
### Patch Changes
|
|
507
513
|
|
|
508
|
-
- [`2f7d7be2983`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f7d7be2983) - [ux] ED-19438 Added dark mode icons for headings 1 to 6
|
|
509
|
-
- [`64d1dfc55b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d1dfc55b5) - refactor utils for calc max width for nested node
|
|
514
|
+
- [#39035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39035) [`2f7d7be2983`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f7d7be2983) - [ux] ED-19438 Added dark mode icons for headings 1 to 6
|
|
515
|
+
- [#38906](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38906) [`64d1dfc55b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d1dfc55b5) - refactor utils for calc max width for nested node
|
|
510
516
|
|
|
511
517
|
## 74.50.3
|
|
512
518
|
|
|
513
519
|
### Patch Changes
|
|
514
520
|
|
|
515
|
-
- [`c8acabc067e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8acabc067e) - COMMENTS-342: Remove white space no wrap in expand macro causing inline comment navigation bug
|
|
521
|
+
- [#38874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38874) [`c8acabc067e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8acabc067e) - COMMENTS-342: Remove white space no wrap in expand macro causing inline comment navigation bug
|
|
516
522
|
|
|
517
523
|
## 74.50.2
|
|
518
524
|
|
|
519
525
|
### Patch Changes
|
|
520
526
|
|
|
521
|
-
- [`90520713d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90520713d49) - [ux] [ED-19441] - Added dark mode icons for panels
|
|
527
|
+
- [#38963](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38963) [`90520713d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90520713d49) - [ux] [ED-19441] - Added dark mode icons for panels
|
|
522
528
|
|
|
523
529
|
## 74.50.1
|
|
524
530
|
|
|
525
531
|
### Patch Changes
|
|
526
532
|
|
|
527
|
-
- [`eefbc3c6065`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eefbc3c6065) - [ED-19510] Applies performance tweaks for table
|
|
533
|
+
- [#38814](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38814) [`eefbc3c6065`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eefbc3c6065) - [ED-19510] Applies performance tweaks for table
|
|
528
534
|
|
|
529
535
|
## 74.50.0
|
|
530
536
|
|
|
531
537
|
### Minor Changes
|
|
532
538
|
|
|
533
|
-
- [`8e9c21af71d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e9c21af71d) - Extracting list plugin code from editor-core to @atlaskit/editor-plugin-list.
|
|
539
|
+
- [#38881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38881) [`8e9c21af71d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e9c21af71d) - Extracting list plugin code from editor-core to @atlaskit/editor-plugin-list.
|
|
534
540
|
|
|
535
541
|
## 74.49.3
|
|
536
542
|
|
|
@@ -542,88 +548,88 @@
|
|
|
542
548
|
|
|
543
549
|
### Patch Changes
|
|
544
550
|
|
|
545
|
-
- [`a3c9fd814c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3c9fd814c5) - Set minimum width for media single node of video type (when first inserted and when resizing)
|
|
551
|
+
- [#38637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38637) [`a3c9fd814c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3c9fd814c5) - Set minimum width for media single node of video type (when first inserted and when resizing)
|
|
546
552
|
|
|
547
553
|
## 74.49.1
|
|
548
554
|
|
|
549
555
|
### Patch Changes
|
|
550
556
|
|
|
551
|
-
- [`79c0b7e6821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c0b7e6821) - Decouple `base` plugin from `editor-core`
|
|
557
|
+
- [#38740](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38740) [`79c0b7e6821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c0b7e6821) - Decouple `base` plugin from `editor-core`
|
|
552
558
|
|
|
553
559
|
## 74.49.0
|
|
554
560
|
|
|
555
561
|
### Minor Changes
|
|
556
562
|
|
|
557
|
-
- [`9ebabeaa630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ebabeaa630) - added ExtractPublicEditorAPI type helper
|
|
563
|
+
- [#38838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38838) [`9ebabeaa630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ebabeaa630) - added ExtractPublicEditorAPI type helper
|
|
558
564
|
|
|
559
565
|
### Patch Changes
|
|
560
566
|
|
|
561
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
567
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
562
568
|
- Updated dependencies
|
|
563
569
|
|
|
564
570
|
## 74.48.0
|
|
565
571
|
|
|
566
572
|
### Minor Changes
|
|
567
573
|
|
|
568
|
-
- [`30d49e87f62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d49e87f62) - Added danger apperance to ReszierNext component and toggled it when the delete icon in the table floating toolbar is rolled over
|
|
574
|
+
- [#38739](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38739) [`30d49e87f62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d49e87f62) - Added danger apperance to ReszierNext component and toggled it when the delete icon in the table floating toolbar is rolled over
|
|
569
575
|
|
|
570
576
|
### Patch Changes
|
|
571
577
|
|
|
572
|
-
- [`967f4819f58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/967f4819f58) - Introduce core plugin that is always injected into the pluginInjectionApi. This has a new action `execute` that replaces the existing `executeCommand` that was called from the `pluginInjectionApi`.
|
|
578
|
+
- [#38808](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38808) [`967f4819f58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/967f4819f58) - Introduce core plugin that is always injected into the pluginInjectionApi. This has a new action `execute` that replaces the existing `executeCommand` that was called from the `pluginInjectionApi`.
|
|
573
579
|
|
|
574
580
|
## 74.47.1
|
|
575
581
|
|
|
576
582
|
### Patch Changes
|
|
577
583
|
|
|
578
|
-
- [`c54d67a60b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c54d67a60b4) - [ux] Addresses some styling problems in the Editor related to selected smart cards
|
|
584
|
+
- [#38545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38545) [`c54d67a60b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c54d67a60b4) - [ux] Addresses some styling problems in the Editor related to selected smart cards
|
|
579
585
|
|
|
580
586
|
## 74.47.0
|
|
581
587
|
|
|
582
588
|
### Minor Changes
|
|
583
589
|
|
|
584
|
-
- [`0f3026deda5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f3026deda5) - ED-12027 cleaned up table optimisation feature flags, made optimised code run by default.
|
|
590
|
+
- [#37656](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37656) [`0f3026deda5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f3026deda5) - ED-12027 cleaned up table optimisation feature flags, made optimised code run by default.
|
|
585
591
|
|
|
586
592
|
## 74.46.3
|
|
587
593
|
|
|
588
594
|
### Patch Changes
|
|
589
595
|
|
|
590
|
-
- [`cbff538b420`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cbff538b420) - [ED-19428] Move shared types from quick-insert plugin to editor-common as a first step towards decoupling it from editor-core
|
|
596
|
+
- [#38688](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38688) [`cbff538b420`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cbff538b420) - [ED-19428] Move shared types from quick-insert plugin to editor-common as a first step towards decoupling it from editor-core
|
|
591
597
|
|
|
592
598
|
## 74.46.2
|
|
593
599
|
|
|
594
600
|
### Patch Changes
|
|
595
601
|
|
|
596
|
-
- [`72e552fe076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72e552fe076) - [ux] ED-17954: Fix inline node selections for mentions and emojis in iOS. Previously, the visually hidden assistive text would also be shown as a selection in iOS which would often make the selection look larger than the actual node itself.
|
|
602
|
+
- [#38496](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38496) [`72e552fe076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72e552fe076) - [ux] ED-17954: Fix inline node selections for mentions and emojis in iOS. Previously, the visually hidden assistive text would also be shown as a selection in iOS which would often make the selection look larger than the actual node itself.
|
|
597
603
|
|
|
598
604
|
## 74.46.1
|
|
599
605
|
|
|
600
606
|
### Patch Changes
|
|
601
607
|
|
|
602
|
-
- [`51e6a0128eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51e6a0128eb) - ED-18969 Implemented relative guideline
|
|
608
|
+
- [#38672](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38672) [`51e6a0128eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51e6a0128eb) - ED-18969 Implemented relative guideline
|
|
603
609
|
|
|
604
610
|
## 74.46.0
|
|
605
611
|
|
|
606
612
|
### Minor Changes
|
|
607
613
|
|
|
608
|
-
- [`24fc3925d73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24fc3925d73) - Add a new hook called `usePreset` accesed via `@atlaskit/editor-core/use-preset`. This hook can be used to safely access state and commands from outside the editor using `EditorContext`.
|
|
614
|
+
- [#38495](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38495) [`24fc3925d73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24fc3925d73) - Add a new hook called `usePreset` accesed via `@atlaskit/editor-core/use-preset`. This hook can be used to safely access state and commands from outside the editor using `EditorContext`.
|
|
609
615
|
|
|
610
616
|
## 74.45.5
|
|
611
617
|
|
|
612
618
|
### Patch Changes
|
|
613
619
|
|
|
614
|
-
- [`3a2d2104ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2d2104ca9) - [ux] [ED-19468] Adds dark mode icon for date
|
|
620
|
+
- [#38489](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38489) [`3a2d2104ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2d2104ca9) - [ux] [ED-19468] Adds dark mode icon for date
|
|
615
621
|
|
|
616
622
|
## 74.45.4
|
|
617
623
|
|
|
618
624
|
### Patch Changes
|
|
619
625
|
|
|
620
|
-
- [`58fa188ef48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58fa188ef48) - [ux] [ED-19461] Reduce draggable zone of adjacent resize handle.
|
|
626
|
+
- [#38636](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38636) [`58fa188ef48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58fa188ef48) - [ux] [ED-19461] Reduce draggable zone of adjacent resize handle.
|
|
621
627
|
|
|
622
628
|
## 74.45.3
|
|
623
629
|
|
|
624
630
|
### Patch Changes
|
|
625
631
|
|
|
626
|
-
- [`cf71a66559b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf71a66559b) - Update analytics event for new resize experience
|
|
632
|
+
- [#38464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38464) [`cf71a66559b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf71a66559b) - Update analytics event for new resize experience
|
|
627
633
|
|
|
628
634
|
## 74.45.2
|
|
629
635
|
|
|
@@ -635,34 +641,34 @@
|
|
|
635
641
|
|
|
636
642
|
### Patch Changes
|
|
637
643
|
|
|
638
|
-
- [`d6f1bb321b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f1bb321b2) - Revert back to legacy implementation and styling
|
|
639
|
-
- [`469b5c12303`](https://bitbucket.org/atlassian/atlassian-frontend/commits/469b5c12303) - NO-ISSUE Move CollabEventLocalStepData to editor-common
|
|
640
|
-
- [`da58165fe10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da58165fe10) - [ux] ED-19440 - Adds dark mode icons for bullet list, numbered list, quote, status and table
|
|
644
|
+
- [#38385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38385) [`d6f1bb321b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f1bb321b2) - Revert back to legacy implementation and styling
|
|
645
|
+
- [#38613](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38613) [`469b5c12303`](https://bitbucket.org/atlassian/atlassian-frontend/commits/469b5c12303) - NO-ISSUE Move CollabEventLocalStepData to editor-common
|
|
646
|
+
- [#38476](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38476) [`da58165fe10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da58165fe10) - [ux] ED-19440 - Adds dark mode icons for bullet list, numbered list, quote, status and table
|
|
641
647
|
|
|
642
648
|
## 74.45.0
|
|
643
649
|
|
|
644
650
|
### Minor Changes
|
|
645
651
|
|
|
646
|
-
- [`43c51e0a282`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43c51e0a282) - [ED-19431] Migrate all text-formatting plugin actions over to plugin commands
|
|
647
|
-
- [`8375e041861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8375e041861) - [ED-16733] Extract common functions used by media plugin to editor-common
|
|
652
|
+
- [#38497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38497) [`43c51e0a282`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43c51e0a282) - [ED-19431] Migrate all text-formatting plugin actions over to plugin commands
|
|
653
|
+
- [#38607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38607) [`8375e041861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8375e041861) - [ED-16733] Extract common functions used by media plugin to editor-common
|
|
648
654
|
|
|
649
655
|
## 74.44.1
|
|
650
656
|
|
|
651
657
|
### Patch Changes
|
|
652
658
|
|
|
653
|
-
- [`494826929c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/494826929c3) - Fix with-plugin-state test
|
|
659
|
+
- [#38576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38576) [`494826929c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/494826929c3) - Fix with-plugin-state test
|
|
654
660
|
|
|
655
661
|
## 74.44.0
|
|
656
662
|
|
|
657
663
|
### Minor Changes
|
|
658
664
|
|
|
659
|
-
- [`079e7748c62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/079e7748c62) - Extracted `editor-plugin-image-upload` from `editor-core`.
|
|
665
|
+
- [#38501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38501) [`079e7748c62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/079e7748c62) - Extracted `editor-plugin-image-upload` from `editor-core`.
|
|
660
666
|
|
|
661
667
|
## 74.43.0
|
|
662
668
|
|
|
663
669
|
### Minor Changes
|
|
664
670
|
|
|
665
|
-
- [`7e77fe6f2ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77fe6f2ed) - ED-19330 Decouple list plugin from editor-core
|
|
671
|
+
- [#38419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38419) [`7e77fe6f2ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77fe6f2ed) - ED-19330 Decouple list plugin from editor-core
|
|
666
672
|
|
|
667
673
|
## 74.42.3
|
|
668
674
|
|
|
@@ -674,70 +680,70 @@
|
|
|
674
680
|
|
|
675
681
|
### Patch Changes
|
|
676
682
|
|
|
677
|
-
- [`9a44011d87e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a44011d87e) - ED-15896 Move editor-json-transformer to dependency to prevent errors when re-exporting types from this package.
|
|
683
|
+
- [#37934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37934) [`9a44011d87e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a44011d87e) - ED-15896 Move editor-json-transformer to dependency to prevent errors when re-exporting types from this package.
|
|
678
684
|
- Updated dependencies
|
|
679
685
|
|
|
680
686
|
## 74.42.1
|
|
681
687
|
|
|
682
688
|
### Patch Changes
|
|
683
689
|
|
|
684
|
-
- [`5f8e4780f9e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e4780f9e) - [ux] ED-19473 & ED-19435 Adds dark mode icons for action, code, decision, divider and Editor example to test them in none, light and dark modes.
|
|
690
|
+
- [#38388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38388) [`5f8e4780f9e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e4780f9e) - [ux] ED-19473 & ED-19435 Adds dark mode icons for action, code, decision, divider and Editor example to test them in none, light and dark modes.
|
|
685
691
|
|
|
686
692
|
## 74.42.0
|
|
687
693
|
|
|
688
694
|
### Minor Changes
|
|
689
695
|
|
|
690
|
-
- [`7472b6ab3b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7472b6ab3b4) - [ED-19329] Add analytics event for table resize framerate
|
|
691
|
-
- [`9d2794a7753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2794a7753) - Add `executeCommand` to `pluginInjectionAPI` which should be used to dispatch a `PluginCommand` - from the `commands` property of a plugin.
|
|
696
|
+
- [#38232](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38232) [`7472b6ab3b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7472b6ab3b4) - [ED-19329] Add analytics event for table resize framerate
|
|
697
|
+
- [#38145](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38145) [`9d2794a7753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2794a7753) - Add `executeCommand` to `pluginInjectionAPI` which should be used to dispatch a `PluginCommand` - from the `commands` property of a plugin.
|
|
692
698
|
|
|
693
699
|
## 74.41.2
|
|
694
700
|
|
|
695
701
|
### Patch Changes
|
|
696
702
|
|
|
697
|
-
- [`8b104cb7575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b104cb7575) - [ED-14769] Remove tableCellOptionsinFloatingToolbar feature flag & make it default behaviour
|
|
703
|
+
- [#38287](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38287) [`8b104cb7575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b104cb7575) - [ED-14769] Remove tableCellOptionsinFloatingToolbar feature flag & make it default behaviour
|
|
698
704
|
|
|
699
705
|
## 74.41.1
|
|
700
706
|
|
|
701
707
|
### Patch Changes
|
|
702
708
|
|
|
703
|
-
- [`3df14c86161`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3df14c86161) - Cleaning up better typeahead feature flag.
|
|
709
|
+
- [#38377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38377) [`3df14c86161`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3df14c86161) - Cleaning up better typeahead feature flag.
|
|
704
710
|
|
|
705
711
|
## 74.41.0
|
|
706
712
|
|
|
707
713
|
### Minor Changes
|
|
708
714
|
|
|
709
|
-
- [`7b8e8b52110`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8e8b52110) - [ED-16733] Editor Media Extraction: Moving Floating Toolbar Separator to editor-common
|
|
715
|
+
- [#38367](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38367) [`7b8e8b52110`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8e8b52110) - [ED-16733] Editor Media Extraction: Moving Floating Toolbar Separator to editor-common
|
|
710
716
|
|
|
711
717
|
## 74.40.1
|
|
712
718
|
|
|
713
719
|
### Patch Changes
|
|
714
720
|
|
|
715
|
-
- [`736af94f8b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/736af94f8b0) - [ux] Fixing the bug due to which break-out layout and expand node on narrow viewport resizes to be too narrow
|
|
716
|
-
- [`39099193642`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39099193642) - Cleanup breakout styling when table has fragment mark ff
|
|
721
|
+
- [#37664](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37664) [`736af94f8b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/736af94f8b0) - [ux] Fixing the bug due to which break-out layout and expand node on narrow viewport resizes to be too narrow
|
|
722
|
+
- [#38344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38344) [`39099193642`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39099193642) - Cleanup breakout styling when table has fragment mark ff
|
|
717
723
|
|
|
718
724
|
## 74.40.0
|
|
719
725
|
|
|
720
726
|
### Minor Changes
|
|
721
727
|
|
|
722
|
-
- [`960a2b478c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/960a2b478c8) - [ux] [ED-19167] Add blue shadow to resizer handle on hover
|
|
728
|
+
- [#38268](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38268) [`960a2b478c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/960a2b478c8) - [ux] [ED-19167] Add blue shadow to resizer handle on hover
|
|
723
729
|
|
|
724
730
|
## 74.39.0
|
|
725
731
|
|
|
726
732
|
### Minor Changes
|
|
727
733
|
|
|
728
|
-
- [`021d5f488ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/021d5f488ec) - [ED-16733] Media Plugin Extractation - Move core commands to common entrypoint
|
|
734
|
+
- [#38352](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38352) [`021d5f488ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/021d5f488ec) - [ED-16733] Media Plugin Extractation - Move core commands to common entrypoint
|
|
729
735
|
|
|
730
736
|
## 74.38.1
|
|
731
737
|
|
|
732
738
|
### Patch Changes
|
|
733
739
|
|
|
734
|
-
- [`4cbae03c15c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cbae03c15c) - Set maxWidth for ResizerNext to stop lable updating when reaching max width
|
|
740
|
+
- [#38219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38219) [`4cbae03c15c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cbae03c15c) - Set maxWidth for ResizerNext to stop lable updating when reaching max width
|
|
735
741
|
|
|
736
742
|
## 74.38.0
|
|
737
743
|
|
|
738
744
|
### Minor Changes
|
|
739
745
|
|
|
740
|
-
- [`a675f834911`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a675f834911) - Introduce `commands` optional parameter to `NextEditorPlugin`. It can be used similarly to `actions` in `NextEditorPlugin` but `commands` must adhere to the type of `PluginCommand`:
|
|
746
|
+
- [#38001](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38001) [`a675f834911`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a675f834911) - Introduce `commands` optional parameter to `NextEditorPlugin`. It can be used similarly to `actions` in `NextEditorPlugin` but `commands` must adhere to the type of `PluginCommand`:
|
|
741
747
|
|
|
742
748
|
```ts
|
|
743
749
|
type PluginCommand = ({ tr }: { tr: Transaction }) => Transaction | null;
|
|
@@ -747,69 +753,69 @@
|
|
|
747
753
|
|
|
748
754
|
### Patch Changes
|
|
749
755
|
|
|
750
|
-
- [`3bbe8f91f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bbe8f91f34) - refactor ResizableMediaSingleNext around guidelines and snapping
|
|
756
|
+
- [#38130](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38130) [`3bbe8f91f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bbe8f91f34) - refactor ResizableMediaSingleNext around guidelines and snapping
|
|
751
757
|
|
|
752
758
|
## 74.37.0
|
|
753
759
|
|
|
754
760
|
### Minor Changes
|
|
755
761
|
|
|
756
|
-
- [`8699cf99ceb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8699cf99ceb) - Exporting LayoutPluginOptions and CollabEditOptions from editor-common.
|
|
762
|
+
- [#38323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38323) [`8699cf99ceb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8699cf99ceb) - Exporting LayoutPluginOptions and CollabEditOptions from editor-common.
|
|
757
763
|
|
|
758
764
|
## 74.36.4
|
|
759
765
|
|
|
760
766
|
### Patch Changes
|
|
761
767
|
|
|
762
|
-
- [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
768
|
+
- [#38316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38316) [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
763
769
|
- Updated dependencies
|
|
764
770
|
|
|
765
771
|
## 74.36.3
|
|
766
772
|
|
|
767
773
|
### Patch Changes
|
|
768
774
|
|
|
769
|
-
- [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
775
|
+
- [#37639](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639) [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
770
776
|
- Updated dependencies
|
|
771
777
|
|
|
772
778
|
## 74.36.2
|
|
773
779
|
|
|
774
780
|
### Patch Changes
|
|
775
781
|
|
|
776
|
-
- [`62d6f381722`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62d6f381722) - ED-18969 preliminaary refactor for relative guideline.
|
|
782
|
+
- [#38156](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38156) [`62d6f381722`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62d6f381722) - ED-18969 preliminaary refactor for relative guideline.
|
|
777
783
|
|
|
778
784
|
## 74.36.1
|
|
779
785
|
|
|
780
786
|
### Patch Changes
|
|
781
787
|
|
|
782
|
-
- [`f5550db8a7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5550db8a7f) - Ensure isHandleVisible affects both handles
|
|
788
|
+
- [#38242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38242) [`f5550db8a7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5550db8a7f) - Ensure isHandleVisible affects both handles
|
|
783
789
|
|
|
784
790
|
## 74.36.0
|
|
785
791
|
|
|
786
792
|
### Minor Changes
|
|
787
793
|
|
|
788
|
-
- [`8695abdde8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8695abdde8e) - [ED-18289] Clean-up Editor Sentry feature flag
|
|
794
|
+
- [#38217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38217) [`8695abdde8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8695abdde8e) - [ED-18289] Clean-up Editor Sentry feature flag
|
|
789
795
|
|
|
790
796
|
## 74.35.0
|
|
791
797
|
|
|
792
798
|
### Minor Changes
|
|
793
799
|
|
|
794
|
-
- [`c6c3b7e43d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6c3b7e43d3) - [ED-19202] Remove direct dependency of editor-core code on text-formatting plugin
|
|
800
|
+
- [#37920](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37920) [`c6c3b7e43d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6c3b7e43d3) - [ED-19202] Remove direct dependency of editor-core code on text-formatting plugin
|
|
795
801
|
|
|
796
802
|
## 74.34.5
|
|
797
803
|
|
|
798
804
|
### Patch Changes
|
|
799
805
|
|
|
800
|
-
- [`d432ad14798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d432ad14798) - [ux] Added standard page guidelines when custom table width enabled and is resizing table.
|
|
806
|
+
- [#37990](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37990) [`d432ad14798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d432ad14798) - [ux] Added standard page guidelines when custom table width enabled and is resizing table.
|
|
801
807
|
|
|
802
808
|
## 74.34.4
|
|
803
809
|
|
|
804
810
|
### Patch Changes
|
|
805
811
|
|
|
806
|
-
- [`0d297244de3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d297244de3) - Add calcMediaSingleMaxWidth, move default image constants to /media-single
|
|
812
|
+
- [#37839](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37839) [`0d297244de3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d297244de3) - Add calcMediaSingleMaxWidth, move default image constants to /media-single
|
|
807
813
|
|
|
808
814
|
## 74.34.3
|
|
809
815
|
|
|
810
816
|
### Patch Changes
|
|
811
817
|
|
|
812
|
-
- [`eeecb78b23f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeecb78b23f) - Added media-single utils to editor-common and moved utils from editor-core/media to edtor-common/media-single.
|
|
818
|
+
- [#37885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37885) [`eeecb78b23f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeecb78b23f) - Added media-single utils to editor-common and moved utils from editor-core/media to edtor-common/media-single.
|
|
813
819
|
|
|
814
820
|
## 74.34.2
|
|
815
821
|
|
|
@@ -821,13 +827,13 @@
|
|
|
821
827
|
|
|
822
828
|
### Patch Changes
|
|
823
829
|
|
|
824
|
-
- [`7cca8fcf473`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cca8fcf473) - ED-18274: Remove unused feature flags listNumberContinuity and restartNumberedListsToolbar (not planned for future use either) (all related to the restart lists project)
|
|
830
|
+
- [#37872](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37872) [`7cca8fcf473`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cca8fcf473) - ED-18274: Remove unused feature flags listNumberContinuity and restartNumberedListsToolbar (not planned for future use either) (all related to the restart lists project)
|
|
825
831
|
|
|
826
832
|
## 74.34.0
|
|
827
833
|
|
|
828
834
|
### Minor Changes
|
|
829
835
|
|
|
830
|
-
- [`1944b35b538`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1944b35b538) - move common utilities to editor-common, to help with decoupling block-type plugin
|
|
836
|
+
- [#37964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37964) [`1944b35b538`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1944b35b538) - move common utilities to editor-common, to help with decoupling block-type plugin
|
|
831
837
|
|
|
832
838
|
### Patch Changes
|
|
833
839
|
|
|
@@ -837,7 +843,7 @@
|
|
|
837
843
|
|
|
838
844
|
### Minor Changes
|
|
839
845
|
|
|
840
|
-
- [`936c30f8dc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936c30f8dc9) - support new image resize experience under feature flag
|
|
846
|
+
- [#32787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32787) [`936c30f8dc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936c30f8dc9) - support new image resize experience under feature flag
|
|
841
847
|
|
|
842
848
|
## 74.32.1
|
|
843
849
|
|
|
@@ -849,19 +855,19 @@
|
|
|
849
855
|
|
|
850
856
|
### Minor Changes
|
|
851
857
|
|
|
852
|
-
- [`2b54c3b0d24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b54c3b0d24) - [ED-19203] Decouple text-formatting plugin and editor-core
|
|
858
|
+
- [#37821](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37821) [`2b54c3b0d24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b54c3b0d24) - [ED-19203] Decouple text-formatting plugin and editor-core
|
|
853
859
|
|
|
854
860
|
## 74.31.0
|
|
855
861
|
|
|
856
862
|
### Minor Changes
|
|
857
863
|
|
|
858
|
-
- [`d8c1bcdc71a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8c1bcdc71a) - ED-19217 decoupled lists related util functions from editor-core
|
|
864
|
+
- [#37650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37650) [`d8c1bcdc71a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8c1bcdc71a) - ED-19217 decoupled lists related util functions from editor-core
|
|
859
865
|
|
|
860
866
|
## 74.30.0
|
|
861
867
|
|
|
862
868
|
### Minor Changes
|
|
863
869
|
|
|
864
|
-
- [`3a1cd78b42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a1cd78b42a) - [ED-19203] Moving some common logic, styles, and types to editor-common to make it easier to extract the text-formatting plugin from editor-core
|
|
870
|
+
- [#37493](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37493) [`3a1cd78b42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a1cd78b42a) - [ED-19203] Moving some common logic, styles, and types to editor-common to make it easier to extract the text-formatting plugin from editor-core
|
|
865
871
|
|
|
866
872
|
## 74.29.3
|
|
867
873
|
|
|
@@ -873,31 +879,31 @@
|
|
|
873
879
|
|
|
874
880
|
### Patch Changes
|
|
875
881
|
|
|
876
|
-
- [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
|
|
882
|
+
- [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785) [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
|
|
877
883
|
|
|
878
884
|
## 74.29.1
|
|
879
885
|
|
|
880
886
|
### Patch Changes
|
|
881
887
|
|
|
882
|
-
- [`f0153f75b5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0153f75b5d) - Added generateDefaultGuideline to editor-common/guideline
|
|
888
|
+
- [#37771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37771) [`f0153f75b5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0153f75b5d) - Added generateDefaultGuideline to editor-common/guideline
|
|
883
889
|
|
|
884
890
|
## 74.29.0
|
|
885
891
|
|
|
886
892
|
### Minor Changes
|
|
887
893
|
|
|
888
|
-
- [`e83596269e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e83596269e5) - Add isResizing support into media plugin
|
|
894
|
+
- [#37572](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37572) [`e83596269e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e83596269e5) - Add isResizing support into media plugin
|
|
889
895
|
|
|
890
896
|
## 74.28.0
|
|
891
897
|
|
|
892
898
|
### Minor Changes
|
|
893
899
|
|
|
894
|
-
- [`39e6af5fa1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39e6af5fa1d) - Add a new 'isHandleVisible' prop to allow handle visibility to be toggled externally
|
|
900
|
+
- [#37588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37588) [`39e6af5fa1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39e6af5fa1d) - Add a new 'isHandleVisible' prop to allow handle visibility to be toggled externally
|
|
895
901
|
|
|
896
902
|
## 74.27.3
|
|
897
903
|
|
|
898
904
|
### Patch Changes
|
|
899
905
|
|
|
900
|
-
- [`f16e946ce4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f16e946ce4d) - Update type exports and fix a bug with snapGap
|
|
906
|
+
- [#37647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37647) [`f16e946ce4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f16e946ce4d) - Update type exports and fix a bug with snapGap
|
|
901
907
|
|
|
902
908
|
## 74.27.2
|
|
903
909
|
|
|
@@ -909,80 +915,80 @@
|
|
|
909
915
|
|
|
910
916
|
### Patch Changes
|
|
911
917
|
|
|
912
|
-
- [`dbf78a2ac7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbf78a2ac7f) - Added snapping utils and tests to editor-common
|
|
918
|
+
- [#37619](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37619) [`dbf78a2ac7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbf78a2ac7f) - Added snapping utils and tests to editor-common
|
|
913
919
|
|
|
914
920
|
## 74.27.0
|
|
915
921
|
|
|
916
922
|
### Minor Changes
|
|
917
923
|
|
|
918
|
-
- [`0ae6f70038a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae6f70038a) - [ED-17635] Add analytics event for table width resizing
|
|
924
|
+
- [#37467](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37467) [`0ae6f70038a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae6f70038a) - [ED-17635] Add analytics event for table width resizing
|
|
919
925
|
|
|
920
926
|
## 74.26.9
|
|
921
927
|
|
|
922
928
|
### Patch Changes
|
|
923
929
|
|
|
924
|
-
- [`3b01ce33502`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b01ce33502) - add getMediaSinglePixelWidth to support legacy and new media resize experience
|
|
930
|
+
- [#37530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37530) [`3b01ce33502`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b01ce33502) - add getMediaSinglePixelWidth to support legacy and new media resize experience
|
|
925
931
|
|
|
926
932
|
## 74.26.8
|
|
927
933
|
|
|
928
934
|
### Patch Changes
|
|
929
935
|
|
|
930
|
-
- [`01237de37e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01237de37e7) - [ED-17901] Update clear button on input to have tabindex and update tests to test for both chrome / firefox and safari
|
|
936
|
+
- [#37496](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37496) [`01237de37e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01237de37e7) - [ED-17901] Update clear button on input to have tabindex and update tests to test for both chrome / firefox and safari
|
|
931
937
|
|
|
932
938
|
## 74.26.7
|
|
933
939
|
|
|
934
940
|
### Patch Changes
|
|
935
941
|
|
|
936
|
-
- [`e4ae2b4792a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4ae2b4792a) - Added media-single constants
|
|
942
|
+
- [#37459](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37459) [`e4ae2b4792a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4ae2b4792a) - Added media-single constants
|
|
937
943
|
|
|
938
944
|
## 74.26.6
|
|
939
945
|
|
|
940
946
|
### Patch Changes
|
|
941
947
|
|
|
942
|
-
- [`5f0b47a1443`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f0b47a1443) - [ux] Enable text selection for expand macro button since disabling causes selection bug on triple click
|
|
948
|
+
- [#34870](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34870) [`5f0b47a1443`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f0b47a1443) - [ux] Enable text selection for expand macro button since disabling causes selection bug on triple click
|
|
943
949
|
|
|
944
950
|
## 74.26.5
|
|
945
951
|
|
|
946
952
|
### Patch Changes
|
|
947
953
|
|
|
948
|
-
- [`3d065399b07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d065399b07) - ED-18969 refactor guideline plugin interface.
|
|
954
|
+
- [#37398](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37398) [`3d065399b07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d065399b07) - ED-18969 refactor guideline plugin interface.
|
|
949
955
|
|
|
950
956
|
## 74.26.4
|
|
951
957
|
|
|
952
958
|
### Patch Changes
|
|
953
959
|
|
|
954
|
-
- [`33cec4ba4f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cec4ba4f0) - [ED-19203] Extract common logic, styles, and types to editor-common
|
|
960
|
+
- [#37428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37428) [`33cec4ba4f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cec4ba4f0) - [ED-19203] Extract common logic, styles, and types to editor-common
|
|
955
961
|
|
|
956
962
|
## 74.26.3
|
|
957
963
|
|
|
958
964
|
### Patch Changes
|
|
959
965
|
|
|
960
|
-
- [`d3851530199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3851530199) - Update snapping logic, tests and examples
|
|
966
|
+
- [#37456](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37456) [`d3851530199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3851530199) - Update snapping logic, tests and examples
|
|
961
967
|
- Updated dependencies
|
|
962
968
|
|
|
963
969
|
## 74.26.2
|
|
964
970
|
|
|
965
971
|
### Patch Changes
|
|
966
972
|
|
|
967
|
-
- [`6255c2ad1c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6255c2ad1c9) - [ux] Adds ability to open Assets datasource dialog using the slash command in the editor, behind a feature flag
|
|
973
|
+
- [#37357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37357) [`6255c2ad1c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6255c2ad1c9) - [ux] Adds ability to open Assets datasource dialog using the slash command in the editor, behind a feature flag
|
|
968
974
|
|
|
969
975
|
## 74.26.1
|
|
970
976
|
|
|
971
977
|
### Patch Changes
|
|
972
978
|
|
|
973
|
-
- [`e8885f55db6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8885f55db6) - ED-18969 implement relative guides support
|
|
979
|
+
- [#37348](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37348) [`e8885f55db6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8885f55db6) - ED-18969 implement relative guides support
|
|
974
980
|
|
|
975
981
|
## 74.26.0
|
|
976
982
|
|
|
977
983
|
### Minor Changes
|
|
978
984
|
|
|
979
|
-
- [`3920dcfd848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3920dcfd848) - This removes the feature flag made for upgrading the `focus-trap` dependency and keeps `focus-trap` at it's original version.
|
|
985
|
+
- [#34797](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34797) [`3920dcfd848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3920dcfd848) - This removes the feature flag made for upgrading the `focus-trap` dependency and keeps `focus-trap` at it's original version.
|
|
980
986
|
|
|
981
987
|
## 74.25.2
|
|
982
988
|
|
|
983
989
|
### Patch Changes
|
|
984
990
|
|
|
985
|
-
- [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
991
|
+
- [#37340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37340) [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
986
992
|
|
|
987
993
|
## 74.25.1
|
|
988
994
|
|
|
@@ -994,86 +1000,86 @@
|
|
|
994
1000
|
|
|
995
1001
|
### Minor Changes
|
|
996
1002
|
|
|
997
|
-
- [`6bacee18c2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bacee18c2d) - [ux] Add new allowDatasource prop for enabling datasource in editor and add inlineCard fallback render for blockCard with datasource
|
|
1003
|
+
- [#36750](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36750) [`6bacee18c2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bacee18c2d) - [ux] Add new allowDatasource prop for enabling datasource in editor and add inlineCard fallback render for blockCard with datasource
|
|
998
1004
|
|
|
999
1005
|
## 74.24.0
|
|
1000
1006
|
|
|
1001
1007
|
### Minor Changes
|
|
1002
1008
|
|
|
1003
|
-
- [`22a59977bb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22a59977bb3) - [ux] Updated ResizerNext to allow handle style overrides. Updated the table resizer to space and align the resizer handle according the the design specifications
|
|
1009
|
+
- [#37063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37063) [`22a59977bb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22a59977bb3) - [ux] Updated ResizerNext to allow handle style overrides. Updated the table resizer to space and align the resizer handle according the the design specifications
|
|
1004
1010
|
|
|
1005
1011
|
## 74.23.1
|
|
1006
1012
|
|
|
1007
1013
|
### Patch Changes
|
|
1008
1014
|
|
|
1009
|
-
- [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
1015
|
+
- [#36757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36757) [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
1010
1016
|
|
|
1011
1017
|
## 74.23.0
|
|
1012
1018
|
|
|
1013
1019
|
### Minor Changes
|
|
1014
1020
|
|
|
1015
|
-
- [`5f028fb62a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f028fb62a1) - ED-19038 added mediaSingle.widthType support to renderer.
|
|
1021
|
+
- [#36801](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36801) [`5f028fb62a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f028fb62a1) - ED-19038 added mediaSingle.widthType support to renderer.
|
|
1016
1022
|
|
|
1017
1023
|
## 74.22.0
|
|
1018
1024
|
|
|
1019
1025
|
### Minor Changes
|
|
1020
1026
|
|
|
1021
|
-
- [`464745a92e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/464745a92e6) - [ux] Updated the Editor Table plugin to use the new guidelines plugin when custom-table-widths FF is enabled
|
|
1027
|
+
- [#36772](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36772) [`464745a92e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/464745a92e6) - [ux] Updated the Editor Table plugin to use the new guidelines plugin when custom-table-widths FF is enabled
|
|
1022
1028
|
|
|
1023
1029
|
## 74.21.4
|
|
1024
1030
|
|
|
1025
1031
|
### Patch Changes
|
|
1026
1032
|
|
|
1027
|
-
- [`1d3e0468d4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3e0468d4c) - Adds a new analytics event to be implemented later
|
|
1033
|
+
- [#36865](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36865) [`1d3e0468d4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3e0468d4c) - Adds a new analytics event to be implemented later
|
|
1028
1034
|
|
|
1029
1035
|
## 74.21.3
|
|
1030
1036
|
|
|
1031
1037
|
### Patch Changes
|
|
1032
1038
|
|
|
1033
|
-
- [`018b27d3392`](https://bitbucket.org/atlassian/atlassian-frontend/commits/018b27d3392) - Adds new prop handleMarginTop on ResizerNext component to center resize handle on tables
|
|
1039
|
+
- [#36852](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36852) [`018b27d3392`](https://bitbucket.org/atlassian/atlassian-frontend/commits/018b27d3392) - Adds new prop handleMarginTop on ResizerNext component to center resize handle on tables
|
|
1034
1040
|
|
|
1035
1041
|
## 74.21.2
|
|
1036
1042
|
|
|
1037
1043
|
### Patch Changes
|
|
1038
1044
|
|
|
1039
|
-
- [`32ca42e82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32ca42e82c3) - Extracted internal editor card plugin to new package `editor-plugin-card`.
|
|
1045
|
+
- [#36863](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36863) [`32ca42e82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32ca42e82c3) - Extracted internal editor card plugin to new package `editor-plugin-card`.
|
|
1040
1046
|
|
|
1041
1047
|
## 74.21.1
|
|
1042
1048
|
|
|
1043
1049
|
### Patch Changes
|
|
1044
1050
|
|
|
1045
|
-
- [`14224c3f8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14224c3f8a4) - [ED-18162] Move the collab provider types to the editor common package to avoid circular dependencies
|
|
1051
|
+
- [#36848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36848) [`14224c3f8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14224c3f8a4) - [ED-18162] Move the collab provider types to the editor common package to avoid circular dependencies
|
|
1046
1052
|
|
|
1047
1053
|
## 74.21.0
|
|
1048
1054
|
|
|
1049
1055
|
### Minor Changes
|
|
1050
1056
|
|
|
1051
|
-
- [`680a4437157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/680a4437157) - - Adds support for datasource quick insert
|
|
1057
|
+
- [#36344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36344) [`680a4437157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/680a4437157) - - Adds support for datasource quick insert
|
|
1052
1058
|
- Export type `DatasourceModalType`
|
|
1053
1059
|
|
|
1054
1060
|
## 74.20.0
|
|
1055
1061
|
|
|
1056
1062
|
### Minor Changes
|
|
1057
1063
|
|
|
1058
|
-
- [`8b891bf3590`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b891bf3590) - This change introduces `editor-plugin-hyperlink` which separates the hyperlink plugin from `editor-core`. In order to enable this change there are now new entry points on `editor-common` (such as `/link`, `/quick-insert`) in order to separate common code. Further `prosemirror-input-rules` now has new exports of `createPlugin` and `createRule` which are used in many plugins in `editor-core`.
|
|
1064
|
+
- [#36631](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36631) [`8b891bf3590`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b891bf3590) - This change introduces `editor-plugin-hyperlink` which separates the hyperlink plugin from `editor-core`. In order to enable this change there are now new entry points on `editor-common` (such as `/link`, `/quick-insert`) in order to separate common code. Further `prosemirror-input-rules` now has new exports of `createPlugin` and `createRule` which are used in many plugins in `editor-core`.
|
|
1059
1065
|
|
|
1060
1066
|
## 74.19.2
|
|
1061
1067
|
|
|
1062
1068
|
### Patch Changes
|
|
1063
1069
|
|
|
1064
|
-
- [`f188d9ea397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f188d9ea397) - Create reference event for legacy image upload so DataTransfer is not lost
|
|
1070
|
+
- [#36487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36487) [`f188d9ea397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f188d9ea397) - Create reference event for legacy image upload so DataTransfer is not lost
|
|
1065
1071
|
|
|
1066
1072
|
## 74.19.1
|
|
1067
1073
|
|
|
1068
1074
|
### Patch Changes
|
|
1069
1075
|
|
|
1070
|
-
- [`202f8c2ee69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202f8c2ee69) - The changes here adds support for datasource feature flag for rollout.
|
|
1076
|
+
- [#36626](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36626) [`202f8c2ee69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202f8c2ee69) - The changes here adds support for datasource feature flag for rollout.
|
|
1071
1077
|
|
|
1072
1078
|
## 74.19.0
|
|
1073
1079
|
|
|
1074
1080
|
### Minor Changes
|
|
1075
1081
|
|
|
1076
|
-
- [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
1082
|
+
- [#36498](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36498) [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
1077
1083
|
|
|
1078
1084
|
### Patch Changes
|
|
1079
1085
|
|
|
@@ -1083,25 +1089,25 @@
|
|
|
1083
1089
|
|
|
1084
1090
|
### Minor Changes
|
|
1085
1091
|
|
|
1086
|
-
- [`11285b1d77e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11285b1d77e) - ED-18971 Added editor dynamic guideline util and new guideline entry point in editor-common
|
|
1092
|
+
- [#36414](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36414) [`11285b1d77e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11285b1d77e) - ED-18971 Added editor dynamic guideline util and new guideline entry point in editor-common
|
|
1087
1093
|
|
|
1088
1094
|
## 74.17.1
|
|
1089
1095
|
|
|
1090
1096
|
### Patch Changes
|
|
1091
1097
|
|
|
1092
|
-
- [`1a852e48b42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a852e48b42) - [ED-17438] Check if parent node is empty paragraph before adding horizontal rule
|
|
1098
|
+
- [#35625](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35625) [`1a852e48b42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a852e48b42) - [ED-17438] Check if parent node is empty paragraph before adding horizontal rule
|
|
1093
1099
|
|
|
1094
1100
|
## 74.17.0
|
|
1095
1101
|
|
|
1096
1102
|
### Minor Changes
|
|
1097
1103
|
|
|
1098
|
-
- [`87aac05bf04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87aac05bf04) - [ED-18895] Create new package to contain editor plugin integration tests to avoid circular dev dependencies between plugins and editor-core
|
|
1104
|
+
- [#36349](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36349) [`87aac05bf04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87aac05bf04) - [ED-18895] Create new package to contain editor plugin integration tests to avoid circular dev dependencies between plugins and editor-core
|
|
1099
1105
|
|
|
1100
1106
|
## 74.16.0
|
|
1101
1107
|
|
|
1102
1108
|
### Minor Changes
|
|
1103
1109
|
|
|
1104
|
-
- [`9a01d73afe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a01d73afe2) - [ux] ED-17434: Update TaskItem to match @atlaskit/checkbox and update to support design tokens and match spacing from bullet and numbered lists.
|
|
1110
|
+
- [#35509](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35509) [`9a01d73afe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a01d73afe2) - [ux] ED-17434: Update TaskItem to match @atlaskit/checkbox and update to support design tokens and match spacing from bullet and numbered lists.
|
|
1105
1111
|
|
|
1106
1112
|
### Patch Changes
|
|
1107
1113
|
|
|
@@ -1111,19 +1117,19 @@
|
|
|
1111
1117
|
|
|
1112
1118
|
### Patch Changes
|
|
1113
1119
|
|
|
1114
|
-
- [`3a0a36b5910`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a0a36b5910) - check if document exists before using, for confluence SSR to work
|
|
1120
|
+
- [#36403](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36403) [`3a0a36b5910`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a0a36b5910) - check if document exists before using, for confluence SSR to work
|
|
1115
1121
|
|
|
1116
1122
|
## 74.15.1
|
|
1117
1123
|
|
|
1118
1124
|
### Patch Changes
|
|
1119
1125
|
|
|
1120
|
-
- [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
1126
|
+
- [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241) [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
1121
1127
|
|
|
1122
1128
|
## 74.15.0
|
|
1123
1129
|
|
|
1124
1130
|
### Minor Changes
|
|
1125
1131
|
|
|
1126
|
-
- [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - Added feature flag for the new media resize experience.
|
|
1132
|
+
- [#35517](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35517) [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - Added feature flag for the new media resize experience.
|
|
1127
1133
|
|
|
1128
1134
|
### Patch Changes
|
|
1129
1135
|
|
|
@@ -1133,19 +1139,19 @@
|
|
|
1133
1139
|
|
|
1134
1140
|
### Minor Changes
|
|
1135
1141
|
|
|
1136
|
-
- [`9fc1422dec1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fc1422dec1) - Make `hyperlink` plugin an explicit dependency of `card` plugin. Move card styles and types into editor-common.
|
|
1142
|
+
- [#36220](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36220) [`9fc1422dec1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fc1422dec1) - Make `hyperlink` plugin an explicit dependency of `card` plugin. Move card styles and types into editor-common.
|
|
1137
1143
|
|
|
1138
1144
|
## 74.13.0
|
|
1139
1145
|
|
|
1140
1146
|
### Minor Changes
|
|
1141
1147
|
|
|
1142
|
-
- [`6c1685f4793`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c1685f4793) - [ED-18163] Removed participant count from generic editor-common analytics events
|
|
1148
|
+
- [#36286](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36286) [`6c1685f4793`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c1685f4793) - [ED-18163] Removed participant count from generic editor-common analytics events
|
|
1143
1149
|
|
|
1144
1150
|
## 74.12.0
|
|
1145
1151
|
|
|
1146
1152
|
### Minor Changes
|
|
1147
1153
|
|
|
1148
|
-
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
1154
|
+
- [#35499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35499) [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
1149
1155
|
|
|
1150
1156
|
### Patch Changes
|
|
1151
1157
|
|
|
@@ -1155,14 +1161,14 @@
|
|
|
1155
1161
|
|
|
1156
1162
|
### Patch Changes
|
|
1157
1163
|
|
|
1158
|
-
- [`c75a15c09dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c75a15c09dd) - - The change here adds a datasource wrapper css class to be used for datasource table.
|
|
1164
|
+
- [#35176](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35176) [`c75a15c09dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c75a15c09dd) - - The change here adds a datasource wrapper css class to be used for datasource table.
|
|
1159
1165
|
- Also moves some types and functions from breakout plugin to common to be reused for datasource layout button
|
|
1160
1166
|
|
|
1161
1167
|
## 74.11.0
|
|
1162
1168
|
|
|
1163
1169
|
### Minor Changes
|
|
1164
1170
|
|
|
1165
|
-
- [`04295e9d5bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04295e9d5bc) - [ux] Updating ORS response to include datasources and facilitating pasting JQL links turning into datasource tables
|
|
1171
|
+
- [#35032](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35032) [`04295e9d5bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04295e9d5bc) - [ux] Updating ORS response to include datasources and facilitating pasting JQL links turning into datasource tables
|
|
1166
1172
|
|
|
1167
1173
|
### Patch Changes
|
|
1168
1174
|
|
|
@@ -1172,13 +1178,13 @@
|
|
|
1172
1178
|
|
|
1173
1179
|
### Patch Changes
|
|
1174
1180
|
|
|
1175
|
-
- [`a9350cf3831`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9350cf3831) - Check existence of window and document variable for confluence SSR to work
|
|
1181
|
+
- [#35233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35233) [`a9350cf3831`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9350cf3831) - Check existence of window and document variable for confluence SSR to work
|
|
1176
1182
|
|
|
1177
1183
|
## 74.10.1
|
|
1178
1184
|
|
|
1179
1185
|
### Patch Changes
|
|
1180
1186
|
|
|
1181
|
-
- [`194bd1bf486`](https://bitbucket.org/atlassian/atlassian-frontend/commits/194bd1bf486) - Move smart-card dependency out of dev into direct
|
|
1187
|
+
- [#34936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34936) [`194bd1bf486`](https://bitbucket.org/atlassian/atlassian-frontend/commits/194bd1bf486) - Move smart-card dependency out of dev into direct
|
|
1182
1188
|
|
|
1183
1189
|
## 74.10.0
|
|
1184
1190
|
|
|
@@ -1190,60 +1196,60 @@
|
|
|
1190
1196
|
|
|
1191
1197
|
### Patch Changes
|
|
1192
1198
|
|
|
1193
|
-
- [`87070f514cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87070f514cd) - [ux] ED-18024 Adds an enter keydown handler on the main toolbar droplist (BlockInsertMenuLegacy) to prevent the editor capturing the keypress when the keyboard is used to insert nodes.
|
|
1199
|
+
- [#35844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35844) [`87070f514cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87070f514cd) - [ux] ED-18024 Adds an enter keydown handler on the main toolbar droplist (BlockInsertMenuLegacy) to prevent the editor capturing the keypress when the keyboard is used to insert nodes.
|
|
1194
1200
|
|
|
1195
1201
|
## 74.9.1
|
|
1196
1202
|
|
|
1197
1203
|
### Patch Changes
|
|
1198
1204
|
|
|
1199
|
-
- [`18344c31ea3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18344c31ea3) - [ED-13910] Fix EditorView getPos type
|
|
1205
|
+
- [#35788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35788) [`18344c31ea3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18344c31ea3) - [ED-13910] Fix EditorView getPos type
|
|
1200
1206
|
|
|
1201
1207
|
## 74.9.0
|
|
1202
1208
|
|
|
1203
1209
|
### Minor Changes
|
|
1204
1210
|
|
|
1205
|
-
- [`4bf22e4eb1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf22e4eb1c) - The editor dropdown menu items are now forced to be `position: static` when a feature flag is on to work around menu items being position relative now. This is a short term fix to keep the table cell color nested menu working.
|
|
1211
|
+
- [#35868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35868) [`4bf22e4eb1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf22e4eb1c) - The editor dropdown menu items are now forced to be `position: static` when a feature flag is on to work around menu items being position relative now. This is a short term fix to keep the table cell color nested menu working.
|
|
1206
1212
|
|
|
1207
1213
|
### Patch Changes
|
|
1208
1214
|
|
|
1209
|
-
- [`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) - [ED-17082] Mark package as a singleton one
|
|
1215
|
+
- [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782) [`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) - [ED-17082] Mark package as a singleton one
|
|
1210
1216
|
- Updated dependencies
|
|
1211
1217
|
|
|
1212
1218
|
## 74.8.0
|
|
1213
1219
|
|
|
1214
1220
|
### Minor Changes
|
|
1215
1221
|
|
|
1216
|
-
- [`5e01082b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e01082b600) - Extracting SelectionBasedNodeView to editor-common.
|
|
1222
|
+
- [#35353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35353) [`5e01082b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e01082b600) - Extracting SelectionBasedNodeView to editor-common.
|
|
1217
1223
|
|
|
1218
1224
|
## 74.7.9
|
|
1219
1225
|
|
|
1220
1226
|
### Patch Changes
|
|
1221
1227
|
|
|
1222
|
-
- [`87366c84531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87366c84531) - Extract context panel plugin to new package @atlaskit/editor-plugin-context-panel
|
|
1228
|
+
- [#35475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35475) [`87366c84531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87366c84531) - Extract context panel plugin to new package @atlaskit/editor-plugin-context-panel
|
|
1223
1229
|
|
|
1224
1230
|
## 74.7.8
|
|
1225
1231
|
|
|
1226
1232
|
### Patch Changes
|
|
1227
1233
|
|
|
1228
|
-
- [`b32b60b7807`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b32b60b7807) - [ux] ED-17462 fix 1px overflow
|
|
1234
|
+
- [#34956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34956) [`b32b60b7807`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b32b60b7807) - [ux] ED-17462 fix 1px overflow
|
|
1229
1235
|
|
|
1230
1236
|
## 74.7.7
|
|
1231
1237
|
|
|
1232
1238
|
### Patch Changes
|
|
1233
1239
|
|
|
1234
|
-
- [`8493df1e169`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8493df1e169) - NO-ISSUE Moved some purely type dependencies to dev dependencies
|
|
1240
|
+
- [#35575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35575) [`8493df1e169`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8493df1e169) - NO-ISSUE Moved some purely type dependencies to dev dependencies
|
|
1235
1241
|
|
|
1236
1242
|
## 74.7.6
|
|
1237
1243
|
|
|
1238
1244
|
### Patch Changes
|
|
1239
1245
|
|
|
1240
|
-
- [`0edc12510fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0edc12510fb) - Updating types, examples and general clean up of Resizer component
|
|
1246
|
+
- [#35130](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35130) [`0edc12510fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0edc12510fb) - Updating types, examples and general clean up of Resizer component
|
|
1241
1247
|
|
|
1242
1248
|
## 74.7.5
|
|
1243
1249
|
|
|
1244
1250
|
### Patch Changes
|
|
1245
1251
|
|
|
1246
|
-
- [`12d33fa653a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12d33fa653a) - [ED-17762] Fix nested table rescale logic when the context menu opens
|
|
1252
|
+
- [#34365](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34365) [`12d33fa653a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12d33fa653a) - [ED-17762] Fix nested table rescale logic when the context menu opens
|
|
1247
1253
|
|
|
1248
1254
|
## 74.7.4
|
|
1249
1255
|
|
|
@@ -1255,31 +1261,31 @@
|
|
|
1255
1261
|
|
|
1256
1262
|
### Patch Changes
|
|
1257
1263
|
|
|
1258
|
-
- [`1259df9a9ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1259df9a9ef) - converted some of block-type's analytics to use new EditorAnalyticsAPI
|
|
1264
|
+
- [#34961](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34961) [`1259df9a9ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1259df9a9ef) - converted some of block-type's analytics to use new EditorAnalyticsAPI
|
|
1259
1265
|
|
|
1260
1266
|
## 74.7.2
|
|
1261
1267
|
|
|
1262
1268
|
### Patch Changes
|
|
1263
1269
|
|
|
1264
|
-
- [`b9c2562b357`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9c2562b357) - Mark WithPluginState as deprecated.
|
|
1270
|
+
- [#35393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35393) [`b9c2562b357`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9c2562b357) - Mark WithPluginState as deprecated.
|
|
1265
1271
|
|
|
1266
1272
|
## 74.7.1
|
|
1267
1273
|
|
|
1268
1274
|
### Patch Changes
|
|
1269
1275
|
|
|
1270
|
-
- [`b48d0a5f88f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b48d0a5f88f) - Create new placeholder for the floating toolbar plugin and use a new action to replace the forceFocusSelector action.
|
|
1276
|
+
- [#35227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35227) [`b48d0a5f88f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b48d0a5f88f) - Create new placeholder for the floating toolbar plugin and use a new action to replace the forceFocusSelector action.
|
|
1271
1277
|
|
|
1272
1278
|
## 74.7.0
|
|
1273
1279
|
|
|
1274
1280
|
### Minor Changes
|
|
1275
1281
|
|
|
1276
|
-
- [`89989e06f43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89989e06f43) - [ux] Adding initial Resizer to table plugin behind a platform feature flag, allowing tables to resize to a custom width. This change also includes the following refactors:- change calcTableWidth function to return number instead of px- allowing tables to use breakout values when allowColumnResize is disabled
|
|
1282
|
+
- [#34954](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34954) [`89989e06f43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89989e06f43) - [ux] Adding initial Resizer to table plugin behind a platform feature flag, allowing tables to resize to a custom width. This change also includes the following refactors:- change calcTableWidth function to return number instead of px- allowing tables to use breakout values when allowColumnResize is disabled
|
|
1277
1283
|
|
|
1278
1284
|
## 74.6.0
|
|
1279
1285
|
|
|
1280
1286
|
### Minor Changes
|
|
1281
1287
|
|
|
1282
|
-
- [`f07a1e036a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07a1e036a9) - Refactoring editor-core to prepare for extracting card plugin.
|
|
1288
|
+
- [#35005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35005) [`f07a1e036a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07a1e036a9) - Refactoring editor-core to prepare for extracting card plugin.
|
|
1283
1289
|
|
|
1284
1290
|
## 74.5.2
|
|
1285
1291
|
|
|
@@ -1291,19 +1297,19 @@
|
|
|
1291
1297
|
|
|
1292
1298
|
### Patch Changes
|
|
1293
1299
|
|
|
1294
|
-
- [`a336b15fe85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a336b15fe85) - NO-ISSUE Explicitly remove breadcrumbs for Editor Sentry events
|
|
1300
|
+
- [#34974](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34974) [`a336b15fe85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a336b15fe85) - NO-ISSUE Explicitly remove breadcrumbs for Editor Sentry events
|
|
1295
1301
|
|
|
1296
1302
|
## 74.5.0
|
|
1297
1303
|
|
|
1298
1304
|
### Minor Changes
|
|
1299
1305
|
|
|
1300
|
-
- [`7cd4abcdc0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cd4abcdc0d) - Fix workaround in `editor-plugin-width`. This involved removing `WidthEmitter` in `editor-core`, removing `containerWidth` from `WidthPluginState`. This change also introduces `usePluginHook` for an `EditorPlugin` - this enables a react hook to be mounted for plugins (in all appearances).
|
|
1306
|
+
- [#34938](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34938) [`7cd4abcdc0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cd4abcdc0d) - Fix workaround in `editor-plugin-width`. This involved removing `WidthEmitter` in `editor-core`, removing `containerWidth` from `WidthPluginState`. This change also introduces `usePluginHook` for an `EditorPlugin` - this enables a react hook to be mounted for plugins (in all appearances).
|
|
1301
1307
|
|
|
1302
1308
|
## 74.4.0
|
|
1303
1309
|
|
|
1304
1310
|
### Minor Changes
|
|
1305
1311
|
|
|
1306
|
-
- [`d9fe34b3f2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9fe34b3f2b) - [ux] The ResizerNext component now supports a new property handleAlignmentMethod which defaults to "sticky". This means the resizer handles wil stick to the top/bottom bounds of the browser viewport if the component extends beyond and the user scrolls down. An alternative "center" value can be set which means the handles will just center to their content and not stick.
|
|
1312
|
+
- [#34887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34887) [`d9fe34b3f2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9fe34b3f2b) - [ux] The ResizerNext component now supports a new property handleAlignmentMethod which defaults to "sticky". This means the resizer handles wil stick to the top/bottom bounds of the browser viewport if the component extends beyond and the user scrolls down. An alternative "center" value can be set which means the handles will just center to their content and not stick.
|
|
1307
1313
|
- [`f3d2c08d61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3d2c08d61b) - Adds new datasource attribute to existing blockCard node
|
|
1308
1314
|
|
|
1309
1315
|
### Patch Changes
|
|
@@ -1320,7 +1326,7 @@
|
|
|
1320
1326
|
|
|
1321
1327
|
### Minor Changes
|
|
1322
1328
|
|
|
1323
|
-
- [`602d003d7e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/602d003d7e5) - [ux] The table column sort compartor method would previously only look at the first word when sorting the column. This means when words are joined with special characters they would not sort correctly. This now looks at all the text in the cell when calculating the sort order.
|
|
1329
|
+
- [#34644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34644) [`602d003d7e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/602d003d7e5) - [ux] The table column sort compartor method would previously only look at the first word when sorting the column. This means when words are joined with special characters they would not sort correctly. This now looks at all the text in the cell when calculating the sort order.
|
|
1324
1330
|
|
|
1325
1331
|
### Patch Changes
|
|
1326
1332
|
|
|
@@ -1353,13 +1359,13 @@
|
|
|
1353
1359
|
|
|
1354
1360
|
### Patch Changes
|
|
1355
1361
|
|
|
1356
|
-
- [`01bb98b52ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01bb98b52ee) - Internal change to replace gridSize with space tokens.
|
|
1362
|
+
- [#34395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34395) [`01bb98b52ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01bb98b52ee) - Internal change to replace gridSize with space tokens.
|
|
1357
1363
|
|
|
1358
1364
|
## 74.2.0
|
|
1359
1365
|
|
|
1360
1366
|
### Minor Changes
|
|
1361
1367
|
|
|
1362
|
-
- [`1549c2e6dda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1549c2e6dda) - Extract width plugin from `editor-core` to separate `editor-plugin-width` package.
|
|
1368
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192) [`1549c2e6dda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1549c2e6dda) - Extract width plugin from `editor-core` to separate `editor-plugin-width` package.
|
|
1363
1369
|
- [`f055b886032`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f055b886032) - Extract the grid plugin to a separate package.
|
|
1364
1370
|
|
|
1365
1371
|
### Patch Changes
|
|
@@ -1374,20 +1380,20 @@
|
|
|
1374
1380
|
|
|
1375
1381
|
### Patch Changes
|
|
1376
1382
|
|
|
1377
|
-
- [`f3bd38c3f31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3bd38c3f31) - Removes spacing tokens from shadows in favour of shadow tokens
|
|
1383
|
+
- [#34084](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34084) [`f3bd38c3f31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3bd38c3f31) - Removes spacing tokens from shadows in favour of shadow tokens
|
|
1378
1384
|
|
|
1379
1385
|
## 74.1.1
|
|
1380
1386
|
|
|
1381
1387
|
### Patch Changes
|
|
1382
1388
|
|
|
1383
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
1389
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
1384
1390
|
- Updated dependencies
|
|
1385
1391
|
|
|
1386
1392
|
## 74.1.0
|
|
1387
1393
|
|
|
1388
1394
|
### Minor Changes
|
|
1389
1395
|
|
|
1390
|
-
- [`6bc52e5a406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bc52e5a406) - [ED-17687] Capture errors caught in error boundaries in Sentry
|
|
1396
|
+
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771) [`6bc52e5a406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bc52e5a406) - [ED-17687] Capture errors caught in error boundaries in Sentry
|
|
1391
1397
|
- [`8a391616ecc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a391616ecc) - Moving insert node API to a new editor plugin to allow it to be more extensible. Also exposing a new editor plugin action for tables to allow for consistent insertion.
|
|
1392
1398
|
- [`5cc449dac8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cc449dac8d) - Decouple card plugin so that it uses new NextEditorPlugin for any injected dependencies.
|
|
1393
1399
|
- [`be561d3491c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be561d3491c) - [ED-17622] Adds new Resizer component
|
|
@@ -1406,14 +1412,14 @@
|
|
|
1406
1412
|
|
|
1407
1413
|
### Patch Changes
|
|
1408
1414
|
|
|
1409
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
1415
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
1410
1416
|
- Updated dependencies
|
|
1411
1417
|
|
|
1412
1418
|
## 74.0.0
|
|
1413
1419
|
|
|
1414
1420
|
### Minor Changes
|
|
1415
1421
|
|
|
1416
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
1422
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
1417
1423
|
|
|
1418
1424
|
### Patch Changes
|
|
1419
1425
|
|
|
@@ -1423,7 +1429,7 @@
|
|
|
1423
1429
|
|
|
1424
1430
|
### Major Changes
|
|
1425
1431
|
|
|
1426
|
-
- [`054186aa44f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/054186aa44f) - Remove email from CollabParticipant type and rely more on ProviderParticipant type.
|
|
1432
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004) [`054186aa44f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/054186aa44f) - Remove email from CollabParticipant type and rely more on ProviderParticipant type.
|
|
1427
1433
|
|
|
1428
1434
|
### Patch Changes
|
|
1429
1435
|
|
|
@@ -1434,13 +1440,13 @@
|
|
|
1434
1440
|
|
|
1435
1441
|
### Minor Changes
|
|
1436
1442
|
|
|
1437
|
-
- [`135df1a1e78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/135df1a1e78) - [ux] ED-17405 - Bugfix: Editor toolbar dropdown menus not receiving keyboard events for navigation
|
|
1443
|
+
- [#32257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32257) [`135df1a1e78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/135df1a1e78) - [ux] ED-17405 - Bugfix: Editor toolbar dropdown menus not receiving keyboard events for navigation
|
|
1438
1444
|
|
|
1439
1445
|
## 72.8.0
|
|
1440
1446
|
|
|
1441
1447
|
### Minor Changes
|
|
1442
1448
|
|
|
1443
|
-
- [`c2385dcb8f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2385dcb8f7) - [ux] ED-17043 Expanded table chart colors from 20 to 36 colors.
|
|
1449
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`c2385dcb8f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2385dcb8f7) - [ux] ED-17043 Expanded table chart colors from 20 to 36 colors.
|
|
1444
1450
|
- [`0237059f136`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0237059f136) - Adds utilities to @atlaskit/editor-common/card for assisting adding `LinkMetaStep` to a transaction and reading metadata from a transaction.
|
|
1445
1451
|
|
|
1446
1452
|
```ts
|
|
@@ -1478,26 +1484,26 @@
|
|
|
1478
1484
|
|
|
1479
1485
|
### Patch Changes
|
|
1480
1486
|
|
|
1481
|
-
- [`68f2cf54b1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68f2cf54b1b) - [ED-17484] Fix plugins race condition when pluginInjectionAPI uses .reverse().map()
|
|
1487
|
+
- [#32248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32248) [`68f2cf54b1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68f2cf54b1b) - [ED-17484] Fix plugins race condition when pluginInjectionAPI uses .reverse().map()
|
|
1482
1488
|
|
|
1483
1489
|
## 72.7.2
|
|
1484
1490
|
|
|
1485
1491
|
### Patch Changes
|
|
1486
1492
|
|
|
1487
|
-
- [`190cca54c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/190cca54c10) - [ux] Update the image border icon
|
|
1493
|
+
- [#31952](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31952) [`190cca54c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/190cca54c10) - [ux] Update the image border icon
|
|
1488
1494
|
|
|
1489
1495
|
## 72.7.1
|
|
1490
1496
|
|
|
1491
1497
|
### Patch Changes
|
|
1492
1498
|
|
|
1493
|
-
- [`9f9b4b1cf60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9b4b1cf60) - [ux] [HOT-103036] Fix table width styling when broken out with fragment mark
|
|
1499
|
+
- [#31852](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31852) [`9f9b4b1cf60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9b4b1cf60) - [ux] [HOT-103036] Fix table width styling when broken out with fragment mark
|
|
1494
1500
|
- Updated dependencies
|
|
1495
1501
|
|
|
1496
1502
|
## 72.7.0
|
|
1497
1503
|
|
|
1498
1504
|
### Minor Changes
|
|
1499
1505
|
|
|
1500
|
-
- [`2192c9417d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2192c9417d7) - [ESS-3335] Review Collab Provider API error handling & types
|
|
1506
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891) [`2192c9417d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2192c9417d7) - [ESS-3335] Review Collab Provider API error handling & types
|
|
1501
1507
|
- [`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add "border" mark to stage0 ADF schema
|
|
1502
1508
|
- [`27b106a736b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b106a736b) - ESS-3274 Refactor participant logic our of Provider class
|
|
1503
1509
|
- [`af9a85063e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af9a85063e5) - add image border toolbar
|
|
@@ -1521,13 +1527,13 @@
|
|
|
1521
1527
|
|
|
1522
1528
|
### Patch Changes
|
|
1523
1529
|
|
|
1524
|
-
- [`b737494c727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b737494c727) - Update optional feature flag type
|
|
1530
|
+
- [#31898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31898) [`b737494c727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b737494c727) - Update optional feature flag type
|
|
1525
1531
|
|
|
1526
1532
|
## 72.6.0
|
|
1527
1533
|
|
|
1528
1534
|
### Minor Changes
|
|
1529
1535
|
|
|
1530
|
-
- [`a697f9eb7ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a697f9eb7ca) - [ED-16746] Introduce the shareable actions concept into the NextEditorPlugin
|
|
1536
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`a697f9eb7ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a697f9eb7ca) - [ED-16746] Introduce the shareable actions concept into the NextEditorPlugin
|
|
1531
1537
|
- [`a7e36157e01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7e36157e01) - [ED-15941] Refactor Preset into EditorPresetBuilder
|
|
1532
1538
|
- [`66bbcd766fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66bbcd766fe) - [ED-16735] Inject its own api on NextEditorPlugin
|
|
1533
1539
|
- [`0078ddc7e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0078ddc7e2e) - New smartLinks prop to allow renderer and editor to determine whether smart link should show actions that can change the link resource.
|
|
@@ -1574,7 +1580,7 @@
|
|
|
1574
1580
|
|
|
1575
1581
|
### Minor Changes
|
|
1576
1582
|
|
|
1577
|
-
- [`2ee31675e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ee31675e66) - [ED-16557] Refactor Editor and EditorNext to share common code in editor-core.
|
|
1583
|
+
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248) [`2ee31675e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ee31675e66) - [ED-16557] Refactor Editor and EditorNext to share common code in editor-core.
|
|
1578
1584
|
|
|
1579
1585
|
Introduce new hooks in editor-common including:
|
|
1580
1586
|
|
|
@@ -1632,7 +1638,7 @@
|
|
|
1632
1638
|
|
|
1633
1639
|
### Minor Changes
|
|
1634
1640
|
|
|
1635
|
-
- [`7fc33ec3f67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fc33ec3f67) - updating payload types for collab provider connected event payload
|
|
1641
|
+
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470) [`7fc33ec3f67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fc33ec3f67) - updating payload types for collab provider connected event payload
|
|
1636
1642
|
- [`ef0beaafa36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0beaafa36) - [ux] ED-15862: Add analytics for restartNumberedLists custom list start numbers
|
|
1637
1643
|
|
|
1638
1644
|
### Patch Changes
|
|
@@ -1648,13 +1654,13 @@
|
|
|
1648
1654
|
|
|
1649
1655
|
### Minor Changes
|
|
1650
1656
|
|
|
1651
|
-
- [`5d255c4c7c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d255c4c7c0) - Updates to support the new @atlaskit/tokens theming API.
|
|
1657
|
+
- [#30009](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30009) [`5d255c4c7c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d255c4c7c0) - Updates to support the new @atlaskit/tokens theming API.
|
|
1652
1658
|
|
|
1653
1659
|
## 72.2.3
|
|
1654
1660
|
|
|
1655
1661
|
### Patch Changes
|
|
1656
1662
|
|
|
1657
|
-
- [`9e088852e54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e088852e54) - ED-16199 moved domainName to nonPrivacySafeAttributes
|
|
1663
|
+
- [#29831](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29831) [`9e088852e54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e088852e54) - ED-16199 moved domainName to nonPrivacySafeAttributes
|
|
1658
1664
|
|
|
1659
1665
|
## 72.2.2
|
|
1660
1666
|
|
|
@@ -1672,7 +1678,7 @@
|
|
|
1672
1678
|
|
|
1673
1679
|
### Minor Changes
|
|
1674
1680
|
|
|
1675
|
-
- [`a0a35fe7fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0a35fe7fb1) - Renaming contentComponent event subject to contentComponentv2. Move errorStack attribute to nonPrivacySafeAttributes
|
|
1681
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`a0a35fe7fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0a35fe7fb1) - Renaming contentComponent event subject to contentComponentv2. Move errorStack attribute to nonPrivacySafeAttributes
|
|
1676
1682
|
|
|
1677
1683
|
### Patch Changes
|
|
1678
1684
|
|
|
@@ -1687,19 +1693,19 @@
|
|
|
1687
1693
|
|
|
1688
1694
|
### Patch Changes
|
|
1689
1695
|
|
|
1690
|
-
- [`2ff1c66a6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ff1c66a6ab) - [ux] ED-16490 fixed bug so big margin will not occur before a Decision node in Renderer on iOS
|
|
1696
|
+
- [#29169](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29169) [`2ff1c66a6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ff1c66a6ab) - [ux] ED-16490 fixed bug so big margin will not occur before a Decision node in Renderer on iOS
|
|
1691
1697
|
|
|
1692
1698
|
## 72.1.1
|
|
1693
1699
|
|
|
1694
1700
|
### Patch Changes
|
|
1695
1701
|
|
|
1696
|
-
- [`2b78f58c35c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b78f58c35c) - [ux] ED-16490 fixed bug so big margin will not occur before a Decision node on iOS
|
|
1702
|
+
- [#28981](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28981) [`2b78f58c35c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b78f58c35c) - [ux] ED-16490 fixed bug so big margin will not occur before a Decision node on iOS
|
|
1697
1703
|
|
|
1698
1704
|
## 72.1.0
|
|
1699
1705
|
|
|
1700
1706
|
### Minor Changes
|
|
1701
1707
|
|
|
1702
|
-
- [`055a333dad9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/055a333dad9) - [ux] Remove `moreTextColors` feature flag and deprecate `allowMoreTextColors` field of `allowTextColor` editor prop and `colorPaletteExtended` mark.
|
|
1708
|
+
- [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374) [`055a333dad9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/055a333dad9) - [ux] Remove `moreTextColors` feature flag and deprecate `allowMoreTextColors` field of `allowTextColor` editor prop and `colorPaletteExtended` mark.
|
|
1703
1709
|
|
|
1704
1710
|
Showing more colors in the color selection palette is now a default behaviour.
|
|
1705
1711
|
|
|
@@ -1771,14 +1777,14 @@
|
|
|
1771
1777
|
|
|
1772
1778
|
### Patch Changes
|
|
1773
1779
|
|
|
1774
|
-
- [`4a2a04ee176`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a2a04ee176) - Internal refactor of panel color logic to support design token babel plugin
|
|
1780
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`4a2a04ee176`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a2a04ee176) - Internal refactor of panel color logic to support design token babel plugin
|
|
1775
1781
|
- [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
1776
1782
|
|
|
1777
1783
|
## 72.0.0
|
|
1778
1784
|
|
|
1779
1785
|
### Major Changes
|
|
1780
1786
|
|
|
1781
|
-
- [`ac1c880cf4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac1c880cf4c) - [ux] ED-12395 - Remove the keyboard accessible date picker feature flag, which has been 100% rolled out
|
|
1787
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`ac1c880cf4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac1c880cf4c) - [ux] ED-12395 - Remove the keyboard accessible date picker feature flag, which has been 100% rolled out
|
|
1782
1788
|
|
|
1783
1789
|
## **DEPRECATION WARNING:**
|
|
1784
1790
|
|
|
@@ -1867,7 +1873,7 @@
|
|
|
1867
1873
|
|
|
1868
1874
|
### Major Changes
|
|
1869
1875
|
|
|
1870
|
-
- [`2df5ab17c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2df5ab17c10) - DSP-6459: Adds a background to code blocks in the editor to remove transparency. E.g. prevents table cell background colors from affecting code blocks. Also modifies code blocks in table headers to have a border instead of a different color when design tokens are enabled.
|
|
1876
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`2df5ab17c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2df5ab17c10) - DSP-6459: Adds a background to code blocks in the editor to remove transparency. E.g. prevents table cell background colors from affecting code blocks. Also modifies code blocks in table headers to have a border instead of a different color when design tokens are enabled.
|
|
1871
1877
|
|
|
1872
1878
|
### Minor Changes
|
|
1873
1879
|
|
|
@@ -1911,7 +1917,7 @@
|
|
|
1911
1917
|
|
|
1912
1918
|
### Minor Changes
|
|
1913
1919
|
|
|
1914
|
-
- [`a9cc5c4241b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9cc5c4241b) - ED-15936 add and export new analytic events for editor-referentiality
|
|
1920
|
+
- [#26945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26945) [`a9cc5c4241b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9cc5c4241b) - ED-15936 add and export new analytic events for editor-referentiality
|
|
1915
1921
|
|
|
1916
1922
|
## 70.2.1
|
|
1917
1923
|
|
|
@@ -1923,7 +1929,7 @@
|
|
|
1923
1929
|
|
|
1924
1930
|
### Minor Changes
|
|
1925
1931
|
|
|
1926
|
-
- [`30e8425f7d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30e8425f7d6) - [ux] ED-15706 Reenable copy button on editor-plugin-table. Added property copyButton to floatingToolbarConfig.
|
|
1932
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`30e8425f7d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30e8425f7d6) - [ux] ED-15706 Reenable copy button on editor-plugin-table. Added property copyButton to floatingToolbarConfig.
|
|
1927
1933
|
- [`90c44a68da2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90c44a68da2) - Removed editor-core table plugin and replaced with new `editor-plugin-table` package. This change required adding copying new table changes from editor-core to the new table package, moving IconTable to shared package, and creating new entry-points from editor-plugin-table. `getPluginState` from `packages/editor/editor-plugin-table/src/plugins/table/pm-plugins/table-resizing` was also exported.
|
|
1928
1934
|
|
|
1929
1935
|
[ED-15674][ed15739] [ED-15633]
|
|
@@ -1957,7 +1963,7 @@
|
|
|
1957
1963
|
|
|
1958
1964
|
### Patch Changes
|
|
1959
1965
|
|
|
1960
|
-
- [`d2cde0ebdfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cde0ebdfd) - fix editor cypress tests and delete media cypress tests
|
|
1966
|
+
- [#26241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26241) [`d2cde0ebdfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cde0ebdfd) - fix editor cypress tests and delete media cypress tests
|
|
1961
1967
|
|
|
1962
1968
|
## 70.1.2
|
|
1963
1969
|
|
|
@@ -1969,19 +1975,19 @@
|
|
|
1969
1975
|
|
|
1970
1976
|
### Patch Changes
|
|
1971
1977
|
|
|
1972
|
-
- [`fa5c9465369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa5c9465369) - [ED-15753] adds types for editor-referentiality plugin analytics events
|
|
1978
|
+
- [#26088](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26088) [`fa5c9465369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa5c9465369) - [ED-15753] adds types for editor-referentiality plugin analytics events
|
|
1973
1979
|
|
|
1974
1980
|
## 70.1.0
|
|
1975
1981
|
|
|
1976
1982
|
### Minor Changes
|
|
1977
1983
|
|
|
1978
|
-
- [`74abc212007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74abc212007) - Move `setTextSelection` from `editor-core` to `editor-common`, then re-export it form `editor-core` to ensure there are no breaking changes
|
|
1984
|
+
- [#25718](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25718) [`74abc212007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74abc212007) - Move `setTextSelection` from `editor-core` to `editor-common`, then re-export it form `editor-core` to ensure there are no breaking changes
|
|
1979
1985
|
|
|
1980
1986
|
## 70.0.0
|
|
1981
1987
|
|
|
1982
1988
|
### Patch Changes
|
|
1983
1989
|
|
|
1984
|
-
- [`07160af53b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07160af53b7) - [ux] ED-15447: Stop breakout width layout button position flickering when user moves selection out and into breakout-supported nodes
|
|
1990
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`07160af53b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07160af53b7) - [ux] ED-15447: Stop breakout width layout button position flickering when user moves selection out and into breakout-supported nodes
|
|
1985
1991
|
- [`dbc1b4943c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc1b4943c2) - ED-13162 add word joiner before and after telepointer
|
|
1986
1992
|
- Updated dependencies
|
|
1987
1993
|
|
|
@@ -1995,26 +2001,26 @@
|
|
|
1995
2001
|
|
|
1996
2002
|
### Patch Changes
|
|
1997
2003
|
|
|
1998
|
-
- [`8dfda7116ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8dfda7116ca) - remove cypress-config export from editor-common
|
|
2004
|
+
- [#25553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25553) [`8dfda7116ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8dfda7116ca) - remove cypress-config export from editor-common
|
|
1999
2005
|
|
|
2000
2006
|
## 69.4.0
|
|
2001
2007
|
|
|
2002
2008
|
### Minor Changes
|
|
2003
2009
|
|
|
2004
|
-
- [`06ae7af103f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06ae7af103f) - [ux][ed-15739] Bring back the table icon to the typeahead menu by moving IconTable component to shared package
|
|
2010
|
+
- [#25390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25390) [`06ae7af103f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06ae7af103f) - [ux][ed-15739] Bring back the table icon to the typeahead menu by moving IconTable component to shared package
|
|
2005
2011
|
|
|
2006
2012
|
## 69.3.1
|
|
2007
2013
|
|
|
2008
2014
|
### Patch Changes
|
|
2009
2015
|
|
|
2010
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
2016
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
2011
2017
|
- Updated dependencies
|
|
2012
2018
|
|
|
2013
2019
|
## 69.3.0
|
|
2014
2020
|
|
|
2015
2021
|
### Minor Changes
|
|
2016
2022
|
|
|
2017
|
-
- [`c804f3217e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c804f3217e7) - [ED-15588] Decouple messages in table plugin by moving dependencies to editor-common.
|
|
2023
|
+
- [#24607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24607) [`c804f3217e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c804f3217e7) - [ED-15588] Decouple messages in table plugin by moving dependencies to editor-common.
|
|
2018
2024
|
- [`a4d1c1e9dd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d1c1e9dd0) - Shifted slice transforms to editor-common
|
|
2019
2025
|
- [`f920b646662`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f920b646662) - Shifted many common utils from editor-core to editor-common
|
|
2020
2026
|
- [`7987d8b379b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7987d8b379b) - ED-15584 Re-enable extracted layout button, shifting common editor-core UI elements to `editor-common/menu-ui`
|
|
@@ -2035,7 +2041,7 @@
|
|
|
2035
2041
|
|
|
2036
2042
|
### Patch Changes
|
|
2037
2043
|
|
|
2038
|
-
- [`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - - include **tests_external** in build
|
|
2044
|
+
- [#24818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24818) [`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - - include **tests_external** in build
|
|
2039
2045
|
- replace usage of @local-cypress package with @cypress
|
|
2040
2046
|
- bump @cypress from ^6.4.0 to ^7.7.0
|
|
2041
2047
|
- import cypress types into @atlaskit/in-product-testing tsconfig
|
|
@@ -2050,7 +2056,7 @@
|
|
|
2050
2056
|
|
|
2051
2057
|
### Minor Changes
|
|
2052
2058
|
|
|
2053
|
-
- [`0a2a2ff14d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a2a2ff14d9) - [ux] ED-15284 Updated shared styles to add margin-top to paragraphs and headings with indentation mark. Prior to this, indented content had different spacing to the rest of the document.
|
|
2059
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`0a2a2ff14d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a2a2ff14d9) - [ux] ED-15284 Updated shared styles to add margin-top to paragraphs and headings with indentation mark. Prior to this, indented content had different spacing to the rest of the document.
|
|
2054
2060
|
- [`d7c4506066d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7c4506066d) - [ux][ed-15295] improve code block copy button label to better indicate to users what will end up in the clipboard when used.
|
|
2055
2061
|
|
|
2056
2062
|
### Patch Changes
|
|
@@ -2072,14 +2078,14 @@
|
|
|
2072
2078
|
|
|
2073
2079
|
### Patch Changes
|
|
2074
2080
|
|
|
2075
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
2081
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
2076
2082
|
- Updated dependencies
|
|
2077
2083
|
|
|
2078
2084
|
## 69.1.0
|
|
2079
2085
|
|
|
2080
2086
|
### Minor Changes
|
|
2081
2087
|
|
|
2082
|
-
- [`2affe8adcfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2affe8adcfa) - ED-14510: Generic feature flag to disable spellcheck via browser and version
|
|
2088
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`2affe8adcfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2affe8adcfa) - ED-14510: Generic feature flag to disable spellcheck via browser and version
|
|
2083
2089
|
- [`5020781d90a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5020781d90a) - [ux] ED-15099 added floatng toolbar copy button to Expand
|
|
2084
2090
|
- [`995991c4b11`](https://bitbucket.org/atlassian/atlassian-frontend/commits/995991c4b11) - [ux] ED-15108 added floating toolbar copy button to Layout
|
|
2085
2091
|
|
|
@@ -2099,7 +2105,7 @@
|
|
|
2099
2105
|
|
|
2100
2106
|
### Major Changes
|
|
2101
2107
|
|
|
2102
|
-
- [`04589993d81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04589993d81) - ED-15148: moved duplicate entrypoints from @atlaskit/editor-common/utils to @atlaskit/editor-common/validator
|
|
2108
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`04589993d81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04589993d81) - ED-15148: moved duplicate entrypoints from @atlaskit/editor-common/utils to @atlaskit/editor-common/validator
|
|
2103
2109
|
|
|
2104
2110
|
### Minor Changes
|
|
2105
2111
|
|
|
@@ -2127,14 +2133,14 @@
|
|
|
2127
2133
|
|
|
2128
2134
|
### Patch Changes
|
|
2129
2135
|
|
|
2130
|
-
- [`559b6610a0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b6610a0e) - Modified some CSS rules to ensure Emotion is compatible with server side rendering.
|
|
2136
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`559b6610a0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b6610a0e) - Modified some CSS rules to ensure Emotion is compatible with server side rendering.
|
|
2131
2137
|
- Updated dependencies
|
|
2132
2138
|
|
|
2133
2139
|
## 68.0.0
|
|
2134
2140
|
|
|
2135
2141
|
### Major Changes
|
|
2136
2142
|
|
|
2137
|
-
- [`b7b72b61dca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7b72b61dca) - ED-10337 Refactor overflow shadows using intersection observer to improve renderer performance on initial load and when scrolling contents of the tables and extensions horizontally.
|
|
2143
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`b7b72b61dca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7b72b61dca) - ED-10337 Refactor overflow shadows using intersection observer to improve renderer performance on initial load and when scrolling contents of the tables and extensions horizontally.
|
|
2138
2144
|
This is affecting vertical shadows inside tables and extensions in renderer.
|
|
2139
2145
|
On the OverflowShadowOptions interface of the shadows component exported from editor-common we are also removing scrollableSelector option which is no longer used.
|
|
2140
2146
|
|
|
@@ -2159,7 +2165,7 @@
|
|
|
2159
2165
|
|
|
2160
2166
|
### Minor Changes
|
|
2161
2167
|
|
|
2162
|
-
- [`025ee31e9bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/025ee31e9bc) - [ux] Instrumented `@atlaskit/editor-common` with the new theming package, `@atlaskit/tokens`.
|
|
2168
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`025ee31e9bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/025ee31e9bc) - [ux] Instrumented `@atlaskit/editor-common` with the new theming package, `@atlaskit/tokens`.
|
|
2163
2169
|
|
|
2164
2170
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
2165
2171
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking change.
|
|
@@ -2184,7 +2190,7 @@
|
|
|
2184
2190
|
|
|
2185
2191
|
### Patch Changes
|
|
2186
2192
|
|
|
2187
|
-
- [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
2193
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
2188
2194
|
|
|
2189
2195
|
## 66.0.3
|
|
2190
2196
|
|
|
@@ -2197,7 +2203,7 @@
|
|
|
2197
2203
|
|
|
2198
2204
|
### Patch Changes
|
|
2199
2205
|
|
|
2200
|
-
- [`c827226316a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c827226316a) - ED-14291 removed deprecated themeProvider
|
|
2206
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`c827226316a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c827226316a) - ED-14291 removed deprecated themeProvider
|
|
2201
2207
|
- [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) - [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from @atlaskit/adf-schema to their own entry points. These new entry points are as follows
|
|
2202
2208
|
|
|
2203
2209
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
@@ -2239,13 +2245,13 @@
|
|
|
2239
2245
|
|
|
2240
2246
|
### Patch Changes
|
|
2241
2247
|
|
|
2242
|
-
- [`209fdaab573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/209fdaab573) - export in product tests
|
|
2248
|
+
- [#20557](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20557) [`209fdaab573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/209fdaab573) - export in product tests
|
|
2243
2249
|
|
|
2244
2250
|
## 66.0.0
|
|
2245
2251
|
|
|
2246
2252
|
### Major Changes
|
|
2247
2253
|
|
|
2248
|
-
- [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2 fallback helpers IntlLegacyFallbackProvider and IntlNextCompat
|
|
2254
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2 fallback helpers IntlLegacyFallbackProvider and IntlNextCompat
|
|
2249
2255
|
- [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2.
|
|
2250
2256
|
|
|
2251
2257
|
### Minor Changes
|
|
@@ -2267,7 +2273,7 @@
|
|
|
2267
2273
|
|
|
2268
2274
|
### Major Changes
|
|
2269
2275
|
|
|
2270
|
-
- [`09453a633c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09453a633c9) - Removed root entry point file of editor-common. Consumers is now forced to use child entry points.
|
|
2276
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`09453a633c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09453a633c9) - Removed root entry point file of editor-common. Consumers is now forced to use child entry points.
|
|
2271
2277
|
|
|
2272
2278
|
### Minor Changes
|
|
2273
2279
|
|
|
@@ -2287,11 +2293,11 @@
|
|
|
2287
2293
|
|
|
2288
2294
|
### Major Changes
|
|
2289
2295
|
|
|
2290
|
-
- [`b32b7a39a70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b32b7a39a70) - CETI-166 Increase the standard panel icons size to make it consistent with the emojis in the panel content area
|
|
2296
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`b32b7a39a70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b32b7a39a70) - CETI-166 Increase the standard panel icons size to make it consistent with the emojis in the panel content area
|
|
2291
2297
|
|
|
2292
2298
|
### Minor Changes
|
|
2293
2299
|
|
|
2294
|
-
- [`4e234e7fe93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e234e7fe93) - CETI-240 handle add custom emoji in floating toolbar
|
|
2300
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`4e234e7fe93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e234e7fe93) - CETI-240 handle add custom emoji in floating toolbar
|
|
2295
2301
|
- [`5293a48368e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5293a48368e) - fix image size in layout with ref and width observer
|
|
2296
2302
|
- [`304351e4b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304351e4b1e) - CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify custom panel emojis. The change has been categorised as major since it is a change to the full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been released to production, and is only currently planned for release to Confluence. See ADF change #61 for further details.
|
|
2297
2303
|
- [`9c9557fcdd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c9557fcdd8) - AK-279 Moved copy button outside of heading, that made heading accessible
|
|
@@ -2313,7 +2319,7 @@
|
|
|
2313
2319
|
|
|
2314
2320
|
### Patch Changes
|
|
2315
2321
|
|
|
2316
|
-
- [`b921ec55066`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b921ec55066) - Fix chrome version parsing logic to accept 3 digits instead of just 2
|
|
2322
|
+
- [#18556](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18556) [`b921ec55066`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b921ec55066) - Fix chrome version parsing logic to accept 3 digits instead of just 2
|
|
2317
2323
|
|
|
2318
2324
|
## 63.0.0
|
|
2319
2325
|
|
|
@@ -2383,13 +2389,13 @@
|
|
|
2383
2389
|
|
|
2384
2390
|
### Patch Changes
|
|
2385
2391
|
|
|
2386
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
2392
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
2387
2393
|
|
|
2388
2394
|
## 62.1.0
|
|
2389
2395
|
|
|
2390
2396
|
### Minor Changes
|
|
2391
2397
|
|
|
2392
|
-
- [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) - [ED-14106] Reset custom color when the node is inside a link
|
|
2398
|
+
- [#16928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16928) [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) - [ED-14106] Reset custom color when the node is inside a link
|
|
2393
2399
|
|
|
2394
2400
|
### Patch Changes
|
|
2395
2401
|
|
|
@@ -2399,7 +2405,7 @@
|
|
|
2399
2405
|
|
|
2400
2406
|
### Major Changes
|
|
2401
2407
|
|
|
2402
|
-
- [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
2408
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
2403
2409
|
|
|
2404
2410
|
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
|
|
2405
2411
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -2445,13 +2451,13 @@
|
|
|
2445
2451
|
|
|
2446
2452
|
### Patch Changes
|
|
2447
2453
|
|
|
2448
|
-
- [`4531469b0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4531469b0f8) - ED-14034 fix broken media captions in firefox
|
|
2454
|
+
- [#16614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16614) [`4531469b0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4531469b0f8) - ED-14034 fix broken media captions in firefox
|
|
2449
2455
|
|
|
2450
2456
|
## 61.0.0
|
|
2451
2457
|
|
|
2452
2458
|
### Major Changes
|
|
2453
2459
|
|
|
2454
|
-
- [`fd675db8754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd675db8754) - [ux] ED-13100: added GroupedField.hasGroupedValues and enable parameter flattening for expand/tab-group/tab fields in config panels. The default value of `GroupedField.hasGroupedValues` is `False`, which will flatten data structures. Set `GroupedField.hasGroupedValues` to `True` on all tab-group/tab/expand fields if you wish to retain existing behaviour.
|
|
2460
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`fd675db8754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd675db8754) - [ux] ED-13100: added GroupedField.hasGroupedValues and enable parameter flattening for expand/tab-group/tab fields in config panels. The default value of `GroupedField.hasGroupedValues` is `False`, which will flatten data structures. Set `GroupedField.hasGroupedValues` to `True` on all tab-group/tab/expand fields if you wish to retain existing behaviour.
|
|
2455
2461
|
|
|
2456
2462
|
This change has several parts to ensure the correctness of serialize(), deserialize(), GroupedField.hasGroupedValues and BaseFieldDefinition.allowDuplicates
|
|
2457
2463
|
|
|
@@ -2494,7 +2500,7 @@
|
|
|
2494
2500
|
|
|
2495
2501
|
### Minor Changes
|
|
2496
2502
|
|
|
2497
|
-
- [`c80c71b537d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c80c71b537d) - [ux] ED-13860 add bidi warning decorations to code components
|
|
2503
|
+
- [#16006](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16006) [`c80c71b537d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c80c71b537d) - [ux] ED-13860 add bidi warning decorations to code components
|
|
2498
2504
|
|
|
2499
2505
|
### Patch Changes
|
|
2500
2506
|
|
|
@@ -2504,7 +2510,7 @@
|
|
|
2504
2510
|
|
|
2505
2511
|
### Minor Changes
|
|
2506
2512
|
|
|
2507
|
-
- [`53d2eac387d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53d2eac387d) - ED-12705 Fail all active editor UFO experiences from the editor error boundary
|
|
2513
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`53d2eac387d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53d2eac387d) - ED-12705 Fail all active editor UFO experiences from the editor error boundary
|
|
2508
2514
|
- [`b58f3c24179`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b58f3c24179) - ED-13643 Instrument editor interaction UFO experience
|
|
2509
2515
|
- [`971845eac0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/971845eac0d) - CETI-96 Added new rule to emoji to solve the duplicate icon issue when we copy from renderer
|
|
2510
2516
|
- [`87ea2112afe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87ea2112afe) - ED-13214 Update ExperienceStore to use EditorView as unique identifier rather than session id
|
|
@@ -2525,7 +2531,7 @@
|
|
|
2525
2531
|
|
|
2526
2532
|
### Minor Changes
|
|
2527
2533
|
|
|
2528
|
-
- [`981052d2a94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/981052d2a94) - COLLAB-933: Update common types to support disconnected event
|
|
2534
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`981052d2a94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/981052d2a94) - COLLAB-933: Update common types to support disconnected event
|
|
2529
2535
|
- [`8c36177a89c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c36177a89c) - [ux] Changed wording of 'hideEmoji' to 'removeEmoji' & disbaled th button when there is no emoji (& enabled when there was one)
|
|
2530
2536
|
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - AK-279 Moved copy button outside of heading, that made heading accessible
|
|
2531
2537
|
- [`1a07c1caf61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a07c1caf61) - CETI-93 - Fixed custom panel icon sizing and alignment when icon render as image
|
|
@@ -2540,7 +2546,7 @@
|
|
|
2540
2546
|
|
|
2541
2547
|
### Major Changes
|
|
2542
2548
|
|
|
2543
|
-
- [`b95863772be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b95863772be) - Support external observers.
|
|
2549
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`b95863772be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b95863772be) - Support external observers.
|
|
2544
2550
|
Use better naming for refNode (refNode => reference).
|
|
2545
2551
|
In favor of further work (supporting multiple references) pass array of references to Extension component.
|
|
2546
2552
|
Expand node with localId for extentions.
|
|
@@ -2563,7 +2569,7 @@
|
|
|
2563
2569
|
|
|
2564
2570
|
### Minor Changes
|
|
2565
2571
|
|
|
2566
|
-
- [`ea1cb28fb03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1cb28fb03) - CETI-3 User is able to change emoji and background color when selected
|
|
2572
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`ea1cb28fb03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1cb28fb03) - CETI-3 User is able to change emoji and background color when selected
|
|
2567
2573
|
- [`c796dfa0ae4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c796dfa0ae4) - [ME-1589] Rearchitect the adaptive toolbar solution for the editor mobile bridge.
|
|
2568
2574
|
|
|
2569
2575
|
- Add a new plugin to editor-core that allows you to subscribe to events when the editor view is updated.
|
|
@@ -2580,7 +2586,7 @@
|
|
|
2580
2586
|
|
|
2581
2587
|
### Minor Changes
|
|
2582
2588
|
|
|
2583
|
-
- [`adccfcdafd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/adccfcdafd8) - [ux] ED-13043 Add experimental `__hideFrame` option in extension manifest for extension nodes. This removes the border in edit mode to bring it closer to WYSIWYG. This cannot be opted into for the 'mobile' appearance & frames will continue to always show.
|
|
2589
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`adccfcdafd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/adccfcdafd8) - [ux] ED-13043 Add experimental `__hideFrame` option in extension manifest for extension nodes. This removes the border in edit mode to bring it closer to WYSIWYG. This cannot be opted into for the 'mobile' appearance & frames will continue to always show.
|
|
2584
2590
|
- [`5e55b55d035`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e55b55d035) - [ux][ed-9961] Remove the predictable lists feature flag and the legacy lists plugin so that predictable lists is default.
|
|
2585
2591
|
|
|
2586
2592
|
Doing this by removing the lists plugin, removing the predictableLists feature flag, renaming lists-predictable to just list, refactoring any areas of the code that used the feature flag or the legacy lists still.
|
|
@@ -2601,19 +2607,19 @@
|
|
|
2601
2607
|
|
|
2602
2608
|
### Patch Changes
|
|
2603
2609
|
|
|
2604
|
-
- [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
|
|
2610
|
+
- [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328) [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
|
|
2605
2611
|
|
|
2606
2612
|
## 58.1.1
|
|
2607
2613
|
|
|
2608
2614
|
### Patch Changes
|
|
2609
2615
|
|
|
2610
|
-
- [`799eae9351d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/799eae9351d) - Updating BaseFieldDefiniton type to include isHidden on it.
|
|
2616
|
+
- [#12489](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12489) [`799eae9351d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/799eae9351d) - Updating BaseFieldDefiniton type to include isHidden on it.
|
|
2611
2617
|
|
|
2612
2618
|
## 58.1.0
|
|
2613
2619
|
|
|
2614
2620
|
### Minor Changes
|
|
2615
2621
|
|
|
2616
|
-
- [`1075019cefe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1075019cefe) - Add NodeProps to Caption
|
|
2622
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`1075019cefe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1075019cefe) - Add NodeProps to Caption
|
|
2617
2623
|
|
|
2618
2624
|
### Patch Changes
|
|
2619
2625
|
|
|
@@ -2624,7 +2630,7 @@
|
|
|
2624
2630
|
|
|
2625
2631
|
### Major Changes
|
|
2626
2632
|
|
|
2627
|
-
- [`0b9318d5c23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b9318d5c23) - ED-11952 updated extension interface to allow dynamic toolbar buttons.
|
|
2633
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`0b9318d5c23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b9318d5c23) - ED-11952 updated extension interface to allow dynamic toolbar buttons.
|
|
2628
2634
|
BREAKING CHANGE: `ExtensionModules.contextualToolbarItems` has been removed in favor of `ExtensionModules.contextualToolbars`.
|
|
2629
2635
|
|
|
2630
2636
|
`ExtensionModules.contextualToolbars` consist of a list of `ContextualToolbar` which has the following signature:
|
|
@@ -2650,20 +2656,20 @@
|
|
|
2650
2656
|
|
|
2651
2657
|
### Minor Changes
|
|
2652
2658
|
|
|
2653
|
-
- [`92c1a74eb2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92c1a74eb2d) - [ux] ED-13083: fixed serialize() for Tabs and Expand fields
|
|
2659
|
+
- [#11843](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11843) [`92c1a74eb2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92c1a74eb2d) - [ux] ED-13083: fixed serialize() for Tabs and Expand fields
|
|
2654
2660
|
|
|
2655
2661
|
## 57.1.3
|
|
2656
2662
|
|
|
2657
2663
|
### Patch Changes
|
|
2658
2664
|
|
|
2659
|
-
- [`9e09b407b43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e09b407b43) - Exclude `__tests_external__` from the `build/tsconfig.json`.
|
|
2665
|
+
- [#11778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11778) [`9e09b407b43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e09b407b43) - Exclude `__tests_external__` from the `build/tsconfig.json`.
|
|
2660
2666
|
Add `local-cypress` and remove types export.
|
|
2661
2667
|
|
|
2662
2668
|
## 57.1.2
|
|
2663
2669
|
|
|
2664
2670
|
### Patch Changes
|
|
2665
2671
|
|
|
2666
|
-
- [`070261ec304`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070261ec304) - Fix Cypress types for packages
|
|
2672
|
+
- [#11723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11723) [`070261ec304`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070261ec304) - Fix Cypress types for packages
|
|
2667
2673
|
|
|
2668
2674
|
## 57.1.1
|
|
2669
2675
|
|
|
@@ -2675,7 +2681,7 @@
|
|
|
2675
2681
|
|
|
2676
2682
|
### Minor Changes
|
|
2677
2683
|
|
|
2678
|
-
- [`e66cd2fe716`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e66cd2fe716) - ED-12655: added support for config panel tabs
|
|
2684
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`e66cd2fe716`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e66cd2fe716) - ED-12655: added support for config panel tabs
|
|
2679
2685
|
- [`11b9305ca1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11b9305ca1b) - [ux] ED-12649 add ColorField definition and UI to ConfigPanel
|
|
2680
2686
|
- [`35645d7d1b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35645d7d1b7) - ED-12762 Prevent nesting of GroupingFields (for now)
|
|
2681
2687
|
Added localization for expand field
|
|
@@ -2692,7 +2698,7 @@
|
|
|
2692
2698
|
|
|
2693
2699
|
### Major Changes
|
|
2694
2700
|
|
|
2695
|
-
- [`713dcb9d058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/713dcb9d058) - remove DataSourceField
|
|
2701
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`713dcb9d058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/713dcb9d058) - remove DataSourceField
|
|
2696
2702
|
|
|
2697
2703
|
### Minor Changes
|
|
2698
2704
|
|
|
@@ -2707,7 +2713,7 @@
|
|
|
2707
2713
|
|
|
2708
2714
|
### Major Changes
|
|
2709
2715
|
|
|
2710
|
-
- [`4befa7c039c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4befa7c039c) - ED-12593: rename ExtensionAPI.editInLegacyMacroBrowser() to \_editInLegacyMacroBrowser()
|
|
2716
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`4befa7c039c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4befa7c039c) - ED-12593: rename ExtensionAPI.editInLegacyMacroBrowser() to \_editInLegacyMacroBrowser()
|
|
2711
2717
|
|
|
2712
2718
|
Also cleaned up the options for createExtensionAPI() for easier use.
|
|
2713
2719
|
|
|
@@ -2741,14 +2747,14 @@
|
|
|
2741
2747
|
|
|
2742
2748
|
### Patch Changes
|
|
2743
2749
|
|
|
2744
|
-
- [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
2750
|
+
- [#10316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10316) [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
2745
2751
|
- Updated dependencies
|
|
2746
2752
|
|
|
2747
2753
|
## 55.5.1
|
|
2748
2754
|
|
|
2749
2755
|
### Patch Changes
|
|
2750
2756
|
|
|
2751
|
-
- [`df1da03ac3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df1da03ac3d) - define interface for api extension
|
|
2757
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`df1da03ac3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df1da03ac3d) - define interface for api extension
|
|
2752
2758
|
- [`5a6e9efd99b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a6e9efd99b) - ED-12508 implement api stub
|
|
2753
2759
|
- [`5c835144ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c835144ef0) - [ME-741][me-743] Remove PX references in editor packages and modify code block font size.
|
|
2754
2760
|
- Updated dependencies
|
|
@@ -2757,7 +2763,7 @@
|
|
|
2757
2763
|
|
|
2758
2764
|
### Minor Changes
|
|
2759
2765
|
|
|
2760
|
-
- [`769e10a40a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769e10a40a7) - ED-12108 Support duplicate named fields in config panel fieldset
|
|
2766
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`769e10a40a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769e10a40a7) - ED-12108 Support duplicate named fields in config panel fieldset
|
|
2761
2767
|
|
|
2762
2768
|
For a field to be allowed to have duplicates you must set `allowDuplicates: true` on the field definition
|
|
2763
2769
|
|
|
@@ -2773,7 +2779,7 @@
|
|
|
2773
2779
|
|
|
2774
2780
|
### Patch Changes
|
|
2775
2781
|
|
|
2776
|
-
- [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New stage-0 data consumer mark in ADF schema
|
|
2782
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New stage-0 data consumer mark in ADF schema
|
|
2777
2783
|
- [`d2e70ebaaa9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2e70ebaaa9) - NO-ISSUE: updated editor tests to use 'doc: DocBuilder' instead of 'doc: any'
|
|
2778
2784
|
- [`ee188b01fc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee188b01fc0) - ED-12339 added adf information to be passed into extension button on click action
|
|
2779
2785
|
- [`b7e61c08ef5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7e61c08ef5) - [ux] ED-11916 Extended floating toolbars on table and exension nodes with buttons that can be provided by extensions
|
|
@@ -2783,7 +2789,7 @@
|
|
|
2783
2789
|
|
|
2784
2790
|
### Patch Changes
|
|
2785
2791
|
|
|
2786
|
-
- [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
|
|
2792
|
+
- [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299) [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
|
|
2787
2793
|
We discovered big bundle size increases associated with the date-fns upgrade.
|
|
2788
2794
|
We're reverting the upgarde to investigate
|
|
2789
2795
|
|
|
@@ -2791,13 +2797,13 @@
|
|
|
2791
2797
|
|
|
2792
2798
|
### Patch Changes
|
|
2793
2799
|
|
|
2794
|
-
- [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
|
|
2800
|
+
- [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291) [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
|
|
2795
2801
|
|
|
2796
2802
|
## 55.4.0
|
|
2797
2803
|
|
|
2798
2804
|
### Minor Changes
|
|
2799
2805
|
|
|
2800
|
-
- [`b74caaa43e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b74caaa43e9) - add reserveCursor option to init event
|
|
2806
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`b74caaa43e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b74caaa43e9) - add reserveCursor option to init event
|
|
2801
2807
|
- [`4f08f25ebfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f08f25ebfe) - NO-ISSUE pass through feature flags into renderer
|
|
2802
2808
|
- [`d33f17ed9b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d33f17ed9b6) - ED-11153: additionally map tti values in editor tti event to severity strings
|
|
2803
2809
|
|
|
@@ -2812,7 +2818,7 @@
|
|
|
2812
2818
|
|
|
2813
2819
|
### Minor Changes
|
|
2814
2820
|
|
|
2815
|
-
- [`2cde1293d9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cde1293d9f) - [ux] `useAlternativePreloader` prop was added to `CardOptions`, which is type of editor prop `UNSAFE_cards`. Default value is true (if not defined). When `useAlternativePreloader` is true preloader experience for smart link components in editor will be different: there won't be normal smart link skeleton (border and a shaddow) and spinner is located on the right (compare to left as before). Note: renderer experience won't change.
|
|
2821
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`2cde1293d9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cde1293d9f) - [ux] `useAlternativePreloader` prop was added to `CardOptions`, which is type of editor prop `UNSAFE_cards`. Default value is true (if not defined). When `useAlternativePreloader` is true preloader experience for smart link components in editor will be different: there won't be normal smart link skeleton (border and a shaddow) and spinner is located on the right (compare to left as before). Note: renderer experience won't change.
|
|
2816
2822
|
|
|
2817
2823
|
### Patch Changes
|
|
2818
2824
|
|
|
@@ -2832,7 +2838,7 @@
|
|
|
2832
2838
|
|
|
2833
2839
|
### Minor Changes
|
|
2834
2840
|
|
|
2835
|
-
- [`8c90794239c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c90794239c) - ED-11587: quickInsert for placeholder-text plugin
|
|
2841
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`8c90794239c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c90794239c) - ED-11587: quickInsert for placeholder-text plugin
|
|
2836
2842
|
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
2837
2843
|
- [`586040bf70b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/586040bf70b) - Ensure that all children are validated in new error path
|
|
2838
2844
|
|
|
@@ -2848,7 +2854,7 @@
|
|
|
2848
2854
|
|
|
2849
2855
|
### Patch Changes
|
|
2850
2856
|
|
|
2851
|
-
- [`549740c01d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/549740c01d) - Exported the validator errors map
|
|
2857
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`549740c01d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/549740c01d) - Exported the validator errors map
|
|
2852
2858
|
Convert nodes that are after an invalid length to be unsupported
|
|
2853
2859
|
- Updated dependencies
|
|
2854
2860
|
|
|
@@ -2862,7 +2868,7 @@
|
|
|
2862
2868
|
|
|
2863
2869
|
### Minor Changes
|
|
2864
2870
|
|
|
2865
|
-
- [`64281cda86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64281cda86) - ED-11151: Improve TTI measurements
|
|
2871
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`64281cda86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64281cda86) - ED-11151: Improve TTI measurements
|
|
2866
2872
|
- [`38e24bcc76`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38e24bcc76) - ED-10832 Track unsupportedNode Attribute with null value explicitly
|
|
2867
2873
|
|
|
2868
2874
|
### Patch Changes
|
|
@@ -2874,7 +2880,7 @@
|
|
|
2874
2880
|
|
|
2875
2881
|
### Major Changes
|
|
2876
2882
|
|
|
2877
|
-
- [`0923d917ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0923d917ef) - `MediaSingle` prop 'blockLink' is removed and `width` becomes optional.
|
|
2883
|
+
- [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930) [`0923d917ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0923d917ef) - `MediaSingle` prop 'blockLink' is removed and `width` becomes optional.
|
|
2878
2884
|
`MediaSingleDimensionHelper` prop `ratio` is removed.
|
|
2879
2885
|
|
|
2880
2886
|
### Patch Changes
|
|
@@ -2886,7 +2892,7 @@
|
|
|
2886
2892
|
|
|
2887
2893
|
### Major Changes
|
|
2888
2894
|
|
|
2889
|
-
- [`da77198e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da77198e43) - Rename title:changed to metadata:changed in collab provider, editor common and mobile bridge
|
|
2895
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`da77198e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da77198e43) - Rename title:changed to metadata:changed in collab provider, editor common and mobile bridge
|
|
2890
2896
|
- [`cc9f374276`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc9f374276) - Remove unsupported API for includeGroups/includeTeams for Users in extension config, and stop setState after unmount
|
|
2891
2897
|
|
|
2892
2898
|
### Minor Changes
|
|
@@ -2904,14 +2910,14 @@
|
|
|
2904
2910
|
|
|
2905
2911
|
### Patch Changes
|
|
2906
2912
|
|
|
2907
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
2913
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
2908
2914
|
- Updated dependencies
|
|
2909
2915
|
|
|
2910
2916
|
## 53.0.0
|
|
2911
2917
|
|
|
2912
2918
|
### Major Changes
|
|
2913
2919
|
|
|
2914
|
-
- [`9f81260dd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f81260dd5) - ED-10683 Serialize number fields to Number instead of String
|
|
2920
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`9f81260dd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f81260dd5) - ED-10683 Serialize number fields to Number instead of String
|
|
2915
2921
|
- [`835810cac7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/835810cac7) - ED-10646 prevent nested Fieldset definitions
|
|
2916
2922
|
|
|
2917
2923
|
### Minor Changes
|
|
@@ -2937,7 +2943,7 @@
|
|
|
2937
2943
|
|
|
2938
2944
|
### Major Changes
|
|
2939
2945
|
|
|
2940
|
-
- [`ff39f9f643`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff39f9f643) - ED-10614 Add match indexing (Confluence API) for annotation creation for the renderer
|
|
2946
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860) [`ff39f9f643`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff39f9f643) - ED-10614 Add match indexing (Confluence API) for annotation creation for the renderer
|
|
2941
2947
|
|
|
2942
2948
|
BEFORE
|
|
2943
2949
|
|
|
@@ -2981,7 +2987,7 @@
|
|
|
2981
2987
|
|
|
2982
2988
|
### Minor Changes
|
|
2983
2989
|
|
|
2984
|
-
- [`848f187b49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/848f187b49) - Extend CardProvider interface with findPattern
|
|
2990
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`848f187b49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/848f187b49) - Extend CardProvider interface with findPattern
|
|
2985
2991
|
- [`0bbaa4a976`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bbaa4a976) - ED-10553 added an option to enable analytics for synchrony entity
|
|
2986
2992
|
|
|
2987
2993
|
### Patch Changes
|
|
@@ -3008,19 +3014,19 @@
|
|
|
3008
3014
|
|
|
3009
3015
|
### Patch Changes
|
|
3010
3016
|
|
|
3011
|
-
- [`679a66bd92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/679a66bd92) - Fix for renderer SSR inline script when server side bundle is minimized
|
|
3017
|
+
- [#5821](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5821) [`679a66bd92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/679a66bd92) - Fix for renderer SSR inline script when server side bundle is minimized
|
|
3012
3018
|
|
|
3013
3019
|
## 51.1.2
|
|
3014
3020
|
|
|
3015
3021
|
### Patch Changes
|
|
3016
3022
|
|
|
3017
|
-
- [`ac54a7870c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac54a7870c) - Remove extraneous dependencies rule suppression
|
|
3023
|
+
- [#5725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5725) [`ac54a7870c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac54a7870c) - Remove extraneous dependencies rule suppression
|
|
3018
3024
|
|
|
3019
3025
|
## 51.1.1
|
|
3020
3026
|
|
|
3021
3027
|
### Patch Changes
|
|
3022
3028
|
|
|
3023
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
3029
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
3024
3030
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
3025
3031
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
3026
3032
|
- Updated dependencies
|
|
@@ -3029,7 +3035,7 @@
|
|
|
3029
3035
|
|
|
3030
3036
|
### Minor Changes
|
|
3031
3037
|
|
|
3032
|
-
- [`1c6b85ea41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c6b85ea41) - Export OverflowShadowState and ExpandStyleProps types to prevent deep import path references in dependent TS declaration files
|
|
3038
|
+
- [#5344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5344) [`1c6b85ea41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c6b85ea41) - Export OverflowShadowState and ExpandStyleProps types to prevent deep import path references in dependent TS declaration files
|
|
3033
3039
|
- [`825273198f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/825273198f) - Migrate to declarative entry points
|
|
3034
3040
|
|
|
3035
3041
|
### Patch Changes
|
|
@@ -3040,7 +3046,7 @@
|
|
|
3040
3046
|
|
|
3041
3047
|
### Major Changes
|
|
3042
3048
|
|
|
3043
|
-
- [`8830f4d771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8830f4d771) - ED-10170 Remove style constants from @atlaskit/editor-common - import these from @atlaskit/editor-shared-styles instead
|
|
3049
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`8830f4d771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8830f4d771) - ED-10170 Remove style constants from @atlaskit/editor-common - import these from @atlaskit/editor-shared-styles instead
|
|
3044
3050
|
- [`225c901919`](https://bitbucket.org/atlassian/atlassian-frontend/commits/225c901919) - ED-10351 add API to delete the annotation
|
|
3045
3051
|
- [`8de373491a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8de373491a) - Strengthen the Typescript rules for Enum fields per design guidelines
|
|
3046
3052
|
|
|
@@ -3086,7 +3092,7 @@
|
|
|
3086
3092
|
|
|
3087
3093
|
### Major Changes
|
|
3088
3094
|
|
|
3089
|
-
- [`78de49291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78de49291b) - [TWISTA-130] Changes on Annotation types
|
|
3095
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`78de49291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78de49291b) - [TWISTA-130] Changes on Annotation types
|
|
3090
3096
|
|
|
3091
3097
|
# WHAT
|
|
3092
3098
|
|
|
@@ -3151,7 +3157,7 @@
|
|
|
3151
3157
|
|
|
3152
3158
|
### Patch Changes
|
|
3153
3159
|
|
|
3154
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
3160
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
3155
3161
|
|
|
3156
3162
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
3157
3163
|
to prevent duplicates of tslib being bundled.
|
|
@@ -3160,13 +3166,13 @@
|
|
|
3160
3166
|
|
|
3161
3167
|
### Patch Changes
|
|
3162
3168
|
|
|
3163
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
3169
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
3164
3170
|
|
|
3165
3171
|
## 49.0.0
|
|
3166
3172
|
|
|
3167
3173
|
### Major Changes
|
|
3168
3174
|
|
|
3169
|
-
- [`6faafb144c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faafb144c) - Introduce MediaFeatureFlags. Refactor components to use.
|
|
3175
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`6faafb144c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faafb144c) - Introduce MediaFeatureFlags. Refactor components to use.
|
|
3170
3176
|
|
|
3171
3177
|
### Minor Changes
|
|
3172
3178
|
|
|
@@ -3188,7 +3194,7 @@
|
|
|
3188
3194
|
|
|
3189
3195
|
### Major Changes
|
|
3190
3196
|
|
|
3191
|
-
- [`faf010cbc3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf010cbc3) - ED-9212: Add support for extension auto convert
|
|
3197
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`faf010cbc3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf010cbc3) - ED-9212: Add support for extension auto convert
|
|
3192
3198
|
|
|
3193
3199
|
## Breaking changes:
|
|
3194
3200
|
|
|
@@ -3235,7 +3241,7 @@
|
|
|
3235
3241
|
|
|
3236
3242
|
### Major Changes
|
|
3237
3243
|
|
|
3238
|
-
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
3244
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
3239
3245
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
3240
3246
|
|
|
3241
3247
|
### Patch Changes
|
|
@@ -3246,13 +3252,13 @@
|
|
|
3246
3252
|
|
|
3247
3253
|
### Patch Changes
|
|
3248
3254
|
|
|
3249
|
-
- [`050c9121ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/050c9121ab) - CEMS-1106: show sticky headers in editor when in expand
|
|
3255
|
+
- [#3281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3281) [`050c9121ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/050c9121ab) - CEMS-1106: show sticky headers in editor when in expand
|
|
3250
3256
|
|
|
3251
3257
|
## 46.1.0
|
|
3252
3258
|
|
|
3253
3259
|
### Minor Changes
|
|
3254
3260
|
|
|
3255
|
-
- [`64d75b8f7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d75b8f7e) - Call getFieldsDefinition with extension parameters
|
|
3261
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763) [`64d75b8f7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d75b8f7e) - Call getFieldsDefinition with extension parameters
|
|
3256
3262
|
- [`a4948958c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4948958c4) - [FM-3820] Implements to set annotation state event on Renderer
|
|
3257
3263
|
- [`ea81ff42a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea81ff42a0) - [FM-3819] Implements a subscriber API to allows set focus in an specific annotation
|
|
3258
3264
|
|
|
@@ -3268,7 +3274,7 @@
|
|
|
3268
3274
|
|
|
3269
3275
|
### Major Changes
|
|
3270
3276
|
|
|
3271
|
-
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
3277
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
3272
3278
|
|
|
3273
3279
|
### Minor Changes
|
|
3274
3280
|
|
|
@@ -3300,7 +3306,7 @@
|
|
|
3300
3306
|
|
|
3301
3307
|
### Minor Changes
|
|
3302
3308
|
|
|
3303
|
-
- [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
|
|
3309
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
|
|
3304
3310
|
|
|
3305
3311
|
### Patch Changes
|
|
3306
3312
|
|
|
@@ -3333,7 +3339,7 @@
|
|
|
3333
3339
|
|
|
3334
3340
|
### Minor Changes
|
|
3335
3341
|
|
|
3336
|
-
- [`dd84377963`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd84377963) - ED-9038 ED-9040 Export class names to use for targetting mention and emoji nodes- [`e97f14eade`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e97f14eade) - ED-9155: Rename prop `extensionParams` to `node` in the extensions api v2- [`d16adc8554`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d16adc8554) - ED-8988 Export more selection style variables- [`c8e601e6fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8e601e6fc) - ED-8814 Add selection to panel- [`8bc9f3e9af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bc9f3e9af) - ED-8942: Changed default font size for full width editor and renderer
|
|
3342
|
+
- [`dd84377963`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd84377963) - ED-9038 ED-9040 Export class names to use for targetting mention and emoji nodes- [`e97f14eade`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e97f14eade) - ED-9155: Rename prop `extensionParams` to `node` in the extensions api v2- [`d16adc8554`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d16adc8554) - ED-8988 Export more selection style variables- [`c8e601e6fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8e601e6fc) - ED-8814 Add selection to panel- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`8bc9f3e9af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bc9f3e9af) - ED-8942: Changed default font size for full width editor and renderer
|
|
3337
3343
|
|
|
3338
3344
|
- Previously default font size for full page editor was 14px. Now, when `allowDynamicTextSizing` is disabled it equals to 16px.
|
|
3339
3345
|
- Font size in table was 14px, ignoring dynamic text sizing font size, after this change it follows the same rules as the rest of the editor, namely it will get updated font size.- [`403377ca1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/403377ca1a) - ED-8997: Implements creating marks on basic text selections
|