@atlaskit/editor-plugin-toolbar-lists-indentation 7.0.13 → 7.0.15
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 -4
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-toolbar-lists-indentation
|
|
2
2
|
|
|
3
|
+
## 7.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 7.0.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 7.0.13
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -241,7 +253,6 @@
|
|
|
241
253
|
|
|
242
254
|
- [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
|
|
243
255
|
[ux] [ED-28960] Finish full page primary toolbar migration
|
|
244
|
-
|
|
245
256
|
- Align with design update (separator, gap, height, icon size)
|
|
246
257
|
- Add keyboard shortcut to focus toolbar and arrow key navigation
|
|
247
258
|
- Address accessibility
|
|
@@ -278,7 +289,6 @@
|
|
|
278
289
|
|
|
279
290
|
- [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
|
|
280
291
|
[ux] [ED-28473] minor UI updates for editor-toolbar
|
|
281
|
-
|
|
282
292
|
- Use ADS ButtonGroup for ToolbarButtonGroup
|
|
283
293
|
- Remove groupLocation prop and use CSS instead
|
|
284
294
|
- Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
|
|
@@ -376,7 +386,6 @@
|
|
|
376
386
|
shared context or singletons.
|
|
377
387
|
|
|
378
388
|
**HOW TO ADJUST:**
|
|
379
|
-
|
|
380
389
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
381
390
|
any of these editor plugins.
|
|
382
391
|
- Ensure the version you install matches the version required by the plugins.
|
|
@@ -1492,7 +1501,6 @@
|
|
|
1492
1501
|
- [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
|
|
1493
1502
|
[`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
|
|
1494
1503
|
feature flags plugin optional in all plugins including:
|
|
1495
|
-
|
|
1496
1504
|
- analytics
|
|
1497
1505
|
- base
|
|
1498
1506
|
- card
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.15",
|
|
4
4
|
"description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,27 +30,27 @@
|
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/css": "^0.15.0",
|
|
33
|
-
"@atlaskit/editor-plugin-analytics": "^6.
|
|
34
|
-
"@atlaskit/editor-plugin-block-type": "^10.
|
|
33
|
+
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
34
|
+
"@atlaskit/editor-plugin-block-type": "^10.2.0",
|
|
35
35
|
"@atlaskit/editor-plugin-feature-flags": "^5.0.0",
|
|
36
|
-
"@atlaskit/editor-plugin-indentation": "^6.
|
|
37
|
-
"@atlaskit/editor-plugin-list": "^8.
|
|
36
|
+
"@atlaskit/editor-plugin-indentation": "^6.1.0",
|
|
37
|
+
"@atlaskit/editor-plugin-list": "^8.2.0",
|
|
38
38
|
"@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-selection-toolbar": "^7.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^9.
|
|
40
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^9.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-toolbar": "^3.3.0",
|
|
42
42
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
43
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
44
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
43
|
+
"@atlaskit/editor-shared-styles": "^3.8.0",
|
|
44
|
+
"@atlaskit/editor-toolbar": "^0.16.0",
|
|
45
45
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
46
46
|
"@atlaskit/icon": "^28.5.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
49
|
-
"@atlaskit/tokens": "^
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^13.18.0",
|
|
49
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^110.
|
|
53
|
+
"@atlaskit/editor-common": "^110.16.0",
|
|
54
54
|
"react": "^18.2.0",
|
|
55
55
|
"react-dom": "^18.2.0",
|
|
56
56
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@af/integration-testing": "workspace:^",
|
|
60
60
|
"@af/visual-regression": "workspace:^",
|
|
61
|
-
"@atlaskit/adf-schema": "^51.
|
|
61
|
+
"@atlaskit/adf-schema": "^51.3.0",
|
|
62
62
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
63
|
-
"@atlaskit/editor-plugin-base": "^7.
|
|
64
|
-
"@atlaskit/editor-plugin-text-formatting": "^6.
|
|
63
|
+
"@atlaskit/editor-plugin-base": "^7.2.0",
|
|
64
|
+
"@atlaskit/editor-plugin-text-formatting": "^6.1.0",
|
|
65
65
|
"@atlaskit/ssr": "workspace:^",
|
|
66
66
|
"@testing-library/react": "^13.4.0",
|
|
67
67
|
"wait-for-expect": "^1.2.0"
|