@atlaskit/editor-common 76.1.0 → 76.1.2
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 +330 -318
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/preset/core-plugin.js +4 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/preset/core-plugin.js +4 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/preset/core-plugin.js +4 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/preset/core-plugin.d.ts +4 -0
- package/dist/types/ui/Emoji/index.d.ts +2 -2
- package/dist/types-ts4.5/preset/core-plugin.d.ts +4 -0
- package/dist/types-ts4.5/ui/Emoji/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 76.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40763) [`7ff70f99909`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ff70f99909) - Decouple media from editor-core and expose GridPluginState from grid plugin.
|
|
8
|
+
|
|
9
|
+
## 76.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#40723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40723) [`97197ef1cd2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97197ef1cd2) - type warnings fix for emoji
|
|
14
|
+
|
|
3
15
|
## 76.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -14,41 +26,41 @@
|
|
|
14
26
|
|
|
15
27
|
### Major Changes
|
|
16
28
|
|
|
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.
|
|
29
|
+
- [#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
30
|
|
|
19
31
|
### Patch Changes
|
|
20
32
|
|
|
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
|
|
33
|
+
- [#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
34
|
|
|
23
35
|
## 75.8.4
|
|
24
36
|
|
|
25
37
|
### Patch Changes
|
|
26
38
|
|
|
27
|
-
- [`5868508ede4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5868508ede4) - Need this small change to workaround CC pipeline issue
|
|
39
|
+
- [#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
40
|
|
|
29
41
|
## 75.8.3
|
|
30
42
|
|
|
31
43
|
### Patch Changes
|
|
32
44
|
|
|
33
|
-
- [`36b7e4fd8d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b7e4fd8d5) - ED-20017 Clean up unused functions in Dropdown
|
|
45
|
+
- [#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
46
|
|
|
35
47
|
## 75.8.2
|
|
36
48
|
|
|
37
49
|
### Patch Changes
|
|
38
50
|
|
|
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
|
|
51
|
+
- [#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
52
|
|
|
41
53
|
## 75.8.1
|
|
42
54
|
|
|
43
55
|
### Patch Changes
|
|
44
56
|
|
|
45
|
-
- [`b1b8c7d356c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1b8c7d356c) - [ED-19757] Fix getPos throwing exception for all nodeviews
|
|
57
|
+
- [#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
58
|
|
|
47
59
|
## 75.8.0
|
|
48
60
|
|
|
49
61
|
### Minor Changes
|
|
50
62
|
|
|
51
|
-
- [`3aaff60be08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aaff60be08) - ED-18988 Adds classnames and constants for table sticky scrollbar
|
|
63
|
+
- [#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
64
|
|
|
53
65
|
### Patch Changes
|
|
54
66
|
|
|
@@ -58,272 +70,272 @@
|
|
|
58
70
|
|
|
59
71
|
### Patch Changes
|
|
60
72
|
|
|
61
|
-
- [`7b3e5b2915d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3e5b2915d) - Dummy change to bump version
|
|
73
|
+
- [#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
74
|
|
|
63
75
|
## 75.7.0
|
|
64
76
|
|
|
65
77
|
### Minor Changes
|
|
66
78
|
|
|
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.
|
|
79
|
+
- [#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
80
|
|
|
69
81
|
## 75.6.1
|
|
70
82
|
|
|
71
83
|
### Patch Changes
|
|
72
84
|
|
|
73
|
-
- [`bb4caba1310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb4caba1310) - Remove participants count metric from frozen analytics event
|
|
85
|
+
- [#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
86
|
|
|
75
87
|
## 75.6.0
|
|
76
88
|
|
|
77
89
|
### Minor Changes
|
|
78
90
|
|
|
79
|
-
- [`16a0e1fef2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16a0e1fef2b) - ED-20017 Decouple editor core from floating toolbar plugin
|
|
91
|
+
- [#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
92
|
|
|
81
93
|
## 75.5.2
|
|
82
94
|
|
|
83
95
|
### Patch Changes
|
|
84
96
|
|
|
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
|
|
97
|
+
- [#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
|
|
98
|
+
- [#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
99
|
|
|
88
100
|
## 75.5.1
|
|
89
101
|
|
|
90
102
|
### Patch Changes
|
|
91
103
|
|
|
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
|
|
104
|
+
- [#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
105
|
|
|
94
106
|
## 75.5.0
|
|
95
107
|
|
|
96
108
|
### Minor Changes
|
|
97
109
|
|
|
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.
|
|
110
|
+
- [#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
111
|
|
|
100
112
|
### Patch Changes
|
|
101
113
|
|
|
102
|
-
- [`68dc5afa8f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68dc5afa8f3) - Add line before test cases
|
|
114
|
+
- [#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
115
|
|
|
104
116
|
## 75.4.0
|
|
105
117
|
|
|
106
118
|
### Minor Changes
|
|
107
119
|
|
|
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
|
|
120
|
+
- [#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
121
|
|
|
110
122
|
### Patch Changes
|
|
111
123
|
|
|
112
|
-
- [`b092b2cb3b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b092b2cb3b7) - Dummy change as workaround for product integrator pipeline. This change fixes comment spacing.
|
|
124
|
+
- [#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
125
|
|
|
114
126
|
## 75.3.1
|
|
115
127
|
|
|
116
128
|
### Patch Changes
|
|
117
129
|
|
|
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
|
|
130
|
+
- [#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
131
|
|
|
120
132
|
## 75.3.0
|
|
121
133
|
|
|
122
134
|
### Minor Changes
|
|
123
135
|
|
|
124
|
-
- [`fa39c6ce044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa39c6ce044) - [ED-19775] Decouple selection plugin from the editor-core code
|
|
136
|
+
- [#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
137
|
|
|
126
138
|
### Patch Changes
|
|
127
139
|
|
|
128
|
-
- [`ced80eee086`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ced80eee086) - Updated notes for getMaxWidthForNestedNodeNext
|
|
140
|
+
- [#40295](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40295) [`ced80eee086`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ced80eee086) - Updated notes for getMaxWidthForNestedNodeNext
|
|
129
141
|
|
|
130
142
|
## 75.2.4
|
|
131
143
|
|
|
132
144
|
### Patch Changes
|
|
133
145
|
|
|
134
|
-
- [`ca001e68a96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca001e68a96) - Fixed typos in comments
|
|
146
|
+
- [#40062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40062) [`ca001e68a96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca001e68a96) - Fixed typos in comments
|
|
135
147
|
|
|
136
148
|
## 75.2.3
|
|
137
149
|
|
|
138
150
|
### Patch Changes
|
|
139
151
|
|
|
140
|
-
- [`8f4d47470d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f4d47470d8) - Dummy changeset for Product Integrator
|
|
152
|
+
- [#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
153
|
|
|
142
154
|
## 75.2.2
|
|
143
155
|
|
|
144
156
|
### Patch Changes
|
|
145
157
|
|
|
146
|
-
- [`eaa9770d475`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaa9770d475) - [ED-18264] Remove feature flag for chart colors
|
|
158
|
+
- [#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
159
|
|
|
148
160
|
## 75.2.1
|
|
149
161
|
|
|
150
162
|
### Patch Changes
|
|
151
163
|
|
|
152
|
-
- [`8081046adff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8081046adff) - patch version bump to trigger updated version in Confluence for editor-common
|
|
164
|
+
- [#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
165
|
|
|
154
166
|
## 75.2.0
|
|
155
167
|
|
|
156
168
|
### Minor Changes
|
|
157
169
|
|
|
158
|
-
- [`9f2365fabcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f2365fabcc) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
170
|
+
- [#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
171
|
|
|
160
172
|
## 75.1.2
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`621b904a076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621b904a076) - Updated a JS doc comment.
|
|
176
|
+
- [#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
177
|
|
|
166
178
|
## 75.1.1
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
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.
|
|
182
|
+
- [#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.
|
|
183
|
+
- [#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
184
|
- Updated dependencies
|
|
173
185
|
|
|
174
186
|
## 75.1.0
|
|
175
187
|
|
|
176
188
|
### Minor Changes
|
|
177
189
|
|
|
178
|
-
- [`50b3bf73ed3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50b3bf73ed3) - [ux] Add edit datasource button to toolbar for cards which can resolve into datasources
|
|
190
|
+
- [#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
191
|
|
|
180
192
|
## 75.0.8
|
|
181
193
|
|
|
182
194
|
### Patch Changes
|
|
183
195
|
|
|
184
|
-
- [`06afa5b7aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06afa5b7aec) - Increasing the Toolbar S breakpoint from 370 to 410 to resolve squishy Insert Block
|
|
196
|
+
- [#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
197
|
|
|
186
198
|
## 75.0.7
|
|
187
199
|
|
|
188
200
|
### Patch Changes
|
|
189
201
|
|
|
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.
|
|
202
|
+
- [#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
203
|
|
|
192
204
|
## 75.0.6
|
|
193
205
|
|
|
194
206
|
### Patch Changes
|
|
195
207
|
|
|
196
|
-
- [`4549a57cc67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4549a57cc67) - Remove unused leftover API - shouldAllowMultilineItems
|
|
208
|
+
- [#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
209
|
|
|
198
210
|
## 75.0.5
|
|
199
211
|
|
|
200
212
|
### Patch Changes
|
|
201
213
|
|
|
202
|
-
- [`12843a6f104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12843a6f104) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
214
|
+
- [#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
215
|
|
|
204
216
|
## 75.0.4
|
|
205
217
|
|
|
206
218
|
### Patch Changes
|
|
207
219
|
|
|
208
|
-
- [`aa106a614df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa106a614df) - Dummy change to test CI pipeline
|
|
220
|
+
- [#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
221
|
|
|
210
222
|
## 75.0.3
|
|
211
223
|
|
|
212
224
|
### Patch Changes
|
|
213
225
|
|
|
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.
|
|
226
|
+
- [#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
227
|
|
|
216
228
|
## 75.0.2
|
|
217
229
|
|
|
218
230
|
### Patch Changes
|
|
219
231
|
|
|
220
|
-
- [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE Import doc builder types from editor-common
|
|
232
|
+
- [#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
233
|
|
|
222
234
|
## 75.0.1
|
|
223
235
|
|
|
224
236
|
### Patch Changes
|
|
225
237
|
|
|
226
|
-
- [`1c085549bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c085549bd9) - clean up pctWidth used in new image resize experience
|
|
238
|
+
- [#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
239
|
|
|
228
240
|
## 75.0.0
|
|
229
241
|
|
|
230
242
|
### Major Changes
|
|
231
243
|
|
|
232
|
-
- [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
244
|
+
- [#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
245
|
|
|
234
246
|
### Patch Changes
|
|
235
247
|
|
|
236
|
-
- [`9d3236f1b2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d3236f1b2d) - Add comments for getParentWidthForNestedMediaSingleNode function
|
|
248
|
+
- [#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
249
|
- Updated dependencies
|
|
238
250
|
|
|
239
251
|
## 74.59.0
|
|
240
252
|
|
|
241
253
|
### Minor Changes
|
|
242
254
|
|
|
243
|
-
- [`8441acc0e0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8441acc0e0c) - Extract block-type plugin into @atlaskit/editor-plugin-block-type
|
|
255
|
+
- [#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
256
|
|
|
245
257
|
## 74.58.5
|
|
246
258
|
|
|
247
259
|
### Patch Changes
|
|
248
260
|
|
|
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
|
|
261
|
+
- [#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.
|
|
262
|
+
- [#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
263
|
|
|
252
264
|
## 74.58.4
|
|
253
265
|
|
|
254
266
|
### Patch Changes
|
|
255
267
|
|
|
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.
|
|
268
|
+
- [#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
269
|
|
|
258
270
|
## 74.58.3
|
|
259
271
|
|
|
260
272
|
### Patch Changes
|
|
261
273
|
|
|
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
|
|
274
|
+
- [#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
|
|
275
|
+
- [#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
276
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
265
277
|
|
|
266
278
|
## 74.58.2
|
|
267
279
|
|
|
268
280
|
### Patch Changes
|
|
269
281
|
|
|
270
|
-
- [`546c2038081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/546c2038081) - ED-19888 fix handler styles
|
|
282
|
+
- [#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
283
|
|
|
272
284
|
## 74.58.1
|
|
273
285
|
|
|
274
286
|
### Patch Changes
|
|
275
287
|
|
|
276
|
-
- [`521b2b088ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/521b2b088ed) - fix border mark issue for legacy validator
|
|
288
|
+
- [#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
289
|
|
|
278
290
|
## 74.58.0
|
|
279
291
|
|
|
280
292
|
### Minor Changes
|
|
281
293
|
|
|
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.
|
|
294
|
+
- [#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)
|
|
295
|
+
- [#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
296
|
|
|
285
297
|
## 74.57.0
|
|
286
298
|
|
|
287
299
|
### Minor Changes
|
|
288
300
|
|
|
289
|
-
- [`705d8ec0641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/705d8ec0641) - [ux] Added a new shortcut (⌘ + Opt + ⏎) for Check/Uncheck Action item
|
|
301
|
+
- [#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
302
|
|
|
291
303
|
### Patch Changes
|
|
292
304
|
|
|
293
|
-
- [`a6c0a2dcf2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6c0a2dcf2e) - [ux] [ECA11Y-68] Changed in the wrapper to change role="menu" to role="presentation"
|
|
305
|
+
- [#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
306
|
- Updated dependencies
|
|
295
307
|
|
|
296
308
|
## 74.56.10
|
|
297
309
|
|
|
298
310
|
### Patch Changes
|
|
299
311
|
|
|
300
|
-
- [`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094 Feature flag clean up for copy button
|
|
312
|
+
- [#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
313
|
|
|
302
314
|
## 74.56.9
|
|
303
315
|
|
|
304
316
|
### Patch Changes
|
|
305
317
|
|
|
306
|
-
- [`a9552aaea4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9552aaea4e) - NO-ISSUE Fixed minor issue with TTI measurement that made it cancel before 60s
|
|
318
|
+
- [#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
319
|
|
|
308
320
|
## 74.56.8
|
|
309
321
|
|
|
310
322
|
### Patch Changes
|
|
311
323
|
|
|
312
|
-
- [`0dd8a45fd35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dd8a45fd35) - Add test for mouse hover zone in resizer and adjust the handle track height
|
|
324
|
+
- [#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
325
|
|
|
314
326
|
## 74.56.7
|
|
315
327
|
|
|
316
328
|
### Patch Changes
|
|
317
329
|
|
|
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
|
|
330
|
+
- [#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
|
|
331
|
+
- [#39538](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39538) [`d1bd1be0923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1bd1be0923) - Updated shared resizer style
|
|
320
332
|
- Updated dependencies
|
|
321
333
|
|
|
322
334
|
## 74.56.6
|
|
323
335
|
|
|
324
336
|
### Patch Changes
|
|
325
337
|
|
|
326
|
-
- [`1b66c23221e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b66c23221e) - Fix missing analytics parameter in media plugin.
|
|
338
|
+
- [#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
339
|
|
|
328
340
|
## 74.56.5
|
|
329
341
|
|
|
@@ -335,52 +347,52 @@
|
|
|
335
347
|
|
|
336
348
|
### Patch Changes
|
|
337
349
|
|
|
338
|
-
- [`e31a001b8b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e31a001b8b8) - Add pixel entry resize analytic event payload
|
|
350
|
+
- [#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
351
|
|
|
340
352
|
## 74.56.3
|
|
341
353
|
|
|
342
354
|
### Patch Changes
|
|
343
355
|
|
|
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.
|
|
356
|
+
- [#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
|
|
357
|
+
- [#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
358
|
|
|
347
359
|
## 74.56.2
|
|
348
360
|
|
|
349
361
|
### Patch Changes
|
|
350
362
|
|
|
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
|
|
363
|
+
- [#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.
|
|
364
|
+
- [#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
365
|
|
|
354
366
|
## 74.56.1
|
|
355
367
|
|
|
356
368
|
### Patch Changes
|
|
357
369
|
|
|
358
|
-
- [`2c12cd28cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c12cd28cb8) - Enforce scale-down approach for wide media single node in renderer
|
|
370
|
+
- [#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
371
|
|
|
360
372
|
## 74.56.0
|
|
361
373
|
|
|
362
374
|
### Minor Changes
|
|
363
375
|
|
|
364
|
-
- [`3542bead318`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3542bead318) - Move block type commands to next editor plugin actions
|
|
376
|
+
- [#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
377
|
|
|
366
378
|
## 74.55.2
|
|
367
379
|
|
|
368
380
|
### Patch Changes
|
|
369
381
|
|
|
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
|
|
382
|
+
- [#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
383
|
|
|
372
384
|
## 74.55.1
|
|
373
385
|
|
|
374
386
|
### Patch Changes
|
|
375
387
|
|
|
376
|
-
- [`6ca5d702ed5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ca5d702ed5) - Cleaned up more barrel imports to be named imports for treeshaking purposes :)
|
|
388
|
+
- [#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
389
|
- Updated dependencies
|
|
378
390
|
|
|
379
391
|
## 74.55.0
|
|
380
392
|
|
|
381
393
|
### Minor Changes
|
|
382
394
|
|
|
383
|
-
- [`7613b6b6a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7613b6b6a51) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
395
|
+
- [#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
396
|
|
|
385
397
|
### Patch Changes
|
|
386
398
|
|
|
@@ -390,19 +402,19 @@
|
|
|
390
402
|
|
|
391
403
|
### Minor Changes
|
|
392
404
|
|
|
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
|
|
405
|
+
- [#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
406
|
|
|
395
407
|
## 74.53.1
|
|
396
408
|
|
|
397
409
|
### Patch Changes
|
|
398
410
|
|
|
399
|
-
- [`eab48233583`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab48233583) - Calculate parent content width properly when inserting a nested media single node
|
|
411
|
+
- [#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
412
|
|
|
401
413
|
## 74.53.0
|
|
402
414
|
|
|
403
415
|
### Minor Changes
|
|
404
416
|
|
|
405
|
-
- [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) - Removing `dependencies` prop from PluginInjectionAPI and changing
|
|
417
|
+
- [#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
418
|
signature of `NextEditorPlugin`.
|
|
407
419
|
|
|
408
420
|
Previously a `NextEditorPlugin` would be consumed as so:
|
|
@@ -430,107 +442,107 @@
|
|
|
430
442
|
|
|
431
443
|
### Patch Changes
|
|
432
444
|
|
|
433
|
-
- [`e0f020abea0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f020abea0) - created new plugin for unsupported-content, moved code and styles
|
|
445
|
+
- [#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
446
|
- Updated dependencies
|
|
435
447
|
|
|
436
448
|
## 74.52.1
|
|
437
449
|
|
|
438
450
|
### Patch Changes
|
|
439
451
|
|
|
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
|
|
452
|
+
- [#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
453
|
|
|
442
454
|
## 74.52.0
|
|
443
455
|
|
|
444
456
|
### Minor Changes
|
|
445
457
|
|
|
446
|
-
- [`c70a6612aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c70a6612aba) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
458
|
+
- [#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
459
|
|
|
448
460
|
## 74.51.7
|
|
449
461
|
|
|
450
462
|
### Patch Changes
|
|
451
463
|
|
|
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
|
|
464
|
+
- [#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`.
|
|
465
|
+
- [#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
466
|
|
|
455
467
|
## 74.51.6
|
|
456
468
|
|
|
457
469
|
### Patch Changes
|
|
458
470
|
|
|
459
|
-
- [`edeab2d50b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab2d50b2) - Fix analytics event for image resizing and relative snaps
|
|
471
|
+
- [#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
472
|
|
|
461
473
|
## 74.51.5
|
|
462
474
|
|
|
463
475
|
### Patch Changes
|
|
464
476
|
|
|
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`
|
|
477
|
+
- [#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`.
|
|
478
|
+
- [#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.
|
|
479
|
+
- [#39036](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39036) [`1e1bbc02f1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e1bbc02f1c) - Export function `getDatasourceType`
|
|
468
480
|
|
|
469
481
|
## 74.51.4
|
|
470
482
|
|
|
471
483
|
### Patch Changes
|
|
472
484
|
|
|
473
|
-
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
485
|
+
- [#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
486
|
|
|
475
487
|
## 74.51.3
|
|
476
488
|
|
|
477
489
|
### Patch Changes
|
|
478
490
|
|
|
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
|
|
491
|
+
- [#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
|
|
492
|
+
- [#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
493
|
|
|
482
494
|
## 74.51.2
|
|
483
495
|
|
|
484
496
|
### Patch Changes
|
|
485
497
|
|
|
486
|
-
- [`14a853a7939`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14a853a7939) - [ux] ED-19439 Added dark mode icons for emoji, expand and fallback
|
|
498
|
+
- [#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
499
|
|
|
488
500
|
## 74.51.1
|
|
489
501
|
|
|
490
502
|
### Patch Changes
|
|
491
503
|
|
|
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
|
|
504
|
+
- [#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
505
|
|
|
494
506
|
## 74.51.0
|
|
495
507
|
|
|
496
508
|
### Minor Changes
|
|
497
509
|
|
|
498
|
-
- [`7f45581d141`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f45581d141) - ED-19630 fixed guideline alignment issue.
|
|
510
|
+
- [#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
511
|
|
|
500
512
|
### Patch Changes
|
|
501
513
|
|
|
502
|
-
- [`f76bc3a94fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f76bc3a94fa) - [ux] Datasource container border radius increased
|
|
514
|
+
- [#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
515
|
|
|
504
516
|
## 74.50.4
|
|
505
517
|
|
|
506
518
|
### Patch Changes
|
|
507
519
|
|
|
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
|
|
520
|
+
- [#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
|
|
521
|
+
- [#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
522
|
|
|
511
523
|
## 74.50.3
|
|
512
524
|
|
|
513
525
|
### Patch Changes
|
|
514
526
|
|
|
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
|
|
527
|
+
- [#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
528
|
|
|
517
529
|
## 74.50.2
|
|
518
530
|
|
|
519
531
|
### Patch Changes
|
|
520
532
|
|
|
521
|
-
- [`90520713d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90520713d49) - [ux] [ED-19441] - Added dark mode icons for panels
|
|
533
|
+
- [#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
534
|
|
|
523
535
|
## 74.50.1
|
|
524
536
|
|
|
525
537
|
### Patch Changes
|
|
526
538
|
|
|
527
|
-
- [`eefbc3c6065`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eefbc3c6065) - [ED-19510] Applies performance tweaks for table
|
|
539
|
+
- [#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
540
|
|
|
529
541
|
## 74.50.0
|
|
530
542
|
|
|
531
543
|
### Minor Changes
|
|
532
544
|
|
|
533
|
-
- [`8e9c21af71d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e9c21af71d) - Extracting list plugin code from editor-core to @atlaskit/editor-plugin-list.
|
|
545
|
+
- [#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
546
|
|
|
535
547
|
## 74.49.3
|
|
536
548
|
|
|
@@ -542,88 +554,88 @@
|
|
|
542
554
|
|
|
543
555
|
### Patch Changes
|
|
544
556
|
|
|
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)
|
|
557
|
+
- [#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
558
|
|
|
547
559
|
## 74.49.1
|
|
548
560
|
|
|
549
561
|
### Patch Changes
|
|
550
562
|
|
|
551
|
-
- [`79c0b7e6821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c0b7e6821) - Decouple `base` plugin from `editor-core`
|
|
563
|
+
- [#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
564
|
|
|
553
565
|
## 74.49.0
|
|
554
566
|
|
|
555
567
|
### Minor Changes
|
|
556
568
|
|
|
557
|
-
- [`9ebabeaa630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ebabeaa630) - added ExtractPublicEditorAPI type helper
|
|
569
|
+
- [#38838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38838) [`9ebabeaa630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ebabeaa630) - added ExtractPublicEditorAPI type helper
|
|
558
570
|
|
|
559
571
|
### Patch Changes
|
|
560
572
|
|
|
561
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
573
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
562
574
|
- Updated dependencies
|
|
563
575
|
|
|
564
576
|
## 74.48.0
|
|
565
577
|
|
|
566
578
|
### Minor Changes
|
|
567
579
|
|
|
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
|
|
580
|
+
- [#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
581
|
|
|
570
582
|
### Patch Changes
|
|
571
583
|
|
|
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`.
|
|
584
|
+
- [#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
585
|
|
|
574
586
|
## 74.47.1
|
|
575
587
|
|
|
576
588
|
### Patch Changes
|
|
577
589
|
|
|
578
|
-
- [`c54d67a60b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c54d67a60b4) - [ux] Addresses some styling problems in the Editor related to selected smart cards
|
|
590
|
+
- [#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
591
|
|
|
580
592
|
## 74.47.0
|
|
581
593
|
|
|
582
594
|
### Minor Changes
|
|
583
595
|
|
|
584
|
-
- [`0f3026deda5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f3026deda5) - ED-12027 cleaned up table optimisation feature flags, made optimised code run by default.
|
|
596
|
+
- [#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
597
|
|
|
586
598
|
## 74.46.3
|
|
587
599
|
|
|
588
600
|
### Patch Changes
|
|
589
601
|
|
|
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
|
|
602
|
+
- [#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
603
|
|
|
592
604
|
## 74.46.2
|
|
593
605
|
|
|
594
606
|
### Patch Changes
|
|
595
607
|
|
|
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.
|
|
608
|
+
- [#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
609
|
|
|
598
610
|
## 74.46.1
|
|
599
611
|
|
|
600
612
|
### Patch Changes
|
|
601
613
|
|
|
602
|
-
- [`51e6a0128eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51e6a0128eb) - ED-18969 Implemented relative guideline
|
|
614
|
+
- [#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
615
|
|
|
604
616
|
## 74.46.0
|
|
605
617
|
|
|
606
618
|
### Minor Changes
|
|
607
619
|
|
|
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`.
|
|
620
|
+
- [#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
621
|
|
|
610
622
|
## 74.45.5
|
|
611
623
|
|
|
612
624
|
### Patch Changes
|
|
613
625
|
|
|
614
|
-
- [`3a2d2104ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2d2104ca9) - [ux] [ED-19468] Adds dark mode icon for date
|
|
626
|
+
- [#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
627
|
|
|
616
628
|
## 74.45.4
|
|
617
629
|
|
|
618
630
|
### Patch Changes
|
|
619
631
|
|
|
620
|
-
- [`58fa188ef48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58fa188ef48) - [ux] [ED-19461] Reduce draggable zone of adjacent resize handle.
|
|
632
|
+
- [#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
633
|
|
|
622
634
|
## 74.45.3
|
|
623
635
|
|
|
624
636
|
### Patch Changes
|
|
625
637
|
|
|
626
|
-
- [`cf71a66559b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf71a66559b) - Update analytics event for new resize experience
|
|
638
|
+
- [#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
639
|
|
|
628
640
|
## 74.45.2
|
|
629
641
|
|
|
@@ -635,34 +647,34 @@
|
|
|
635
647
|
|
|
636
648
|
### Patch Changes
|
|
637
649
|
|
|
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
|
|
650
|
+
- [#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
|
|
651
|
+
- [#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
|
|
652
|
+
- [#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
653
|
|
|
642
654
|
## 74.45.0
|
|
643
655
|
|
|
644
656
|
### Minor Changes
|
|
645
657
|
|
|
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
|
|
658
|
+
- [#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
|
|
659
|
+
- [#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
660
|
|
|
649
661
|
## 74.44.1
|
|
650
662
|
|
|
651
663
|
### Patch Changes
|
|
652
664
|
|
|
653
|
-
- [`494826929c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/494826929c3) - Fix with-plugin-state test
|
|
665
|
+
- [#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
666
|
|
|
655
667
|
## 74.44.0
|
|
656
668
|
|
|
657
669
|
### Minor Changes
|
|
658
670
|
|
|
659
|
-
- [`079e7748c62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/079e7748c62) - Extracted `editor-plugin-image-upload` from `editor-core`.
|
|
671
|
+
- [#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
672
|
|
|
661
673
|
## 74.43.0
|
|
662
674
|
|
|
663
675
|
### Minor Changes
|
|
664
676
|
|
|
665
|
-
- [`7e77fe6f2ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77fe6f2ed) - ED-19330 Decouple list plugin from editor-core
|
|
677
|
+
- [#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
678
|
|
|
667
679
|
## 74.42.3
|
|
668
680
|
|
|
@@ -674,70 +686,70 @@
|
|
|
674
686
|
|
|
675
687
|
### Patch Changes
|
|
676
688
|
|
|
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.
|
|
689
|
+
- [#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
690
|
- Updated dependencies
|
|
679
691
|
|
|
680
692
|
## 74.42.1
|
|
681
693
|
|
|
682
694
|
### Patch Changes
|
|
683
695
|
|
|
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.
|
|
696
|
+
- [#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
697
|
|
|
686
698
|
## 74.42.0
|
|
687
699
|
|
|
688
700
|
### Minor Changes
|
|
689
701
|
|
|
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.
|
|
702
|
+
- [#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
|
|
703
|
+
- [#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
704
|
|
|
693
705
|
## 74.41.2
|
|
694
706
|
|
|
695
707
|
### Patch Changes
|
|
696
708
|
|
|
697
|
-
- [`8b104cb7575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b104cb7575) - [ED-14769] Remove tableCellOptionsinFloatingToolbar feature flag & make it default behaviour
|
|
709
|
+
- [#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
710
|
|
|
699
711
|
## 74.41.1
|
|
700
712
|
|
|
701
713
|
### Patch Changes
|
|
702
714
|
|
|
703
|
-
- [`3df14c86161`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3df14c86161) - Cleaning up better typeahead feature flag.
|
|
715
|
+
- [#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
716
|
|
|
705
717
|
## 74.41.0
|
|
706
718
|
|
|
707
719
|
### Minor Changes
|
|
708
720
|
|
|
709
|
-
- [`7b8e8b52110`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8e8b52110) - [ED-16733] Editor Media Extraction: Moving Floating Toolbar Separator to editor-common
|
|
721
|
+
- [#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
722
|
|
|
711
723
|
## 74.40.1
|
|
712
724
|
|
|
713
725
|
### Patch Changes
|
|
714
726
|
|
|
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
|
|
727
|
+
- [#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
|
|
728
|
+
- [#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
729
|
|
|
718
730
|
## 74.40.0
|
|
719
731
|
|
|
720
732
|
### Minor Changes
|
|
721
733
|
|
|
722
|
-
- [`960a2b478c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/960a2b478c8) - [ux] [ED-19167] Add blue shadow to resizer handle on hover
|
|
734
|
+
- [#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
735
|
|
|
724
736
|
## 74.39.0
|
|
725
737
|
|
|
726
738
|
### Minor Changes
|
|
727
739
|
|
|
728
|
-
- [`021d5f488ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/021d5f488ec) - [ED-16733] Media Plugin Extractation - Move core commands to common entrypoint
|
|
740
|
+
- [#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
741
|
|
|
730
742
|
## 74.38.1
|
|
731
743
|
|
|
732
744
|
### Patch Changes
|
|
733
745
|
|
|
734
|
-
- [`4cbae03c15c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cbae03c15c) - Set maxWidth for ResizerNext to stop lable updating when reaching max width
|
|
746
|
+
- [#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
747
|
|
|
736
748
|
## 74.38.0
|
|
737
749
|
|
|
738
750
|
### Minor Changes
|
|
739
751
|
|
|
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`:
|
|
752
|
+
- [#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
753
|
|
|
742
754
|
```ts
|
|
743
755
|
type PluginCommand = ({ tr }: { tr: Transaction }) => Transaction | null;
|
|
@@ -747,69 +759,69 @@
|
|
|
747
759
|
|
|
748
760
|
### Patch Changes
|
|
749
761
|
|
|
750
|
-
- [`3bbe8f91f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bbe8f91f34) - refactor ResizableMediaSingleNext around guidelines and snapping
|
|
762
|
+
- [#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
763
|
|
|
752
764
|
## 74.37.0
|
|
753
765
|
|
|
754
766
|
### Minor Changes
|
|
755
767
|
|
|
756
|
-
- [`8699cf99ceb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8699cf99ceb) - Exporting LayoutPluginOptions and CollabEditOptions from editor-common.
|
|
768
|
+
- [#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
769
|
|
|
758
770
|
## 74.36.4
|
|
759
771
|
|
|
760
772
|
### Patch Changes
|
|
761
773
|
|
|
762
|
-
- [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
774
|
+
- [#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
775
|
- Updated dependencies
|
|
764
776
|
|
|
765
777
|
## 74.36.3
|
|
766
778
|
|
|
767
779
|
### Patch Changes
|
|
768
780
|
|
|
769
|
-
- [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
781
|
+
- [#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
782
|
- Updated dependencies
|
|
771
783
|
|
|
772
784
|
## 74.36.2
|
|
773
785
|
|
|
774
786
|
### Patch Changes
|
|
775
787
|
|
|
776
|
-
- [`62d6f381722`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62d6f381722) - ED-18969 preliminaary refactor for relative guideline.
|
|
788
|
+
- [#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
789
|
|
|
778
790
|
## 74.36.1
|
|
779
791
|
|
|
780
792
|
### Patch Changes
|
|
781
793
|
|
|
782
|
-
- [`f5550db8a7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5550db8a7f) - Ensure isHandleVisible affects both handles
|
|
794
|
+
- [#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
795
|
|
|
784
796
|
## 74.36.0
|
|
785
797
|
|
|
786
798
|
### Minor Changes
|
|
787
799
|
|
|
788
|
-
- [`8695abdde8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8695abdde8e) - [ED-18289] Clean-up Editor Sentry feature flag
|
|
800
|
+
- [#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
801
|
|
|
790
802
|
## 74.35.0
|
|
791
803
|
|
|
792
804
|
### Minor Changes
|
|
793
805
|
|
|
794
|
-
- [`c6c3b7e43d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6c3b7e43d3) - [ED-19202] Remove direct dependency of editor-core code on text-formatting plugin
|
|
806
|
+
- [#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
807
|
|
|
796
808
|
## 74.34.5
|
|
797
809
|
|
|
798
810
|
### Patch Changes
|
|
799
811
|
|
|
800
|
-
- [`d432ad14798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d432ad14798) - [ux] Added standard page guidelines when custom table width enabled and is resizing table.
|
|
812
|
+
- [#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
813
|
|
|
802
814
|
## 74.34.4
|
|
803
815
|
|
|
804
816
|
### Patch Changes
|
|
805
817
|
|
|
806
|
-
- [`0d297244de3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d297244de3) - Add calcMediaSingleMaxWidth, move default image constants to /media-single
|
|
818
|
+
- [#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
819
|
|
|
808
820
|
## 74.34.3
|
|
809
821
|
|
|
810
822
|
### Patch Changes
|
|
811
823
|
|
|
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.
|
|
824
|
+
- [#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
825
|
|
|
814
826
|
## 74.34.2
|
|
815
827
|
|
|
@@ -821,13 +833,13 @@
|
|
|
821
833
|
|
|
822
834
|
### Patch Changes
|
|
823
835
|
|
|
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)
|
|
836
|
+
- [#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
837
|
|
|
826
838
|
## 74.34.0
|
|
827
839
|
|
|
828
840
|
### Minor Changes
|
|
829
841
|
|
|
830
|
-
- [`1944b35b538`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1944b35b538) - move common utilities to editor-common, to help with decoupling block-type plugin
|
|
842
|
+
- [#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
843
|
|
|
832
844
|
### Patch Changes
|
|
833
845
|
|
|
@@ -837,7 +849,7 @@
|
|
|
837
849
|
|
|
838
850
|
### Minor Changes
|
|
839
851
|
|
|
840
|
-
- [`936c30f8dc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936c30f8dc9) - support new image resize experience under feature flag
|
|
852
|
+
- [#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
853
|
|
|
842
854
|
## 74.32.1
|
|
843
855
|
|
|
@@ -849,19 +861,19 @@
|
|
|
849
861
|
|
|
850
862
|
### Minor Changes
|
|
851
863
|
|
|
852
|
-
- [`2b54c3b0d24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b54c3b0d24) - [ED-19203] Decouple text-formatting plugin and editor-core
|
|
864
|
+
- [#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
865
|
|
|
854
866
|
## 74.31.0
|
|
855
867
|
|
|
856
868
|
### Minor Changes
|
|
857
869
|
|
|
858
|
-
- [`d8c1bcdc71a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8c1bcdc71a) - ED-19217 decoupled lists related util functions from editor-core
|
|
870
|
+
- [#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
871
|
|
|
860
872
|
## 74.30.0
|
|
861
873
|
|
|
862
874
|
### Minor Changes
|
|
863
875
|
|
|
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
|
|
876
|
+
- [#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
877
|
|
|
866
878
|
## 74.29.3
|
|
867
879
|
|
|
@@ -873,31 +885,31 @@
|
|
|
873
885
|
|
|
874
886
|
### Patch Changes
|
|
875
887
|
|
|
876
|
-
- [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
|
|
888
|
+
- [#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
889
|
|
|
878
890
|
## 74.29.1
|
|
879
891
|
|
|
880
892
|
### Patch Changes
|
|
881
893
|
|
|
882
|
-
- [`f0153f75b5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0153f75b5d) - Added generateDefaultGuideline to editor-common/guideline
|
|
894
|
+
- [#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
895
|
|
|
884
896
|
## 74.29.0
|
|
885
897
|
|
|
886
898
|
### Minor Changes
|
|
887
899
|
|
|
888
|
-
- [`e83596269e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e83596269e5) - Add isResizing support into media plugin
|
|
900
|
+
- [#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
901
|
|
|
890
902
|
## 74.28.0
|
|
891
903
|
|
|
892
904
|
### Minor Changes
|
|
893
905
|
|
|
894
|
-
- [`39e6af5fa1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39e6af5fa1d) - Add a new 'isHandleVisible' prop to allow handle visibility to be toggled externally
|
|
906
|
+
- [#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
907
|
|
|
896
908
|
## 74.27.3
|
|
897
909
|
|
|
898
910
|
### Patch Changes
|
|
899
911
|
|
|
900
|
-
- [`f16e946ce4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f16e946ce4d) - Update type exports and fix a bug with snapGap
|
|
912
|
+
- [#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
913
|
|
|
902
914
|
## 74.27.2
|
|
903
915
|
|
|
@@ -909,80 +921,80 @@
|
|
|
909
921
|
|
|
910
922
|
### Patch Changes
|
|
911
923
|
|
|
912
|
-
- [`dbf78a2ac7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbf78a2ac7f) - Added snapping utils and tests to editor-common
|
|
924
|
+
- [#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
925
|
|
|
914
926
|
## 74.27.0
|
|
915
927
|
|
|
916
928
|
### Minor Changes
|
|
917
929
|
|
|
918
|
-
- [`0ae6f70038a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae6f70038a) - [ED-17635] Add analytics event for table width resizing
|
|
930
|
+
- [#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
931
|
|
|
920
932
|
## 74.26.9
|
|
921
933
|
|
|
922
934
|
### Patch Changes
|
|
923
935
|
|
|
924
|
-
- [`3b01ce33502`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b01ce33502) - add getMediaSinglePixelWidth to support legacy and new media resize experience
|
|
936
|
+
- [#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
937
|
|
|
926
938
|
## 74.26.8
|
|
927
939
|
|
|
928
940
|
### Patch Changes
|
|
929
941
|
|
|
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
|
|
942
|
+
- [#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
943
|
|
|
932
944
|
## 74.26.7
|
|
933
945
|
|
|
934
946
|
### Patch Changes
|
|
935
947
|
|
|
936
|
-
- [`e4ae2b4792a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4ae2b4792a) - Added media-single constants
|
|
948
|
+
- [#37459](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37459) [`e4ae2b4792a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4ae2b4792a) - Added media-single constants
|
|
937
949
|
|
|
938
950
|
## 74.26.6
|
|
939
951
|
|
|
940
952
|
### Patch Changes
|
|
941
953
|
|
|
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
|
|
954
|
+
- [#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
955
|
|
|
944
956
|
## 74.26.5
|
|
945
957
|
|
|
946
958
|
### Patch Changes
|
|
947
959
|
|
|
948
|
-
- [`3d065399b07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d065399b07) - ED-18969 refactor guideline plugin interface.
|
|
960
|
+
- [#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
961
|
|
|
950
962
|
## 74.26.4
|
|
951
963
|
|
|
952
964
|
### Patch Changes
|
|
953
965
|
|
|
954
|
-
- [`33cec4ba4f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cec4ba4f0) - [ED-19203] Extract common logic, styles, and types to editor-common
|
|
966
|
+
- [#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
967
|
|
|
956
968
|
## 74.26.3
|
|
957
969
|
|
|
958
970
|
### Patch Changes
|
|
959
971
|
|
|
960
|
-
- [`d3851530199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3851530199) - Update snapping logic, tests and examples
|
|
972
|
+
- [#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
973
|
- Updated dependencies
|
|
962
974
|
|
|
963
975
|
## 74.26.2
|
|
964
976
|
|
|
965
977
|
### Patch Changes
|
|
966
978
|
|
|
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
|
|
979
|
+
- [#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
980
|
|
|
969
981
|
## 74.26.1
|
|
970
982
|
|
|
971
983
|
### Patch Changes
|
|
972
984
|
|
|
973
|
-
- [`e8885f55db6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8885f55db6) - ED-18969 implement relative guides support
|
|
985
|
+
- [#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
986
|
|
|
975
987
|
## 74.26.0
|
|
976
988
|
|
|
977
989
|
### Minor Changes
|
|
978
990
|
|
|
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.
|
|
991
|
+
- [#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
992
|
|
|
981
993
|
## 74.25.2
|
|
982
994
|
|
|
983
995
|
### Patch Changes
|
|
984
996
|
|
|
985
|
-
- [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
997
|
+
- [#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
998
|
|
|
987
999
|
## 74.25.1
|
|
988
1000
|
|
|
@@ -994,86 +1006,86 @@
|
|
|
994
1006
|
|
|
995
1007
|
### Minor Changes
|
|
996
1008
|
|
|
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
|
|
1009
|
+
- [#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
1010
|
|
|
999
1011
|
## 74.24.0
|
|
1000
1012
|
|
|
1001
1013
|
### Minor Changes
|
|
1002
1014
|
|
|
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
|
|
1015
|
+
- [#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
1016
|
|
|
1005
1017
|
## 74.23.1
|
|
1006
1018
|
|
|
1007
1019
|
### Patch Changes
|
|
1008
1020
|
|
|
1009
|
-
- [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
1021
|
+
- [#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
1022
|
|
|
1011
1023
|
## 74.23.0
|
|
1012
1024
|
|
|
1013
1025
|
### Minor Changes
|
|
1014
1026
|
|
|
1015
|
-
- [`5f028fb62a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f028fb62a1) - ED-19038 added mediaSingle.widthType support to renderer.
|
|
1027
|
+
- [#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
1028
|
|
|
1017
1029
|
## 74.22.0
|
|
1018
1030
|
|
|
1019
1031
|
### Minor Changes
|
|
1020
1032
|
|
|
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
|
|
1033
|
+
- [#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
1034
|
|
|
1023
1035
|
## 74.21.4
|
|
1024
1036
|
|
|
1025
1037
|
### Patch Changes
|
|
1026
1038
|
|
|
1027
|
-
- [`1d3e0468d4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3e0468d4c) - Adds a new analytics event to be implemented later
|
|
1039
|
+
- [#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
1040
|
|
|
1029
1041
|
## 74.21.3
|
|
1030
1042
|
|
|
1031
1043
|
### Patch Changes
|
|
1032
1044
|
|
|
1033
|
-
- [`018b27d3392`](https://bitbucket.org/atlassian/atlassian-frontend/commits/018b27d3392) - Adds new prop handleMarginTop on ResizerNext component to center resize handle on tables
|
|
1045
|
+
- [#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
1046
|
|
|
1035
1047
|
## 74.21.2
|
|
1036
1048
|
|
|
1037
1049
|
### Patch Changes
|
|
1038
1050
|
|
|
1039
|
-
- [`32ca42e82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32ca42e82c3) - Extracted internal editor card plugin to new package `editor-plugin-card`.
|
|
1051
|
+
- [#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
1052
|
|
|
1041
1053
|
## 74.21.1
|
|
1042
1054
|
|
|
1043
1055
|
### Patch Changes
|
|
1044
1056
|
|
|
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
|
|
1057
|
+
- [#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
1058
|
|
|
1047
1059
|
## 74.21.0
|
|
1048
1060
|
|
|
1049
1061
|
### Minor Changes
|
|
1050
1062
|
|
|
1051
|
-
- [`680a4437157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/680a4437157) - - Adds support for datasource quick insert
|
|
1063
|
+
- [#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
1064
|
- Export type `DatasourceModalType`
|
|
1053
1065
|
|
|
1054
1066
|
## 74.20.0
|
|
1055
1067
|
|
|
1056
1068
|
### Minor Changes
|
|
1057
1069
|
|
|
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`.
|
|
1070
|
+
- [#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
1071
|
|
|
1060
1072
|
## 74.19.2
|
|
1061
1073
|
|
|
1062
1074
|
### Patch Changes
|
|
1063
1075
|
|
|
1064
|
-
- [`f188d9ea397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f188d9ea397) - Create reference event for legacy image upload so DataTransfer is not lost
|
|
1076
|
+
- [#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
1077
|
|
|
1066
1078
|
## 74.19.1
|
|
1067
1079
|
|
|
1068
1080
|
### Patch Changes
|
|
1069
1081
|
|
|
1070
|
-
- [`202f8c2ee69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202f8c2ee69) - The changes here adds support for datasource feature flag for rollout.
|
|
1082
|
+
- [#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
1083
|
|
|
1072
1084
|
## 74.19.0
|
|
1073
1085
|
|
|
1074
1086
|
### Minor Changes
|
|
1075
1087
|
|
|
1076
|
-
- [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
1088
|
+
- [#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
1089
|
|
|
1078
1090
|
### Patch Changes
|
|
1079
1091
|
|
|
@@ -1083,25 +1095,25 @@
|
|
|
1083
1095
|
|
|
1084
1096
|
### Minor Changes
|
|
1085
1097
|
|
|
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
|
|
1098
|
+
- [#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
1099
|
|
|
1088
1100
|
## 74.17.1
|
|
1089
1101
|
|
|
1090
1102
|
### Patch Changes
|
|
1091
1103
|
|
|
1092
|
-
- [`1a852e48b42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a852e48b42) - [ED-17438] Check if parent node is empty paragraph before adding horizontal rule
|
|
1104
|
+
- [#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
1105
|
|
|
1094
1106
|
## 74.17.0
|
|
1095
1107
|
|
|
1096
1108
|
### Minor Changes
|
|
1097
1109
|
|
|
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
|
|
1110
|
+
- [#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
1111
|
|
|
1100
1112
|
## 74.16.0
|
|
1101
1113
|
|
|
1102
1114
|
### Minor Changes
|
|
1103
1115
|
|
|
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.
|
|
1116
|
+
- [#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
1117
|
|
|
1106
1118
|
### Patch Changes
|
|
1107
1119
|
|
|
@@ -1111,19 +1123,19 @@
|
|
|
1111
1123
|
|
|
1112
1124
|
### Patch Changes
|
|
1113
1125
|
|
|
1114
|
-
- [`3a0a36b5910`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a0a36b5910) - check if document exists before using, for confluence SSR to work
|
|
1126
|
+
- [#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
1127
|
|
|
1116
1128
|
## 74.15.1
|
|
1117
1129
|
|
|
1118
1130
|
### Patch Changes
|
|
1119
1131
|
|
|
1120
|
-
- [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
1132
|
+
- [#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
1133
|
|
|
1122
1134
|
## 74.15.0
|
|
1123
1135
|
|
|
1124
1136
|
### Minor Changes
|
|
1125
1137
|
|
|
1126
|
-
- [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - Added feature flag for the new media resize experience.
|
|
1138
|
+
- [#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
1139
|
|
|
1128
1140
|
### Patch Changes
|
|
1129
1141
|
|
|
@@ -1133,19 +1145,19 @@
|
|
|
1133
1145
|
|
|
1134
1146
|
### Minor Changes
|
|
1135
1147
|
|
|
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.
|
|
1148
|
+
- [#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
1149
|
|
|
1138
1150
|
## 74.13.0
|
|
1139
1151
|
|
|
1140
1152
|
### Minor Changes
|
|
1141
1153
|
|
|
1142
|
-
- [`6c1685f4793`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c1685f4793) - [ED-18163] Removed participant count from generic editor-common analytics events
|
|
1154
|
+
- [#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
1155
|
|
|
1144
1156
|
## 74.12.0
|
|
1145
1157
|
|
|
1146
1158
|
### Minor Changes
|
|
1147
1159
|
|
|
1148
|
-
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
1160
|
+
- [#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
1161
|
|
|
1150
1162
|
### Patch Changes
|
|
1151
1163
|
|
|
@@ -1155,14 +1167,14 @@
|
|
|
1155
1167
|
|
|
1156
1168
|
### Patch Changes
|
|
1157
1169
|
|
|
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.
|
|
1170
|
+
- [#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
1171
|
- Also moves some types and functions from breakout plugin to common to be reused for datasource layout button
|
|
1160
1172
|
|
|
1161
1173
|
## 74.11.0
|
|
1162
1174
|
|
|
1163
1175
|
### Minor Changes
|
|
1164
1176
|
|
|
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
|
|
1177
|
+
- [#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
1178
|
|
|
1167
1179
|
### Patch Changes
|
|
1168
1180
|
|
|
@@ -1172,13 +1184,13 @@
|
|
|
1172
1184
|
|
|
1173
1185
|
### Patch Changes
|
|
1174
1186
|
|
|
1175
|
-
- [`a9350cf3831`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9350cf3831) - Check existence of window and document variable for confluence SSR to work
|
|
1187
|
+
- [#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
1188
|
|
|
1177
1189
|
## 74.10.1
|
|
1178
1190
|
|
|
1179
1191
|
### Patch Changes
|
|
1180
1192
|
|
|
1181
|
-
- [`194bd1bf486`](https://bitbucket.org/atlassian/atlassian-frontend/commits/194bd1bf486) - Move smart-card dependency out of dev into direct
|
|
1193
|
+
- [#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
1194
|
|
|
1183
1195
|
## 74.10.0
|
|
1184
1196
|
|
|
@@ -1190,60 +1202,60 @@
|
|
|
1190
1202
|
|
|
1191
1203
|
### Patch Changes
|
|
1192
1204
|
|
|
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.
|
|
1205
|
+
- [#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
1206
|
|
|
1195
1207
|
## 74.9.1
|
|
1196
1208
|
|
|
1197
1209
|
### Patch Changes
|
|
1198
1210
|
|
|
1199
|
-
- [`18344c31ea3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18344c31ea3) - [ED-13910] Fix EditorView getPos type
|
|
1211
|
+
- [#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
1212
|
|
|
1201
1213
|
## 74.9.0
|
|
1202
1214
|
|
|
1203
1215
|
### Minor Changes
|
|
1204
1216
|
|
|
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.
|
|
1217
|
+
- [#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
1218
|
|
|
1207
1219
|
### Patch Changes
|
|
1208
1220
|
|
|
1209
|
-
- [`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) - [ED-17082] Mark package as a singleton one
|
|
1221
|
+
- [#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
1222
|
- Updated dependencies
|
|
1211
1223
|
|
|
1212
1224
|
## 74.8.0
|
|
1213
1225
|
|
|
1214
1226
|
### Minor Changes
|
|
1215
1227
|
|
|
1216
|
-
- [`5e01082b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e01082b600) - Extracting SelectionBasedNodeView to editor-common.
|
|
1228
|
+
- [#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
1229
|
|
|
1218
1230
|
## 74.7.9
|
|
1219
1231
|
|
|
1220
1232
|
### Patch Changes
|
|
1221
1233
|
|
|
1222
|
-
- [`87366c84531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87366c84531) - Extract context panel plugin to new package @atlaskit/editor-plugin-context-panel
|
|
1234
|
+
- [#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
1235
|
|
|
1224
1236
|
## 74.7.8
|
|
1225
1237
|
|
|
1226
1238
|
### Patch Changes
|
|
1227
1239
|
|
|
1228
|
-
- [`b32b60b7807`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b32b60b7807) - [ux] ED-17462 fix 1px overflow
|
|
1240
|
+
- [#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
1241
|
|
|
1230
1242
|
## 74.7.7
|
|
1231
1243
|
|
|
1232
1244
|
### Patch Changes
|
|
1233
1245
|
|
|
1234
|
-
- [`8493df1e169`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8493df1e169) - NO-ISSUE Moved some purely type dependencies to dev dependencies
|
|
1246
|
+
- [#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
1247
|
|
|
1236
1248
|
## 74.7.6
|
|
1237
1249
|
|
|
1238
1250
|
### Patch Changes
|
|
1239
1251
|
|
|
1240
|
-
- [`0edc12510fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0edc12510fb) - Updating types, examples and general clean up of Resizer component
|
|
1252
|
+
- [#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
1253
|
|
|
1242
1254
|
## 74.7.5
|
|
1243
1255
|
|
|
1244
1256
|
### Patch Changes
|
|
1245
1257
|
|
|
1246
|
-
- [`12d33fa653a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12d33fa653a) - [ED-17762] Fix nested table rescale logic when the context menu opens
|
|
1258
|
+
- [#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
1259
|
|
|
1248
1260
|
## 74.7.4
|
|
1249
1261
|
|
|
@@ -1255,31 +1267,31 @@
|
|
|
1255
1267
|
|
|
1256
1268
|
### Patch Changes
|
|
1257
1269
|
|
|
1258
|
-
- [`1259df9a9ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1259df9a9ef) - converted some of block-type's analytics to use new EditorAnalyticsAPI
|
|
1270
|
+
- [#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
1271
|
|
|
1260
1272
|
## 74.7.2
|
|
1261
1273
|
|
|
1262
1274
|
### Patch Changes
|
|
1263
1275
|
|
|
1264
|
-
- [`b9c2562b357`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9c2562b357) - Mark WithPluginState as deprecated.
|
|
1276
|
+
- [#35393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35393) [`b9c2562b357`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9c2562b357) - Mark WithPluginState as deprecated.
|
|
1265
1277
|
|
|
1266
1278
|
## 74.7.1
|
|
1267
1279
|
|
|
1268
1280
|
### Patch Changes
|
|
1269
1281
|
|
|
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.
|
|
1282
|
+
- [#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
1283
|
|
|
1272
1284
|
## 74.7.0
|
|
1273
1285
|
|
|
1274
1286
|
### Minor Changes
|
|
1275
1287
|
|
|
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
|
|
1288
|
+
- [#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
1289
|
|
|
1278
1290
|
## 74.6.0
|
|
1279
1291
|
|
|
1280
1292
|
### Minor Changes
|
|
1281
1293
|
|
|
1282
|
-
- [`f07a1e036a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07a1e036a9) - Refactoring editor-core to prepare for extracting card plugin.
|
|
1294
|
+
- [#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
1295
|
|
|
1284
1296
|
## 74.5.2
|
|
1285
1297
|
|
|
@@ -1291,19 +1303,19 @@
|
|
|
1291
1303
|
|
|
1292
1304
|
### Patch Changes
|
|
1293
1305
|
|
|
1294
|
-
- [`a336b15fe85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a336b15fe85) - NO-ISSUE Explicitly remove breadcrumbs for Editor Sentry events
|
|
1306
|
+
- [#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
1307
|
|
|
1296
1308
|
## 74.5.0
|
|
1297
1309
|
|
|
1298
1310
|
### Minor Changes
|
|
1299
1311
|
|
|
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).
|
|
1312
|
+
- [#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
1313
|
|
|
1302
1314
|
## 74.4.0
|
|
1303
1315
|
|
|
1304
1316
|
### Minor Changes
|
|
1305
1317
|
|
|
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.
|
|
1318
|
+
- [#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
1319
|
- [`f3d2c08d61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3d2c08d61b) - Adds new datasource attribute to existing blockCard node
|
|
1308
1320
|
|
|
1309
1321
|
### Patch Changes
|
|
@@ -1320,7 +1332,7 @@
|
|
|
1320
1332
|
|
|
1321
1333
|
### Minor Changes
|
|
1322
1334
|
|
|
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.
|
|
1335
|
+
- [#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
1336
|
|
|
1325
1337
|
### Patch Changes
|
|
1326
1338
|
|
|
@@ -1353,13 +1365,13 @@
|
|
|
1353
1365
|
|
|
1354
1366
|
### Patch Changes
|
|
1355
1367
|
|
|
1356
|
-
- [`01bb98b52ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01bb98b52ee) - Internal change to replace gridSize with space tokens.
|
|
1368
|
+
- [#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
1369
|
|
|
1358
1370
|
## 74.2.0
|
|
1359
1371
|
|
|
1360
1372
|
### Minor Changes
|
|
1361
1373
|
|
|
1362
|
-
- [`1549c2e6dda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1549c2e6dda) - Extract width plugin from `editor-core` to separate `editor-plugin-width` package.
|
|
1374
|
+
- [#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
1375
|
- [`f055b886032`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f055b886032) - Extract the grid plugin to a separate package.
|
|
1364
1376
|
|
|
1365
1377
|
### Patch Changes
|
|
@@ -1374,20 +1386,20 @@
|
|
|
1374
1386
|
|
|
1375
1387
|
### Patch Changes
|
|
1376
1388
|
|
|
1377
|
-
- [`f3bd38c3f31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3bd38c3f31) - Removes spacing tokens from shadows in favour of shadow tokens
|
|
1389
|
+
- [#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
1390
|
|
|
1379
1391
|
## 74.1.1
|
|
1380
1392
|
|
|
1381
1393
|
### Patch Changes
|
|
1382
1394
|
|
|
1383
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
1395
|
+
- [#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
1396
|
- Updated dependencies
|
|
1385
1397
|
|
|
1386
1398
|
## 74.1.0
|
|
1387
1399
|
|
|
1388
1400
|
### Minor Changes
|
|
1389
1401
|
|
|
1390
|
-
- [`6bc52e5a406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bc52e5a406) - [ED-17687] Capture errors caught in error boundaries in Sentry
|
|
1402
|
+
- [#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
1403
|
- [`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
1404
|
- [`5cc449dac8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cc449dac8d) - Decouple card plugin so that it uses new NextEditorPlugin for any injected dependencies.
|
|
1393
1405
|
- [`be561d3491c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be561d3491c) - [ED-17622] Adds new Resizer component
|
|
@@ -1406,14 +1418,14 @@
|
|
|
1406
1418
|
|
|
1407
1419
|
### Patch Changes
|
|
1408
1420
|
|
|
1409
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
1421
|
+
- [#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
1422
|
- Updated dependencies
|
|
1411
1423
|
|
|
1412
1424
|
## 74.0.0
|
|
1413
1425
|
|
|
1414
1426
|
### Minor Changes
|
|
1415
1427
|
|
|
1416
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
1428
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
1417
1429
|
|
|
1418
1430
|
### Patch Changes
|
|
1419
1431
|
|
|
@@ -1423,7 +1435,7 @@
|
|
|
1423
1435
|
|
|
1424
1436
|
### Major Changes
|
|
1425
1437
|
|
|
1426
|
-
- [`054186aa44f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/054186aa44f) - Remove email from CollabParticipant type and rely more on ProviderParticipant type.
|
|
1438
|
+
- [#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
1439
|
|
|
1428
1440
|
### Patch Changes
|
|
1429
1441
|
|
|
@@ -1434,13 +1446,13 @@
|
|
|
1434
1446
|
|
|
1435
1447
|
### Minor Changes
|
|
1436
1448
|
|
|
1437
|
-
- [`135df1a1e78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/135df1a1e78) - [ux] ED-17405 - Bugfix: Editor toolbar dropdown menus not receiving keyboard events for navigation
|
|
1449
|
+
- [#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
1450
|
|
|
1439
1451
|
## 72.8.0
|
|
1440
1452
|
|
|
1441
1453
|
### Minor Changes
|
|
1442
1454
|
|
|
1443
|
-
- [`c2385dcb8f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2385dcb8f7) - [ux] ED-17043 Expanded table chart colors from 20 to 36 colors.
|
|
1455
|
+
- [#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
1456
|
- [`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
1457
|
|
|
1446
1458
|
```ts
|
|
@@ -1478,26 +1490,26 @@
|
|
|
1478
1490
|
|
|
1479
1491
|
### Patch Changes
|
|
1480
1492
|
|
|
1481
|
-
- [`68f2cf54b1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68f2cf54b1b) - [ED-17484] Fix plugins race condition when pluginInjectionAPI uses .reverse().map()
|
|
1493
|
+
- [#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
1494
|
|
|
1483
1495
|
## 72.7.2
|
|
1484
1496
|
|
|
1485
1497
|
### Patch Changes
|
|
1486
1498
|
|
|
1487
|
-
- [`190cca54c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/190cca54c10) - [ux] Update the image border icon
|
|
1499
|
+
- [#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
1500
|
|
|
1489
1501
|
## 72.7.1
|
|
1490
1502
|
|
|
1491
1503
|
### Patch Changes
|
|
1492
1504
|
|
|
1493
|
-
- [`9f9b4b1cf60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9b4b1cf60) - [ux] [HOT-103036] Fix table width styling when broken out with fragment mark
|
|
1505
|
+
- [#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
1506
|
- Updated dependencies
|
|
1495
1507
|
|
|
1496
1508
|
## 72.7.0
|
|
1497
1509
|
|
|
1498
1510
|
### Minor Changes
|
|
1499
1511
|
|
|
1500
|
-
- [`2192c9417d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2192c9417d7) - [ESS-3335] Review Collab Provider API error handling & types
|
|
1512
|
+
- [#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
1513
|
- [`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add "border" mark to stage0 ADF schema
|
|
1502
1514
|
- [`27b106a736b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b106a736b) - ESS-3274 Refactor participant logic our of Provider class
|
|
1503
1515
|
- [`af9a85063e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af9a85063e5) - add image border toolbar
|
|
@@ -1521,13 +1533,13 @@
|
|
|
1521
1533
|
|
|
1522
1534
|
### Patch Changes
|
|
1523
1535
|
|
|
1524
|
-
- [`b737494c727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b737494c727) - Update optional feature flag type
|
|
1536
|
+
- [#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
1537
|
|
|
1526
1538
|
## 72.6.0
|
|
1527
1539
|
|
|
1528
1540
|
### Minor Changes
|
|
1529
1541
|
|
|
1530
|
-
- [`a697f9eb7ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a697f9eb7ca) - [ED-16746] Introduce the shareable actions concept into the NextEditorPlugin
|
|
1542
|
+
- [#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
1543
|
- [`a7e36157e01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7e36157e01) - [ED-15941] Refactor Preset into EditorPresetBuilder
|
|
1532
1544
|
- [`66bbcd766fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66bbcd766fe) - [ED-16735] Inject its own api on NextEditorPlugin
|
|
1533
1545
|
- [`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 +1586,7 @@
|
|
|
1574
1586
|
|
|
1575
1587
|
### Minor Changes
|
|
1576
1588
|
|
|
1577
|
-
- [`2ee31675e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ee31675e66) - [ED-16557] Refactor Editor and EditorNext to share common code in editor-core.
|
|
1589
|
+
- [#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
1590
|
|
|
1579
1591
|
Introduce new hooks in editor-common including:
|
|
1580
1592
|
|
|
@@ -1632,7 +1644,7 @@
|
|
|
1632
1644
|
|
|
1633
1645
|
### Minor Changes
|
|
1634
1646
|
|
|
1635
|
-
- [`7fc33ec3f67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fc33ec3f67) - updating payload types for collab provider connected event payload
|
|
1647
|
+
- [#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
1648
|
- [`ef0beaafa36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0beaafa36) - [ux] ED-15862: Add analytics for restartNumberedLists custom list start numbers
|
|
1637
1649
|
|
|
1638
1650
|
### Patch Changes
|
|
@@ -1648,13 +1660,13 @@
|
|
|
1648
1660
|
|
|
1649
1661
|
### Minor Changes
|
|
1650
1662
|
|
|
1651
|
-
- [`5d255c4c7c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d255c4c7c0) - Updates to support the new @atlaskit/tokens theming API.
|
|
1663
|
+
- [#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
1664
|
|
|
1653
1665
|
## 72.2.3
|
|
1654
1666
|
|
|
1655
1667
|
### Patch Changes
|
|
1656
1668
|
|
|
1657
|
-
- [`9e088852e54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e088852e54) - ED-16199 moved domainName to nonPrivacySafeAttributes
|
|
1669
|
+
- [#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
1670
|
|
|
1659
1671
|
## 72.2.2
|
|
1660
1672
|
|
|
@@ -1672,7 +1684,7 @@
|
|
|
1672
1684
|
|
|
1673
1685
|
### Minor Changes
|
|
1674
1686
|
|
|
1675
|
-
- [`a0a35fe7fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0a35fe7fb1) - Renaming contentComponent event subject to contentComponentv2. Move errorStack attribute to nonPrivacySafeAttributes
|
|
1687
|
+
- [#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
1688
|
|
|
1677
1689
|
### Patch Changes
|
|
1678
1690
|
|
|
@@ -1687,19 +1699,19 @@
|
|
|
1687
1699
|
|
|
1688
1700
|
### Patch Changes
|
|
1689
1701
|
|
|
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
|
|
1702
|
+
- [#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
1703
|
|
|
1692
1704
|
## 72.1.1
|
|
1693
1705
|
|
|
1694
1706
|
### Patch Changes
|
|
1695
1707
|
|
|
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
|
|
1708
|
+
- [#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
1709
|
|
|
1698
1710
|
## 72.1.0
|
|
1699
1711
|
|
|
1700
1712
|
### Minor Changes
|
|
1701
1713
|
|
|
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.
|
|
1714
|
+
- [#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
1715
|
|
|
1704
1716
|
Showing more colors in the color selection palette is now a default behaviour.
|
|
1705
1717
|
|
|
@@ -1771,14 +1783,14 @@
|
|
|
1771
1783
|
|
|
1772
1784
|
### Patch Changes
|
|
1773
1785
|
|
|
1774
|
-
- [`4a2a04ee176`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a2a04ee176) - Internal refactor of panel color logic to support design token babel plugin
|
|
1786
|
+
- [#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
1787
|
- [`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
1788
|
|
|
1777
1789
|
## 72.0.0
|
|
1778
1790
|
|
|
1779
1791
|
### Major Changes
|
|
1780
1792
|
|
|
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
|
|
1793
|
+
- [#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
1794
|
|
|
1783
1795
|
## **DEPRECATION WARNING:**
|
|
1784
1796
|
|
|
@@ -1867,7 +1879,7 @@
|
|
|
1867
1879
|
|
|
1868
1880
|
### Major Changes
|
|
1869
1881
|
|
|
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.
|
|
1882
|
+
- [#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
1883
|
|
|
1872
1884
|
### Minor Changes
|
|
1873
1885
|
|
|
@@ -1911,7 +1923,7 @@
|
|
|
1911
1923
|
|
|
1912
1924
|
### Minor Changes
|
|
1913
1925
|
|
|
1914
|
-
- [`a9cc5c4241b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9cc5c4241b) - ED-15936 add and export new analytic events for editor-referentiality
|
|
1926
|
+
- [#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
1927
|
|
|
1916
1928
|
## 70.2.1
|
|
1917
1929
|
|
|
@@ -1923,7 +1935,7 @@
|
|
|
1923
1935
|
|
|
1924
1936
|
### Minor Changes
|
|
1925
1937
|
|
|
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.
|
|
1938
|
+
- [#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
1939
|
- [`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
1940
|
|
|
1929
1941
|
[ED-15674][ed15739] [ED-15633]
|
|
@@ -1957,7 +1969,7 @@
|
|
|
1957
1969
|
|
|
1958
1970
|
### Patch Changes
|
|
1959
1971
|
|
|
1960
|
-
- [`d2cde0ebdfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cde0ebdfd) - fix editor cypress tests and delete media cypress tests
|
|
1972
|
+
- [#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
1973
|
|
|
1962
1974
|
## 70.1.2
|
|
1963
1975
|
|
|
@@ -1969,19 +1981,19 @@
|
|
|
1969
1981
|
|
|
1970
1982
|
### Patch Changes
|
|
1971
1983
|
|
|
1972
|
-
- [`fa5c9465369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa5c9465369) - [ED-15753] adds types for editor-referentiality plugin analytics events
|
|
1984
|
+
- [#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
1985
|
|
|
1974
1986
|
## 70.1.0
|
|
1975
1987
|
|
|
1976
1988
|
### Minor Changes
|
|
1977
1989
|
|
|
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
|
|
1990
|
+
- [#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
1991
|
|
|
1980
1992
|
## 70.0.0
|
|
1981
1993
|
|
|
1982
1994
|
### Patch Changes
|
|
1983
1995
|
|
|
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
|
|
1996
|
+
- [#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
1997
|
- [`dbc1b4943c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc1b4943c2) - ED-13162 add word joiner before and after telepointer
|
|
1986
1998
|
- Updated dependencies
|
|
1987
1999
|
|
|
@@ -1995,26 +2007,26 @@
|
|
|
1995
2007
|
|
|
1996
2008
|
### Patch Changes
|
|
1997
2009
|
|
|
1998
|
-
- [`8dfda7116ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8dfda7116ca) - remove cypress-config export from editor-common
|
|
2010
|
+
- [#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
2011
|
|
|
2000
2012
|
## 69.4.0
|
|
2001
2013
|
|
|
2002
2014
|
### Minor Changes
|
|
2003
2015
|
|
|
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
|
|
2016
|
+
- [#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
2017
|
|
|
2006
2018
|
## 69.3.1
|
|
2007
2019
|
|
|
2008
2020
|
### Patch Changes
|
|
2009
2021
|
|
|
2010
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
2022
|
+
- [#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
2023
|
- Updated dependencies
|
|
2012
2024
|
|
|
2013
2025
|
## 69.3.0
|
|
2014
2026
|
|
|
2015
2027
|
### Minor Changes
|
|
2016
2028
|
|
|
2017
|
-
- [`c804f3217e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c804f3217e7) - [ED-15588] Decouple messages in table plugin by moving dependencies to editor-common.
|
|
2029
|
+
- [#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
2030
|
- [`a4d1c1e9dd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d1c1e9dd0) - Shifted slice transforms to editor-common
|
|
2019
2031
|
- [`f920b646662`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f920b646662) - Shifted many common utils from editor-core to editor-common
|
|
2020
2032
|
- [`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 +2047,7 @@
|
|
|
2035
2047
|
|
|
2036
2048
|
### Patch Changes
|
|
2037
2049
|
|
|
2038
|
-
- [`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - - include **tests_external** in build
|
|
2050
|
+
- [#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
2051
|
- replace usage of @local-cypress package with @cypress
|
|
2040
2052
|
- bump @cypress from ^6.4.0 to ^7.7.0
|
|
2041
2053
|
- import cypress types into @atlaskit/in-product-testing tsconfig
|
|
@@ -2050,7 +2062,7 @@
|
|
|
2050
2062
|
|
|
2051
2063
|
### Minor Changes
|
|
2052
2064
|
|
|
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.
|
|
2065
|
+
- [#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
2066
|
- [`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
2067
|
|
|
2056
2068
|
### Patch Changes
|
|
@@ -2072,14 +2084,14 @@
|
|
|
2072
2084
|
|
|
2073
2085
|
### Patch Changes
|
|
2074
2086
|
|
|
2075
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
2087
|
+
- [#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
2088
|
- Updated dependencies
|
|
2077
2089
|
|
|
2078
2090
|
## 69.1.0
|
|
2079
2091
|
|
|
2080
2092
|
### Minor Changes
|
|
2081
2093
|
|
|
2082
|
-
- [`2affe8adcfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2affe8adcfa) - ED-14510: Generic feature flag to disable spellcheck via browser and version
|
|
2094
|
+
- [#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
2095
|
- [`5020781d90a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5020781d90a) - [ux] ED-15099 added floatng toolbar copy button to Expand
|
|
2084
2096
|
- [`995991c4b11`](https://bitbucket.org/atlassian/atlassian-frontend/commits/995991c4b11) - [ux] ED-15108 added floating toolbar copy button to Layout
|
|
2085
2097
|
|
|
@@ -2099,7 +2111,7 @@
|
|
|
2099
2111
|
|
|
2100
2112
|
### Major Changes
|
|
2101
2113
|
|
|
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
|
|
2114
|
+
- [#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
2115
|
|
|
2104
2116
|
### Minor Changes
|
|
2105
2117
|
|
|
@@ -2127,14 +2139,14 @@
|
|
|
2127
2139
|
|
|
2128
2140
|
### Patch Changes
|
|
2129
2141
|
|
|
2130
|
-
- [`559b6610a0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b6610a0e) - Modified some CSS rules to ensure Emotion is compatible with server side rendering.
|
|
2142
|
+
- [#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
2143
|
- Updated dependencies
|
|
2132
2144
|
|
|
2133
2145
|
## 68.0.0
|
|
2134
2146
|
|
|
2135
2147
|
### Major Changes
|
|
2136
2148
|
|
|
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.
|
|
2149
|
+
- [#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
2150
|
This is affecting vertical shadows inside tables and extensions in renderer.
|
|
2139
2151
|
On the OverflowShadowOptions interface of the shadows component exported from editor-common we are also removing scrollableSelector option which is no longer used.
|
|
2140
2152
|
|
|
@@ -2159,7 +2171,7 @@
|
|
|
2159
2171
|
|
|
2160
2172
|
### Minor Changes
|
|
2161
2173
|
|
|
2162
|
-
- [`025ee31e9bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/025ee31e9bc) - [ux] Instrumented `@atlaskit/editor-common` with the new theming package, `@atlaskit/tokens`.
|
|
2174
|
+
- [#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
2175
|
|
|
2164
2176
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
2165
2177
|
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 +2196,7 @@
|
|
|
2184
2196
|
|
|
2185
2197
|
### Patch Changes
|
|
2186
2198
|
|
|
2187
|
-
- [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
2199
|
+
- [#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
2200
|
|
|
2189
2201
|
## 66.0.3
|
|
2190
2202
|
|
|
@@ -2197,7 +2209,7 @@
|
|
|
2197
2209
|
|
|
2198
2210
|
### Patch Changes
|
|
2199
2211
|
|
|
2200
|
-
- [`c827226316a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c827226316a) - ED-14291 removed deprecated themeProvider
|
|
2212
|
+
- [#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
2213
|
- [`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
2214
|
|
|
2203
2215
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
@@ -2239,13 +2251,13 @@
|
|
|
2239
2251
|
|
|
2240
2252
|
### Patch Changes
|
|
2241
2253
|
|
|
2242
|
-
- [`209fdaab573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/209fdaab573) - export in product tests
|
|
2254
|
+
- [#20557](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20557) [`209fdaab573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/209fdaab573) - export in product tests
|
|
2243
2255
|
|
|
2244
2256
|
## 66.0.0
|
|
2245
2257
|
|
|
2246
2258
|
### Major Changes
|
|
2247
2259
|
|
|
2248
|
-
- [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2 fallback helpers IntlLegacyFallbackProvider and IntlNextCompat
|
|
2260
|
+
- [#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
2261
|
- [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2.
|
|
2250
2262
|
|
|
2251
2263
|
### Minor Changes
|
|
@@ -2267,7 +2279,7 @@
|
|
|
2267
2279
|
|
|
2268
2280
|
### Major Changes
|
|
2269
2281
|
|
|
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.
|
|
2282
|
+
- [#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
2283
|
|
|
2272
2284
|
### Minor Changes
|
|
2273
2285
|
|
|
@@ -2287,11 +2299,11 @@
|
|
|
2287
2299
|
|
|
2288
2300
|
### Major Changes
|
|
2289
2301
|
|
|
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
|
|
2302
|
+
- [#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
2303
|
|
|
2292
2304
|
### Minor Changes
|
|
2293
2305
|
|
|
2294
|
-
- [`4e234e7fe93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e234e7fe93) - CETI-240 handle add custom emoji in floating toolbar
|
|
2306
|
+
- [#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
2307
|
- [`5293a48368e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5293a48368e) - fix image size in layout with ref and width observer
|
|
2296
2308
|
- [`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
2309
|
- [`9c9557fcdd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c9557fcdd8) - AK-279 Moved copy button outside of heading, that made heading accessible
|
|
@@ -2313,7 +2325,7 @@
|
|
|
2313
2325
|
|
|
2314
2326
|
### Patch Changes
|
|
2315
2327
|
|
|
2316
|
-
- [`b921ec55066`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b921ec55066) - Fix chrome version parsing logic to accept 3 digits instead of just 2
|
|
2328
|
+
- [#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
2329
|
|
|
2318
2330
|
## 63.0.0
|
|
2319
2331
|
|
|
@@ -2383,13 +2395,13 @@
|
|
|
2383
2395
|
|
|
2384
2396
|
### Patch Changes
|
|
2385
2397
|
|
|
2386
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
2398
|
+
- [#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
2399
|
|
|
2388
2400
|
## 62.1.0
|
|
2389
2401
|
|
|
2390
2402
|
### Minor Changes
|
|
2391
2403
|
|
|
2392
|
-
- [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) - [ED-14106] Reset custom color when the node is inside a link
|
|
2404
|
+
- [#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
2405
|
|
|
2394
2406
|
### Patch Changes
|
|
2395
2407
|
|
|
@@ -2399,7 +2411,7 @@
|
|
|
2399
2411
|
|
|
2400
2412
|
### Major Changes
|
|
2401
2413
|
|
|
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
|
|
2414
|
+
- [#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
2415
|
|
|
2404
2416
|
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
2417
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -2445,13 +2457,13 @@
|
|
|
2445
2457
|
|
|
2446
2458
|
### Patch Changes
|
|
2447
2459
|
|
|
2448
|
-
- [`4531469b0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4531469b0f8) - ED-14034 fix broken media captions in firefox
|
|
2460
|
+
- [#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
2461
|
|
|
2450
2462
|
## 61.0.0
|
|
2451
2463
|
|
|
2452
2464
|
### Major Changes
|
|
2453
2465
|
|
|
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.
|
|
2466
|
+
- [#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
2467
|
|
|
2456
2468
|
This change has several parts to ensure the correctness of serialize(), deserialize(), GroupedField.hasGroupedValues and BaseFieldDefinition.allowDuplicates
|
|
2457
2469
|
|
|
@@ -2494,7 +2506,7 @@
|
|
|
2494
2506
|
|
|
2495
2507
|
### Minor Changes
|
|
2496
2508
|
|
|
2497
|
-
- [`c80c71b537d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c80c71b537d) - [ux] ED-13860 add bidi warning decorations to code components
|
|
2509
|
+
- [#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
2510
|
|
|
2499
2511
|
### Patch Changes
|
|
2500
2512
|
|
|
@@ -2504,7 +2516,7 @@
|
|
|
2504
2516
|
|
|
2505
2517
|
### Minor Changes
|
|
2506
2518
|
|
|
2507
|
-
- [`53d2eac387d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53d2eac387d) - ED-12705 Fail all active editor UFO experiences from the editor error boundary
|
|
2519
|
+
- [#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
2520
|
- [`b58f3c24179`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b58f3c24179) - ED-13643 Instrument editor interaction UFO experience
|
|
2509
2521
|
- [`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
2522
|
- [`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 +2537,7 @@
|
|
|
2525
2537
|
|
|
2526
2538
|
### Minor Changes
|
|
2527
2539
|
|
|
2528
|
-
- [`981052d2a94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/981052d2a94) - COLLAB-933: Update common types to support disconnected event
|
|
2540
|
+
- [#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
2541
|
- [`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
2542
|
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - AK-279 Moved copy button outside of heading, that made heading accessible
|
|
2531
2543
|
- [`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 +2552,7 @@
|
|
|
2540
2552
|
|
|
2541
2553
|
### Major Changes
|
|
2542
2554
|
|
|
2543
|
-
- [`b95863772be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b95863772be) - Support external observers.
|
|
2555
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`b95863772be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b95863772be) - Support external observers.
|
|
2544
2556
|
Use better naming for refNode (refNode => reference).
|
|
2545
2557
|
In favor of further work (supporting multiple references) pass array of references to Extension component.
|
|
2546
2558
|
Expand node with localId for extentions.
|
|
@@ -2563,7 +2575,7 @@
|
|
|
2563
2575
|
|
|
2564
2576
|
### Minor Changes
|
|
2565
2577
|
|
|
2566
|
-
- [`ea1cb28fb03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1cb28fb03) - CETI-3 User is able to change emoji and background color when selected
|
|
2578
|
+
- [#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
2579
|
- [`c796dfa0ae4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c796dfa0ae4) - [ME-1589] Rearchitect the adaptive toolbar solution for the editor mobile bridge.
|
|
2568
2580
|
|
|
2569
2581
|
- Add a new plugin to editor-core that allows you to subscribe to events when the editor view is updated.
|
|
@@ -2580,7 +2592,7 @@
|
|
|
2580
2592
|
|
|
2581
2593
|
### Minor Changes
|
|
2582
2594
|
|
|
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.
|
|
2595
|
+
- [#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
2596
|
- [`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
2597
|
|
|
2586
2598
|
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 +2613,19 @@
|
|
|
2601
2613
|
|
|
2602
2614
|
### Patch Changes
|
|
2603
2615
|
|
|
2604
|
-
- [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
|
|
2616
|
+
- [#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
2617
|
|
|
2606
2618
|
## 58.1.1
|
|
2607
2619
|
|
|
2608
2620
|
### Patch Changes
|
|
2609
2621
|
|
|
2610
|
-
- [`799eae9351d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/799eae9351d) - Updating BaseFieldDefiniton type to include isHidden on it.
|
|
2622
|
+
- [#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
2623
|
|
|
2612
2624
|
## 58.1.0
|
|
2613
2625
|
|
|
2614
2626
|
### Minor Changes
|
|
2615
2627
|
|
|
2616
|
-
- [`1075019cefe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1075019cefe) - Add NodeProps to Caption
|
|
2628
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`1075019cefe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1075019cefe) - Add NodeProps to Caption
|
|
2617
2629
|
|
|
2618
2630
|
### Patch Changes
|
|
2619
2631
|
|
|
@@ -2624,7 +2636,7 @@
|
|
|
2624
2636
|
|
|
2625
2637
|
### Major Changes
|
|
2626
2638
|
|
|
2627
|
-
- [`0b9318d5c23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b9318d5c23) - ED-11952 updated extension interface to allow dynamic toolbar buttons.
|
|
2639
|
+
- [#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
2640
|
BREAKING CHANGE: `ExtensionModules.contextualToolbarItems` has been removed in favor of `ExtensionModules.contextualToolbars`.
|
|
2629
2641
|
|
|
2630
2642
|
`ExtensionModules.contextualToolbars` consist of a list of `ContextualToolbar` which has the following signature:
|
|
@@ -2650,20 +2662,20 @@
|
|
|
2650
2662
|
|
|
2651
2663
|
### Minor Changes
|
|
2652
2664
|
|
|
2653
|
-
- [`92c1a74eb2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92c1a74eb2d) - [ux] ED-13083: fixed serialize() for Tabs and Expand fields
|
|
2665
|
+
- [#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
2666
|
|
|
2655
2667
|
## 57.1.3
|
|
2656
2668
|
|
|
2657
2669
|
### Patch Changes
|
|
2658
2670
|
|
|
2659
|
-
- [`9e09b407b43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e09b407b43) - Exclude `__tests_external__` from the `build/tsconfig.json`.
|
|
2671
|
+
- [#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
2672
|
Add `local-cypress` and remove types export.
|
|
2661
2673
|
|
|
2662
2674
|
## 57.1.2
|
|
2663
2675
|
|
|
2664
2676
|
### Patch Changes
|
|
2665
2677
|
|
|
2666
|
-
- [`070261ec304`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070261ec304) - Fix Cypress types for packages
|
|
2678
|
+
- [#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
2679
|
|
|
2668
2680
|
## 57.1.1
|
|
2669
2681
|
|
|
@@ -2675,7 +2687,7 @@
|
|
|
2675
2687
|
|
|
2676
2688
|
### Minor Changes
|
|
2677
2689
|
|
|
2678
|
-
- [`e66cd2fe716`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e66cd2fe716) - ED-12655: added support for config panel tabs
|
|
2690
|
+
- [#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
2691
|
- [`11b9305ca1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11b9305ca1b) - [ux] ED-12649 add ColorField definition and UI to ConfigPanel
|
|
2680
2692
|
- [`35645d7d1b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35645d7d1b7) - ED-12762 Prevent nesting of GroupingFields (for now)
|
|
2681
2693
|
Added localization for expand field
|
|
@@ -2692,7 +2704,7 @@
|
|
|
2692
2704
|
|
|
2693
2705
|
### Major Changes
|
|
2694
2706
|
|
|
2695
|
-
- [`713dcb9d058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/713dcb9d058) - remove DataSourceField
|
|
2707
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`713dcb9d058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/713dcb9d058) - remove DataSourceField
|
|
2696
2708
|
|
|
2697
2709
|
### Minor Changes
|
|
2698
2710
|
|
|
@@ -2707,7 +2719,7 @@
|
|
|
2707
2719
|
|
|
2708
2720
|
### Major Changes
|
|
2709
2721
|
|
|
2710
|
-
- [`4befa7c039c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4befa7c039c) - ED-12593: rename ExtensionAPI.editInLegacyMacroBrowser() to \_editInLegacyMacroBrowser()
|
|
2722
|
+
- [#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
2723
|
|
|
2712
2724
|
Also cleaned up the options for createExtensionAPI() for easier use.
|
|
2713
2725
|
|
|
@@ -2741,14 +2753,14 @@
|
|
|
2741
2753
|
|
|
2742
2754
|
### Patch Changes
|
|
2743
2755
|
|
|
2744
|
-
- [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
2756
|
+
- [#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
2757
|
- Updated dependencies
|
|
2746
2758
|
|
|
2747
2759
|
## 55.5.1
|
|
2748
2760
|
|
|
2749
2761
|
### Patch Changes
|
|
2750
2762
|
|
|
2751
|
-
- [`df1da03ac3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df1da03ac3d) - define interface for api extension
|
|
2763
|
+
- [#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
2764
|
- [`5a6e9efd99b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a6e9efd99b) - ED-12508 implement api stub
|
|
2753
2765
|
- [`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
2766
|
- Updated dependencies
|
|
@@ -2757,7 +2769,7 @@
|
|
|
2757
2769
|
|
|
2758
2770
|
### Minor Changes
|
|
2759
2771
|
|
|
2760
|
-
- [`769e10a40a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769e10a40a7) - ED-12108 Support duplicate named fields in config panel fieldset
|
|
2772
|
+
- [#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
2773
|
|
|
2762
2774
|
For a field to be allowed to have duplicates you must set `allowDuplicates: true` on the field definition
|
|
2763
2775
|
|
|
@@ -2773,7 +2785,7 @@
|
|
|
2773
2785
|
|
|
2774
2786
|
### Patch Changes
|
|
2775
2787
|
|
|
2776
|
-
- [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New stage-0 data consumer mark in ADF schema
|
|
2788
|
+
- [#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
2789
|
- [`d2e70ebaaa9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2e70ebaaa9) - NO-ISSUE: updated editor tests to use 'doc: DocBuilder' instead of 'doc: any'
|
|
2778
2790
|
- [`ee188b01fc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee188b01fc0) - ED-12339 added adf information to be passed into extension button on click action
|
|
2779
2791
|
- [`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 +2795,7 @@
|
|
|
2783
2795
|
|
|
2784
2796
|
### Patch Changes
|
|
2785
2797
|
|
|
2786
|
-
- [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
|
|
2798
|
+
- [#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
2799
|
We discovered big bundle size increases associated with the date-fns upgrade.
|
|
2788
2800
|
We're reverting the upgarde to investigate
|
|
2789
2801
|
|
|
@@ -2791,13 +2803,13 @@
|
|
|
2791
2803
|
|
|
2792
2804
|
### Patch Changes
|
|
2793
2805
|
|
|
2794
|
-
- [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
|
|
2806
|
+
- [#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
2807
|
|
|
2796
2808
|
## 55.4.0
|
|
2797
2809
|
|
|
2798
2810
|
### Minor Changes
|
|
2799
2811
|
|
|
2800
|
-
- [`b74caaa43e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b74caaa43e9) - add reserveCursor option to init event
|
|
2812
|
+
- [#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
2813
|
- [`4f08f25ebfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f08f25ebfe) - NO-ISSUE pass through feature flags into renderer
|
|
2802
2814
|
- [`d33f17ed9b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d33f17ed9b6) - ED-11153: additionally map tti values in editor tti event to severity strings
|
|
2803
2815
|
|
|
@@ -2812,7 +2824,7 @@
|
|
|
2812
2824
|
|
|
2813
2825
|
### Minor Changes
|
|
2814
2826
|
|
|
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.
|
|
2827
|
+
- [#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
2828
|
|
|
2817
2829
|
### Patch Changes
|
|
2818
2830
|
|
|
@@ -2832,7 +2844,7 @@
|
|
|
2832
2844
|
|
|
2833
2845
|
### Minor Changes
|
|
2834
2846
|
|
|
2835
|
-
- [`8c90794239c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c90794239c) - ED-11587: quickInsert for placeholder-text plugin
|
|
2847
|
+
- [#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
2848
|
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
2837
2849
|
- [`586040bf70b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/586040bf70b) - Ensure that all children are validated in new error path
|
|
2838
2850
|
|
|
@@ -2848,7 +2860,7 @@
|
|
|
2848
2860
|
|
|
2849
2861
|
### Patch Changes
|
|
2850
2862
|
|
|
2851
|
-
- [`549740c01d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/549740c01d) - Exported the validator errors map
|
|
2863
|
+
- [#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
2864
|
Convert nodes that are after an invalid length to be unsupported
|
|
2853
2865
|
- Updated dependencies
|
|
2854
2866
|
|
|
@@ -2862,7 +2874,7 @@
|
|
|
2862
2874
|
|
|
2863
2875
|
### Minor Changes
|
|
2864
2876
|
|
|
2865
|
-
- [`64281cda86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64281cda86) - ED-11151: Improve TTI measurements
|
|
2877
|
+
- [#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
2878
|
- [`38e24bcc76`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38e24bcc76) - ED-10832 Track unsupportedNode Attribute with null value explicitly
|
|
2867
2879
|
|
|
2868
2880
|
### Patch Changes
|
|
@@ -2874,7 +2886,7 @@
|
|
|
2874
2886
|
|
|
2875
2887
|
### Major Changes
|
|
2876
2888
|
|
|
2877
|
-
- [`0923d917ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0923d917ef) - `MediaSingle` prop 'blockLink' is removed and `width` becomes optional.
|
|
2889
|
+
- [#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
2890
|
`MediaSingleDimensionHelper` prop `ratio` is removed.
|
|
2879
2891
|
|
|
2880
2892
|
### Patch Changes
|
|
@@ -2886,7 +2898,7 @@
|
|
|
2886
2898
|
|
|
2887
2899
|
### Major Changes
|
|
2888
2900
|
|
|
2889
|
-
- [`da77198e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da77198e43) - Rename title:changed to metadata:changed in collab provider, editor common and mobile bridge
|
|
2901
|
+
- [#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
2902
|
- [`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
2903
|
|
|
2892
2904
|
### Minor Changes
|
|
@@ -2904,14 +2916,14 @@
|
|
|
2904
2916
|
|
|
2905
2917
|
### Patch Changes
|
|
2906
2918
|
|
|
2907
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
2919
|
+
- [#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
2920
|
- Updated dependencies
|
|
2909
2921
|
|
|
2910
2922
|
## 53.0.0
|
|
2911
2923
|
|
|
2912
2924
|
### Major Changes
|
|
2913
2925
|
|
|
2914
|
-
- [`9f81260dd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f81260dd5) - ED-10683 Serialize number fields to Number instead of String
|
|
2926
|
+
- [#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
2927
|
- [`835810cac7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/835810cac7) - ED-10646 prevent nested Fieldset definitions
|
|
2916
2928
|
|
|
2917
2929
|
### Minor Changes
|
|
@@ -2937,7 +2949,7 @@
|
|
|
2937
2949
|
|
|
2938
2950
|
### Major Changes
|
|
2939
2951
|
|
|
2940
|
-
- [`ff39f9f643`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff39f9f643) - ED-10614 Add match indexing (Confluence API) for annotation creation for the renderer
|
|
2952
|
+
- [#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
2953
|
|
|
2942
2954
|
BEFORE
|
|
2943
2955
|
|
|
@@ -2981,7 +2993,7 @@
|
|
|
2981
2993
|
|
|
2982
2994
|
### Minor Changes
|
|
2983
2995
|
|
|
2984
|
-
- [`848f187b49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/848f187b49) - Extend CardProvider interface with findPattern
|
|
2996
|
+
- [#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
2997
|
- [`0bbaa4a976`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bbaa4a976) - ED-10553 added an option to enable analytics for synchrony entity
|
|
2986
2998
|
|
|
2987
2999
|
### Patch Changes
|
|
@@ -3008,19 +3020,19 @@
|
|
|
3008
3020
|
|
|
3009
3021
|
### Patch Changes
|
|
3010
3022
|
|
|
3011
|
-
- [`679a66bd92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/679a66bd92) - Fix for renderer SSR inline script when server side bundle is minimized
|
|
3023
|
+
- [#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
3024
|
|
|
3013
3025
|
## 51.1.2
|
|
3014
3026
|
|
|
3015
3027
|
### Patch Changes
|
|
3016
3028
|
|
|
3017
|
-
- [`ac54a7870c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac54a7870c) - Remove extraneous dependencies rule suppression
|
|
3029
|
+
- [#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
3030
|
|
|
3019
3031
|
## 51.1.1
|
|
3020
3032
|
|
|
3021
3033
|
### Patch Changes
|
|
3022
3034
|
|
|
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.
|
|
3035
|
+
- [#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
3036
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
3025
3037
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
3026
3038
|
- Updated dependencies
|
|
@@ -3029,7 +3041,7 @@
|
|
|
3029
3041
|
|
|
3030
3042
|
### Minor Changes
|
|
3031
3043
|
|
|
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
|
|
3044
|
+
- [#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
3045
|
- [`825273198f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/825273198f) - Migrate to declarative entry points
|
|
3034
3046
|
|
|
3035
3047
|
### Patch Changes
|
|
@@ -3040,7 +3052,7 @@
|
|
|
3040
3052
|
|
|
3041
3053
|
### Major Changes
|
|
3042
3054
|
|
|
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
|
|
3055
|
+
- [#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
3056
|
- [`225c901919`](https://bitbucket.org/atlassian/atlassian-frontend/commits/225c901919) - ED-10351 add API to delete the annotation
|
|
3045
3057
|
- [`8de373491a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8de373491a) - Strengthen the Typescript rules for Enum fields per design guidelines
|
|
3046
3058
|
|
|
@@ -3086,7 +3098,7 @@
|
|
|
3086
3098
|
|
|
3087
3099
|
### Major Changes
|
|
3088
3100
|
|
|
3089
|
-
- [`78de49291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78de49291b) - [TWISTA-130] Changes on Annotation types
|
|
3101
|
+
- [#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
3102
|
|
|
3091
3103
|
# WHAT
|
|
3092
3104
|
|
|
@@ -3151,7 +3163,7 @@
|
|
|
3151
3163
|
|
|
3152
3164
|
### Patch Changes
|
|
3153
3165
|
|
|
3154
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
3166
|
+
- [#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
3167
|
|
|
3156
3168
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
3157
3169
|
to prevent duplicates of tslib being bundled.
|
|
@@ -3160,13 +3172,13 @@
|
|
|
3160
3172
|
|
|
3161
3173
|
### Patch Changes
|
|
3162
3174
|
|
|
3163
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
3175
|
+
- [#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
3176
|
|
|
3165
3177
|
## 49.0.0
|
|
3166
3178
|
|
|
3167
3179
|
### Major Changes
|
|
3168
3180
|
|
|
3169
|
-
- [`6faafb144c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faafb144c) - Introduce MediaFeatureFlags. Refactor components to use.
|
|
3181
|
+
- [#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
3182
|
|
|
3171
3183
|
### Minor Changes
|
|
3172
3184
|
|
|
@@ -3188,7 +3200,7 @@
|
|
|
3188
3200
|
|
|
3189
3201
|
### Major Changes
|
|
3190
3202
|
|
|
3191
|
-
- [`faf010cbc3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf010cbc3) - ED-9212: Add support for extension auto convert
|
|
3203
|
+
- [#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
3204
|
|
|
3193
3205
|
## Breaking changes:
|
|
3194
3206
|
|
|
@@ -3235,7 +3247,7 @@
|
|
|
3235
3247
|
|
|
3236
3248
|
### Major Changes
|
|
3237
3249
|
|
|
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.
|
|
3250
|
+
- [#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
3251
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
3240
3252
|
|
|
3241
3253
|
### Patch Changes
|
|
@@ -3246,13 +3258,13 @@
|
|
|
3246
3258
|
|
|
3247
3259
|
### Patch Changes
|
|
3248
3260
|
|
|
3249
|
-
- [`050c9121ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/050c9121ab) - CEMS-1106: show sticky headers in editor when in expand
|
|
3261
|
+
- [#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
3262
|
|
|
3251
3263
|
## 46.1.0
|
|
3252
3264
|
|
|
3253
3265
|
### Minor Changes
|
|
3254
3266
|
|
|
3255
|
-
- [`64d75b8f7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d75b8f7e) - Call getFieldsDefinition with extension parameters
|
|
3267
|
+
- [#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
3268
|
- [`a4948958c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4948958c4) - [FM-3820] Implements to set annotation state event on Renderer
|
|
3257
3269
|
- [`ea81ff42a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea81ff42a0) - [FM-3819] Implements a subscriber API to allows set focus in an specific annotation
|
|
3258
3270
|
|
|
@@ -3268,7 +3280,7 @@
|
|
|
3268
3280
|
|
|
3269
3281
|
### Major Changes
|
|
3270
3282
|
|
|
3271
|
-
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
3283
|
+
- [#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
3284
|
|
|
3273
3285
|
### Minor Changes
|
|
3274
3286
|
|
|
@@ -3300,7 +3312,7 @@
|
|
|
3300
3312
|
|
|
3301
3313
|
### Minor Changes
|
|
3302
3314
|
|
|
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
|
|
3315
|
+
- [#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
3316
|
|
|
3305
3317
|
### Patch Changes
|
|
3306
3318
|
|
|
@@ -3333,7 +3345,7 @@
|
|
|
3333
3345
|
|
|
3334
3346
|
### Minor Changes
|
|
3335
3347
|
|
|
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
|
|
3348
|
+
- [`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
3349
|
|
|
3338
3350
|
- Previously default font size for full page editor was 14px. Now, when `allowDynamicTextSizing` is disabled it equals to 16px.
|
|
3339
3351
|
- 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
|