@atlaskit/editor-plugin-toolbar-lists-indentation 9.1.20 → 9.1.21
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 +8 -0
- package/README.md +20 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-toolbar-lists-indentation
|
|
2
2
|
|
|
3
|
+
## 9.1.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9ff7d1c1aa288`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ff7d1c1aa288) -
|
|
8
|
+
Update README.md and 0-intro.tsx
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 9.1.20
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,19 +1,31 @@
|
|
|
1
|
-
# Editor
|
|
1
|
+
# Editor Plugin Toolbar Lists Indentation
|
|
2
2
|
|
|
3
|
-
Toolbar lists indentation plugin for @atlaskit/editor-core
|
|
3
|
+
Toolbar lists and indentation plugin for @atlaskit/editor-core
|
|
4
4
|
|
|
5
5
|
**Note:** This component is designed for internal Atlassian development.
|
|
6
6
|
External contributors will be able to use this component but will not be able to submit issues.
|
|
7
7
|
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
The Toolbar Lists Indentation plugin provides integrated toolbar controls for managing lists and indentation within the Atlassian Editor. It offers a unified interface for creating and manipulating bulleted lists, numbered lists, task lists, and controlling indentation levels across different content types.
|
|
11
|
+
|
|
12
|
+
## Key features
|
|
13
|
+
|
|
14
|
+
- **List creation and toggling** - Create and toggle between bulleted lists, numbered lists, and task lists
|
|
15
|
+
- **Indentation controls** - Indent and outdent list items with visual feedback on disabled states
|
|
16
|
+
- **Multi-toolbar support** - Integrate with primary and floating toolbars with responsive behavior
|
|
17
|
+
- **Smart state management** - Track and manage indentation states for lists, tasks, paragraphs, and headings
|
|
18
|
+
- **Flexible configuration** - Control indentation behavior for different content types through configuration options
|
|
19
|
+
|
|
8
20
|
## Install
|
|
9
|
-
|
|
21
|
+
|
|
10
22
|
- **Install** - *yarn add @atlaskit/editor-plugin-toolbar-lists-indentation*
|
|
11
23
|
- **npm** - [@atlaskit/editor-plugin-toolbar-lists-indentation](https://www.npmjs.com/package/@atlaskit/editor-plugin-toolbar-lists-indentation)
|
|
12
24
|
- **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-toolbar-lists-indentation)
|
|
13
25
|
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-toolbar-lists-indentation/dist/)
|
|
14
26
|
|
|
15
27
|
## Usage
|
|
16
|
-
|
|
28
|
+
|
|
17
29
|
**Internal use only**
|
|
18
30
|
|
|
19
31
|
@atlaskit/editor-plugin-toolbar-lists-indentation is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
|
|
@@ -23,8 +35,9 @@ Direct use of this component is not supported.
|
|
|
23
35
|
Please see [Atlaskit - Editor plugin toolbar lists indentation](https://atlaskit.atlassian.com/packages/editor/editor-plugin-toolbar-lists-indentation) for documentation and examples for this package.
|
|
24
36
|
|
|
25
37
|
## Support
|
|
26
|
-
|
|
38
|
+
|
|
27
39
|
For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.
|
|
40
|
+
|
|
28
41
|
## License
|
|
29
|
-
|
|
30
|
-
|
|
42
|
+
|
|
43
|
+
Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.21",
|
|
4
4
|
"description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/editor-toolbar-model": "^0.4.0",
|
|
45
45
|
"@atlaskit/icon": "^34.0.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^58.0.0",
|
|
48
48
|
"@atlaskit/tokens": "^12.0.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0"
|
|
50
50
|
},
|