@atlaskit/editor-toolbar 0.15.2 → 0.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.15.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.15.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.15.2
4
16
 
5
17
  ### Patch Changes
@@ -332,7 +344,6 @@
332
344
 
333
345
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
334
346
  [ux] [ED-28960] Finish full page primary toolbar migration
335
-
336
347
  - Align with design update (separator, gap, height, icon size)
337
348
  - Add keyboard shortcut to focus toolbar and arrow key navigation
338
349
  - Address accessibility
@@ -364,7 +375,6 @@
364
375
 
365
376
  - [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
366
377
  [ux] [ED-28473] minor UI updates for editor-toolbar
367
-
368
378
  - Use ADS ButtonGroup for ToolbarButtonGroup
369
379
  - Remove groupLocation prop and use CSS instead
370
380
  - Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
@@ -413,7 +423,6 @@
413
423
  [`22cab8325fc62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22cab8325fc62) -
414
424
  [ux] [ED-28760] Fix editor lose focus and hence editing flow is interrupted. This is done for 2
415
425
  components
416
-
417
426
  - Dropdown
418
427
  - Create context ToolbarUIContext for toolbar consumers to access consumer specific state and
419
428
  callbacks
@@ -461,7 +470,6 @@
461
470
  - [#195899](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195899)
462
471
  [`345c0b6478f73`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/345c0b6478f73) -
463
472
  [ED-28682]
464
-
465
473
  - Export more formatting icons
466
474
  - Add optional position props to ToolbarTooltip dictating tooltip position
467
475
  - 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.2",
6
+ "version": "0.15.4",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "team": "Editor: Jenga",
@@ -31,12 +31,12 @@
31
31
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
32
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
33
33
  "@atlaskit/popup": "^4.4.0",
34
- "@atlaskit/primitives": "^15.0.0",
35
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
36
- "@atlaskit/tokens": "^6.5.0",
34
+ "@atlaskit/primitives": "^16.0.0",
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.3",
39
+ "@compiled/react": "^0.18.6",
40
40
  "chromatism": "^2.6.0"
41
41
  },
42
42
  "peerDependencies": {