Skip to content

Commit

Permalink
change border control in button block
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed Jan 9, 2024
1 parent 5cfb3fc commit fd088f6
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 662 deletions.
2 changes: 1 addition & 1 deletion dist/blocks.build.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => '8ea79e827c7238e21477');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => 'd0d678c216e8128ba77d');
299 changes: 83 additions & 216 deletions dist/blocks.build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/blocks.build.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/blocks/button/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
"margin": {
"type": "object",
"default": {}
},
"isBorderComponentChanged": {
"type": "boolean",
"default": false
}
},
"supports": {}
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ That's it. You're done!

= 3.1.1 =

* IMPROVE: Border control in button block.
* IMPROVE: Border control in advanced video block.
* NEW: Vertical orientation for the divider block.
* NEW: Align full option in image slider block.
Expand Down
4 changes: 4 additions & 0 deletions src/blocks/button/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
"margin": {
"type": "object",
"default": {}
},
"isBorderComponentChanged": {
"type": "boolean",
"default": false
}
},
"supports": {}
Expand Down
Loading

0 comments on commit fd088f6

Please sign in to comment.