@atlaskit/editor-toolbar 0.15.2 → 0.15.3
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 +6 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-toolbar
|
|
2
2
|
|
|
3
|
+
## 0.15.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 0.15.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -332,7 +338,6 @@
|
|
|
332
338
|
|
|
333
339
|
- [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
|
|
334
340
|
[ux] [ED-28960] Finish full page primary toolbar migration
|
|
335
|
-
|
|
336
341
|
- Align with design update (separator, gap, height, icon size)
|
|
337
342
|
- Add keyboard shortcut to focus toolbar and arrow key navigation
|
|
338
343
|
- Address accessibility
|
|
@@ -364,7 +369,6 @@
|
|
|
364
369
|
|
|
365
370
|
- [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
|
|
366
371
|
[ux] [ED-28473] minor UI updates for editor-toolbar
|
|
367
|
-
|
|
368
372
|
- Use ADS ButtonGroup for ToolbarButtonGroup
|
|
369
373
|
- Remove groupLocation prop and use CSS instead
|
|
370
374
|
- Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
|
|
@@ -413,7 +417,6 @@
|
|
|
413
417
|
[`22cab8325fc62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22cab8325fc62) -
|
|
414
418
|
[ux] [ED-28760] Fix editor lose focus and hence editing flow is interrupted. This is done for 2
|
|
415
419
|
components
|
|
416
|
-
|
|
417
420
|
- Dropdown
|
|
418
421
|
- Create context ToolbarUIContext for toolbar consumers to access consumer specific state and
|
|
419
422
|
callbacks
|
|
@@ -461,7 +464,6 @@
|
|
|
461
464
|
- [#195899](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195899)
|
|
462
465
|
[`345c0b6478f73`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/345c0b6478f73) -
|
|
463
466
|
[ED-28682]
|
|
464
|
-
|
|
465
467
|
- Export more formatting icons
|
|
466
468
|
- Add optional position props to ToolbarTooltip dictating tooltip position
|
|
467
469
|
- Fix selected state for icon in ToolbarButton
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"registry": "https://registry.npmjs.org/"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.15.
|
|
6
|
+
"version": "0.15.3",
|
|
7
7
|
"description": "Common UI for Toolbars across the platform",
|
|
8
8
|
"atlassian": {
|
|
9
9
|
"team": "Editor: Jenga",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
33
33
|
"@atlaskit/popup": "^4.4.0",
|
|
34
34
|
"@atlaskit/primitives": "^15.0.0",
|
|
35
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
36
|
-
"@atlaskit/tokens": "^
|
|
35
|
+
"@atlaskit/tmp-editor-statsig": "^13.13.0",
|
|
36
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
37
37
|
"@atlaskit/tooltip": "^20.5.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
|
-
"@compiled/react": "^0.18.
|
|
39
|
+
"@compiled/react": "^0.18.6",
|
|
40
40
|
"chromatism": "^2.6.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|