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