Skip to content

Commit 3cea8bc

Browse files
release(minor): version 1.6.0
- New Icon List Block. - Allow editing text in Progress Bar Block. - Reuse Gradient Control from Core. - Fix Font Awesome loading when the non-Icon button is being used. - Improve Server-Side CSS Method
2 parents 82b7d7c + d9b7236 commit 3cea8bc

7 files changed

+942
-2194
lines changed

build/build.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/build.js

+2-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/build.js.LICENSE.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/*!
2+
Copyright (c) 2015 Jed Watson.
3+
Based on code that is Copyright 2013-2015, Facebook, Inc.
4+
All rights reserved.
5+
*/
6+
7+
/*!
8+
Copyright (c) 2017 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/**
14+
* @license nested-property https://github.com/cosmosio/nested-property
15+
*
16+
* The MIT License (MIT)
17+
*
18+
* Copyright (c) 2014-2015 Olivier Scherrer <[email protected]>
19+
*/
20+
21+
/** @license React v16.13.1
22+
* react-is.production.min.js
23+
*
24+
* Copyright (c) Facebook, Inc. and its affiliates.
25+
*
26+
* This source code is licensed under the MIT license found in the
27+
* LICENSE file in the root directory of this source tree.
28+
*/

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"squizlabs/php_codesniffer": "^3.3",
88
"wp-coding-standards/wpcs": "^1",
99
"phpcompatibility/php-compatibility": "^9",
10-
"dealerdirect/phpcodesniffer-composer-installer": "0.7.0",
10+
"dealerdirect/phpcodesniffer-composer-installer": "0.7.1",
1111
"automattic/vipwpcs": "^1.0.0"
1212
},
1313
"license": "GPL-2.0+",

composer.lock

+14-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)