@atlaskit/editor-plugin-list 10.2.5 → 10.2.7
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 +14 -0
- package/README.md +19 -6
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-list
|
|
2
2
|
|
|
3
|
+
## 10.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`14803a836f641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14803a836f641) -
|
|
8
|
+
Update README.md and 0-intro.tsx
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 10.2.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 10.2.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,19 +1,31 @@
|
|
|
1
|
-
# Editor
|
|
1
|
+
# Editor Plugin List
|
|
2
2
|
|
|
3
3
|
List 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 List plugin provides comprehensive list management capabilities for the Atlassian Editor. It enables users to create, format, and manipulate both bullet and ordered lists with support for nested lists, indentation, and keyboard shortcuts for efficient list operations.
|
|
11
|
+
|
|
12
|
+
## Key features
|
|
13
|
+
|
|
14
|
+
- **Bullet and ordered lists** - Create and toggle between unordered and ordered lists
|
|
15
|
+
- **List indentation** - Indent and outdent list items with automatic nesting
|
|
16
|
+
- **Keyboard shortcuts** - Quick insert support for list creation with keyboard navigation
|
|
17
|
+
- **Analytics integration** - Track list-related actions and user interactions
|
|
18
|
+
- **Block menu support** - Integrate with the editor's block menu for list insertion
|
|
19
|
+
- **Flexible list items** - Support for various list item configurations with local IDs
|
|
20
|
+
|
|
8
21
|
## Install
|
|
9
|
-
---
|
|
10
22
|
- **Install** - *yarn add @atlaskit/editor-plugin-list*
|
|
11
23
|
- **npm** - [@atlaskit/editor-plugin-list](https://www.npmjs.com/package/@atlaskit/editor-plugin-list)
|
|
12
24
|
- **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-list)
|
|
13
25
|
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-list/dist/)
|
|
14
26
|
|
|
15
27
|
## Usage
|
|
16
|
-
|
|
28
|
+
|
|
17
29
|
**Internal use only**
|
|
18
30
|
|
|
19
31
|
@atlaskit/editor-plugin-list 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 list](https://atlaskit.atlassian.com/packages/editor/editor-plugin-list) 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-list",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.7",
|
|
4
4
|
"description": "List plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
40
40
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
41
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
41
|
+
"@atlaskit/tmp-editor-statsig": "^55.1.0",
|
|
42
42
|
"@babel/runtime": "^7.0.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@atlaskit/editor-common": "^112.
|
|
45
|
+
"@atlaskit/editor-common": "^112.18.0",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
48
48
|
},
|