@atlaskit/editor-toolbar 0.15.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.15.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.15.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.15.1
4
16
 
5
17
  ### Patch Changes
@@ -326,7 +338,6 @@
326
338
 
327
339
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
328
340
  [ux] [ED-28960] Finish full page primary toolbar migration
329
-
330
341
  - Align with design update (separator, gap, height, icon size)
331
342
  - Add keyboard shortcut to focus toolbar and arrow key navigation
332
343
  - Address accessibility
@@ -358,7 +369,6 @@
358
369
 
359
370
  - [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
360
371
  [ux] [ED-28473] minor UI updates for editor-toolbar
361
-
362
372
  - Use ADS ButtonGroup for ToolbarButtonGroup
363
373
  - Remove groupLocation prop and use CSS instead
364
374
  - Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
@@ -407,7 +417,6 @@
407
417
  [`22cab8325fc62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22cab8325fc62) -
408
418
  [ux] [ED-28760] Fix editor lose focus and hence editing flow is interrupted. This is done for 2
409
419
  components
410
-
411
420
  - Dropdown
412
421
  - Create context ToolbarUIContext for toolbar consumers to access consumer specific state and
413
422
  callbacks
@@ -455,7 +464,6 @@
455
464
  - [#195899](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195899)
456
465
  [`345c0b6478f73`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/345c0b6478f73) -
457
466
  [ED-28682]
458
-
459
467
  - Export more formatting icons
460
468
  - Add optional position props to ToolbarTooltip dictating tooltip position
461
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.1",
6
+ "version": "0.15.3",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "team": "Editor: Jenga",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@atlaskit/badge": "^18.2.0",
25
25
  "@atlaskit/button": "^23.5.0",
26
- "@atlaskit/css": "^0.14.0",
26
+ "@atlaskit/css": "^0.15.0",
27
27
  "@atlaskit/dropdown-menu": "^16.3.0",
28
28
  "@atlaskit/icon": "^28.5.0",
29
29
  "@atlaskit/icon-lab": "^5.10.0",
@@ -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": "^14.15.0",
35
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
36
- "@atlaskit/tokens": "^6.4.0",
34
+ "@atlaskit/primitives": "^15.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": {