@atlaskit/editor-plugin-grid 8.0.24 → 8.0.26

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +13 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-grid
2
2
 
3
+ ## 8.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3da5fc5ff18bc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3da5fc5ff18bc) -
8
+ Update README.md and 0-intro.tsx
9
+ - Updated dependencies
10
+
11
+ ## 8.0.25
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 8.0.24
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,22 @@
1
- # Editor plugin grid
1
+ # Editor Plugin Grid
2
2
 
3
3
  Grid 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 Grid plugin provides grid visualization and highlight capabilities for the Atlassian Editor. It enables displaying visual grid guides at various layout breakpoints (wide, full-width, or custom column widths) to help with content layout and alignment within the editor.
11
+
12
+ ## Key features
13
+
14
+ - **Grid visualization** - Display grid guides for layout reference and alignment
15
+ - **Flexible grid types** - Support for different grid types including wide and full-width layouts
16
+ - **Breakout grid lines** - Optional calculation of grid lines for breakout content
17
+ - **Configurable highlights** - Customize which grid columns and layout modes are highlighted
18
+ - **Width plugin integration** - Integrates with the width plugin for responsive layout support
19
+
8
20
  ## Install
9
21
  ---
10
22
  - **Install** - *yarn add @atlaskit/editor-plugin-grid*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-grid",
3
- "version": "8.0.24",
3
+ "version": "8.0.26",
4
4
  "description": "Grid plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,13 +24,13 @@
24
24
  "@atlaskit/editor-plugin-width": "^9.0.0",
25
25
  "@atlaskit/editor-prosemirror": "^7.3.0",
26
26
  "@atlaskit/editor-shared-styles": "^3.10.0",
27
- "@atlaskit/tmp-editor-statsig": "^58.0.0",
27
+ "@atlaskit/tmp-editor-statsig": "^60.2.0",
28
28
  "@babel/runtime": "^7.0.0",
29
29
  "@emotion/react": "^11.7.1",
30
30
  "classnames": "^2.2.5"
31
31
  },
32
32
  "peerDependencies": {
33
- "@atlaskit/editor-common": "^112.19.0",
33
+ "@atlaskit/editor-common": "^112.20.0",
34
34
  "react": "^18.2.0",
35
35
  "react-dom": "^18.2.0"
36
36
  },