@atlaskit/editor-plugin-loom 10.0.6 → 10.0.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-plugin-loom
2
2
 
3
+ ## 10.0.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
+
3
11
  ## 10.0.6
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -1,9 +1,42 @@
1
- # EditorPluginLoom
1
+ # Editor Plugin Loom
2
2
 
3
3
  Loom plugin for @atlaskit/editor-core
4
4
 
5
+ **Note:** This component is designed for internal Atlassian development.
6
+ External contributors will be able to use this component but will not be able to submit issues.
7
+
8
+ ## Overview
9
+
10
+ The Loom plugin integrates Loom video recording capabilities into the Atlassian Editor. It provides toolbar buttons and quick insert options to record and embed Loom videos directly within editor content.
11
+
12
+ ## Key features
13
+
14
+ - **Video recording** - Record Loom videos directly from the editor toolbar
15
+ - **Quick insert integration** - Insert Loom recordings via slash command
16
+ - **Toolbar integration** - Dedicated toolbar button for easy access to Loom recording
17
+ - **Flexible initialization** - Support for lazy initialization with or without a provider
18
+ - **Video insertion** - Insert recorded videos at start, end, or current cursor position
19
+
20
+ ## Install
21
+ ---
22
+ - **Install** - *yarn add @atlaskit/editor-plugin-loom*
23
+ - **npm** - [@atlaskit/editor-plugin-loom](https://www.npmjs.com/package/@atlaskit/editor-plugin-loom)
24
+ - **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-loom)
25
+ - **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-loom/dist/)
26
+
5
27
  ## Usage
28
+ ---
29
+ **Internal use only**
30
+
31
+ @atlaskit/editor-plugin-loom is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
32
+
33
+ Direct use of this component is not supported.
6
34
 
7
- `import EditorPluginLoom from '@atlaskit/editor-plugin-loom';`
35
+ Please see [Atlaskit - Editor plugin loom](https://atlaskit.atlassian.com/packages/editor/editor-plugin-loom) for documentation and examples for this package.
8
36
 
9
- Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/editor/editor-plugin-loom).
37
+ ## Support
38
+ ---
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
+ ## License
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-loom",
3
- "version": "10.0.6",
3
+ "version": "10.0.7",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",