@atlaskit/editor-plugin-placeholder-text 9.0.26 → 9.0.27

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-plugin-placeholder-text
2
2
 
3
+ ## 9.0.27
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fa146e17e08d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa146e17e08d6) -
8
+ Update README.md and 0-intro.tsx
9
+
3
10
  ## 9.0.26
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -1,19 +1,31 @@
1
- # Editor plugin placeholder-text
1
+ # Editor Plugin Placeholder Text
2
2
 
3
- Placeholder text plugin for @atlaskit/editor-core
3
+ Placeholder Text 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 Placeholder Text plugin provides functionality to insert and manage placeholder nodes within the Atlassian Editor. It enables users to add temporary text placeholders that can be edited or replaced, with support for floating toolbars and type-ahead integration.
11
+
12
+ ## Key features
13
+
14
+ - **Placeholder insertion** - Insert placeholder text nodes at the current selection
15
+ - **Floating toolbar** - Interactive toolbar for managing placeholder text insertion
16
+ - **Type-ahead integration** - Seamless integration with the type-ahead plugin for content suggestions
17
+ - **Fake text cursor** - Visual feedback showing cursor position within placeholder nodes
18
+ - **Auto-removal** - Automatic removal of empty placeholder nodes when content is added
19
+
8
20
  ## Install
9
- ---
21
+
10
22
  - **Install** - *yarn add @atlaskit/editor-plugin-placeholder-text*
11
23
  - **npm** - [@atlaskit/editor-plugin-placeholder-text](https://www.npmjs.com/package/@atlaskit/editor-plugin-placeholder-text)
12
24
  - **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-placeholder-text)
13
25
  - **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-placeholder-text/dist/)
14
26
 
15
27
  ## Usage
16
- ---
28
+
17
29
  **Internal use only**
18
30
 
19
31
  @atlaskit/editor-plugin-placeholder-text is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
@@ -23,8 +35,8 @@ Direct use of this component is not supported.
23
35
  Please see [Atlaskit - Editor plugin placeholder text](https://atlaskit.atlassian.com/packages/editor/editor-plugin-placeholder-text) 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.
28
40
  ## License
29
- ---
30
- Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#Platform-License) for more licensing information.
41
+
42
+ 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-placeholder-text",
3
- "version": "9.0.26",
3
+ "version": "9.0.27",
4
4
  "description": "placeholder text plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"