@atlaskit/editor-plugin-layout 8.1.2 → 8.1.3

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-layout
2
2
 
3
+ ## 8.1.3
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
  ## 8.1.2
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,23 @@
1
- # Editor plugin layout
1
+ # Editor Plugin Layout
2
2
 
3
3
  Layout 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 Layout plugin provides layout section and column functionality for the Atlassian Editor. It enables users to create and manage multi-column layouts with support for various preset configurations including single column, two-column, three-column, four-column, and five-column layouts with optional sidebar arrangements.
11
+
12
+ ## Key features
13
+
14
+ - **Multiple layout presets** - Support for various layout configurations (single, two-equal, three-equal, two-column with sidebars, three-column with sidebars, four-equal, five-equal)
15
+ - **Column management** - Create, insert, and manage layout sections with multiple columns
16
+ - **Resizing support** - Dynamically resize layout columns
17
+ - **Block menu integration** - Integrate layout options into the editor's block menu
18
+ - **Toolbar support** - Floating toolbar for quick layout editing
19
+ - **Analytics integration** - Track layout-related user actions and interactions
20
+
8
21
  ## Install
9
22
  ---
10
23
  - **Install** - *yarn add @atlaskit/editor-plugin-layout*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-layout",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
4
4
  "description": "Layout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",