Version Description
- 14th July 2020 =
- Fix some blocks breaking outside of the grid in Firefox
- Fix editor margins for some themes
Download this release
Release Info
| Developer | johnny5 |
| Plugin | |
| Version | 1.2.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.3 to 1.2.4
- blocks/front.css +3 -0
- editor.css +2 -2
- index.asset.php +1 -1
- index.php +1 -1
- readme.txt +5 -1
blocks/front.css
CHANGED
|
@@ -1043,3 +1043,6 @@
|
|
| 1043 |
@-moz-document url-prefix() {
|
| 1044 |
.wp-block-jetpack-layout-grid .wp-block-cover {
|
| 1045 |
max-height: 0; } }
|
|
|
|
|
|
|
|
|
| 1043 |
@-moz-document url-prefix() {
|
| 1044 |
.wp-block-jetpack-layout-grid .wp-block-cover {
|
| 1045 |
max-height: 0; } }
|
| 1046 |
+
|
| 1047 |
+
.wp-block-jetpack-layout-grid-column {
|
| 1048 |
+
max-width: 100%; }
|
editor.css
CHANGED
|
@@ -117,7 +117,7 @@ body.is-resizing [data-type="jetpack/layout-grid"] {
|
|
| 117 |
margin-top: 0;
|
| 118 |
margin-bottom: 0; }
|
| 119 |
.wp-block-jetpack-layout-grid > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block {
|
| 120 |
-
max-width:
|
| 121 |
|
| 122 |
.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none > .block-editor-inner-blocks > .block-editor-block-list__layout {
|
| 123 |
grid-gap: 0px; }
|
|
@@ -578,7 +578,7 @@ body.is-resizing [data-type="jetpack/layout-grid"] {
|
|
| 578 |
margin-top: 0;
|
| 579 |
margin-bottom: 0; }
|
| 580 |
|
| 581 |
-
[data-type="jetpack/layout-grid-column"].wp-block {
|
| 582 |
margin: 0;
|
| 583 |
padding-left: 0;
|
| 584 |
padding-right: 0; }
|
| 117 |
margin-top: 0;
|
| 118 |
margin-bottom: 0; }
|
| 119 |
.wp-block-jetpack-layout-grid > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block {
|
| 120 |
+
max-width: 100%; }
|
| 121 |
|
| 122 |
.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none > .block-editor-inner-blocks > .block-editor-block-list__layout {
|
| 123 |
grid-gap: 0px; }
|
| 578 |
margin-top: 0;
|
| 579 |
margin-bottom: 0; }
|
| 580 |
|
| 581 |
+
.wp-block-jetpack-layout-grid [data-type="jetpack/layout-grid-column"].wp-block {
|
| 582 |
margin: 0;
|
| 583 |
padding-left: 0;
|
| 584 |
padding-right: 0; }
|
index.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives'), 'version' => '
|
| 1 |
+
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives'), 'version' => 'c68d807f6379753b7be73475fcccf39d');
|
index.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/**
|
| 3 |
* Plugin Name: Layout Grid
|
| 4 |
* Description: Let any blocks align to a global grid
|
| 5 |
-
* Version: 1.2.
|
| 6 |
* Author: Automattic
|
| 7 |
* Author URI: https://automattic.com
|
| 8 |
* License: GPL v2 or later
|
| 2 |
/**
|
| 3 |
* Plugin Name: Layout Grid
|
| 4 |
* Description: Let any blocks align to a global grid
|
| 5 |
+
* Version: 1.2.4
|
| 6 |
* Author: Automattic
|
| 7 |
* Author URI: https://automattic.com
|
| 8 |
* License: GPL v2 or later
|
readme.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
=== Layout Grid Block ===
|
| 2 |
Contributors: automattic, jasmussen, johnny5, mkaz
|
| 3 |
-
Stable tag: 1.2.
|
| 4 |
Tested up to: 5.4.2
|
| 5 |
Requires at least: 5.4
|
| 6 |
License: GPLv2 or later
|
|
@@ -23,6 +23,10 @@ You can follow development, file an issue, suggest features, and view the source
|
|
| 23 |
|
| 24 |
== Changelog ==
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
= 1.2.3 - 29th June 2020 =
|
| 27 |
* Fix some styles not loading in the editor
|
| 28 |
|
| 1 |
=== Layout Grid Block ===
|
| 2 |
Contributors: automattic, jasmussen, johnny5, mkaz
|
| 3 |
+
Stable tag: 1.2.4
|
| 4 |
Tested up to: 5.4.2
|
| 5 |
Requires at least: 5.4
|
| 6 |
License: GPLv2 or later
|
| 23 |
|
| 24 |
== Changelog ==
|
| 25 |
|
| 26 |
+
= 1.2.4 - 14th July 2020 =
|
| 27 |
+
* Fix some blocks breaking outside of the grid in Firefox
|
| 28 |
+
* Fix editor margins for some themes
|
| 29 |
+
|
| 30 |
= 1.2.3 - 29th June 2020 =
|
| 31 |
* Fix some styles not loading in the editor
|
| 32 |
|
