Skip to content

Commit 35bfe81

Browse files
Update changelog files
1 parent 0baabb8 commit 35bfe81

9 files changed

Lines changed: 18 additions & 0 deletions

File tree

packages/blocks/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 6.13.0 (2020-04-01)
4+
35
### New Feature
46

57
- Blocks can now be registered with an `defaultStylePicker` flag in the `supports` setting, allowing the default style picker to be removed.

packages/create-block/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 0.10.0 (2020-04-01)
4+
35
### New Features
46

57
- Added readme.txt file to the existing templates to make your entry in the plugin browser most useful ([#20694](https://github.com/WordPress/gutenberg/pull/20694)).

packages/dependency-extraction-webpack-plugin/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 2.5.0 (2020-04-01)
4+
35
### New Features
46

57
- The plugin now supports an optional `combinedOutputFile` option that is useful only when another `combineAssets` option is enabled. It allows providing a custom output file for the generated single assets file ([#20844](https://github.com/WordPress/gutenberg/pull/20844)).

packages/env/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 1.1.0 (2020-04-01)
4+
35
### New Feature
46

57
- URLs for ZIP files are now supported as core, plugin, and theme sources.

packages/eslint-plugin/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 4.1.0 (2020-04-01)
4+
35
### New Features
46

57
- The `prefer-const` rule included in the `recommended` and `esnext` rulesets has been relaxed to allow a `let` assignment if any of a [destructuring assignment](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment) are reassigned.

packages/i18n/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 3.10.0 (2020-04-01)
4+
35
### New Feature
46

57
- Add `isRTL` function (#20298)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 0.1.0 (2020-04-01)
4+
35
### Initial Release
46

57
- The config was extracted from `@wordpress/scripts` package ([#20026](https://github.com/WordPress/gutenberg/pull/20026)).

packages/scripts/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 7.2.0 (2020-04-01)
4+
35
### Enhancements
46

57
- Incompatibility between `@svgr/webpack` in version `4.3.3` and `url-loader` in version `3.0.0` was fixed by bumping `@svgr/webpack` to `^5.2.0`.

packages/url/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Master
22

3+
## 2.12.0 (2020-04-01)
4+
35
### Bug Fixes
46

57
- `getQueryString` now correctly considers hash fragments when considering whether to return a query string. Previously, `getQueryString( 'https://example.com/#?foo' )` would wrongly return `'foo'` as its result. A hash fragment is always the last segment of a URL, and the querystring must always precede it ([see reference specification](https://url.spec.whatwg.org/#absolute-url-with-fragment-string)).

0 commit comments

Comments
 (0)