@atlaskit/editor-toolbar-model 0.2.3 → 0.2.5
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 +12 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-toolbar-model
|
|
2
2
|
|
|
3
|
+
## 0.2.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 0.2.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 0.2.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -40,7 +52,6 @@
|
|
|
40
52
|
|
|
41
53
|
- [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
|
|
42
54
|
[ux] [ED-28473] minor UI updates for editor-toolbar
|
|
43
|
-
|
|
44
55
|
- Use ADS ButtonGroup for ToolbarButtonGroup
|
|
45
56
|
- Remove groupLocation prop and use CSS instead
|
|
46
57
|
- Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
|
package/package.json
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@atlaskit/css": "^0.15.0",
|
|
25
25
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
26
|
-
"@atlaskit/primitives": "^
|
|
27
|
-
"@atlaskit/tokens": "^
|
|
26
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
27
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
28
28
|
"@babel/runtime": "^7.0.0",
|
|
29
|
-
"@compiled/react": "^0.18.
|
|
29
|
+
"@compiled/react": "^0.18.6"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "^18.2.0"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"name": "@atlaskit/editor-toolbar-model",
|
|
83
|
-
"version": "0.2.
|
|
83
|
+
"version": "0.2.5",
|
|
84
84
|
"description": "register and render toolbar component",
|
|
85
85
|
"author": "Atlassian Pty Ltd",
|
|
86
86
|
"license": "Apache-2.0",
|