From 39f6b7dc71916f84f2d8f65cb4debcb6b602ec65 Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Thu, 30 Aug 2018 10:43:57 +0200 Subject: [PATCH] Docs: Update all changelogs related to this PR --- packages/a11y/CHANGELOG.md | 6 ++++++ packages/api-fetch/CHANGELOG.md | 5 +++++ packages/autop/CHANGELOG.md | 6 ++++++ packages/babel-plugin-import-jsx-pragma/CHANGELOG.md | 5 +++++ packages/babel-plugin-makepot/CHANGELOG.md | 6 ++++++ packages/babel-preset-default/CHANGELOG.md | 6 ++++++ packages/blob/CHANGELOG.md | 5 +++++ packages/block-library/CHANGELOG.md | 5 +++++ packages/blocks/CHANGELOG.md | 3 ++- packages/components/CHANGELOG.md | 5 +++-- packages/compose/CHANGELOG.md | 5 +++++ packages/core-data/CHANGELOG.md | 5 +++-- packages/data/CHANGELOG.md | 3 ++- packages/date/CHANGELOG.md | 5 +++++ packages/deprecated/CHANGELOG.md | 6 +++++- packages/dom-ready/CHANGELOG.md | 6 ++++++ packages/dom/CHANGELOG.md | 5 +++++ packages/editor/CHANGELOG.md | 1 + packages/element/CHANGELOG.md | 5 +++++ packages/hooks/CHANGELOG.md | 6 ++++++ packages/html-entities/CHANGELOG.md | 5 +++++ packages/i18n/CHANGELOG.md | 6 ++++++ packages/keycodes/CHANGELOG.md | 5 +++++ packages/nux/CHANGELOG.md | 5 +++++ packages/plugins/CHANGELOG.md | 5 +++++ packages/redux-routine/CHANGELOG.md | 5 +++++ packages/shortcode/CHANGELOG.md | 5 +++++ packages/token-list/CHANGELOG.md | 2 +- packages/token-list/package.json | 2 +- packages/url/CHANGELOG.md | 5 +++++ packages/viewport/CHANGELOG.md | 5 +++++ packages/wordcount/CHANGELOG.md | 6 ++++++ 32 files changed, 146 insertions(+), 9 deletions(-) create mode 100644 packages/api-fetch/CHANGELOG.md create mode 100644 packages/babel-plugin-import-jsx-pragma/CHANGELOG.md create mode 100644 packages/blob/CHANGELOG.md create mode 100644 packages/block-library/CHANGELOG.md create mode 100644 packages/compose/CHANGELOG.md create mode 100644 packages/date/CHANGELOG.md create mode 100644 packages/dom/CHANGELOG.md create mode 100644 packages/element/CHANGELOG.md create mode 100644 packages/html-entities/CHANGELOG.md create mode 100644 packages/keycodes/CHANGELOG.md create mode 100644 packages/nux/CHANGELOG.md create mode 100644 packages/plugins/CHANGELOG.md create mode 100644 packages/redux-routine/CHANGELOG.md create mode 100644 packages/shortcode/CHANGELOG.md create mode 100644 packages/url/CHANGELOG.md create mode 100644 packages/viewport/CHANGELOG.md diff --git a/packages/a11y/CHANGELOG.md b/packages/a11y/CHANGELOG.md index dfe5f27ed0c06..457243f25ae9a 100644 --- a/packages/a11y/CHANGELOG.md +++ b/packages/a11y/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. + ## 1.1.0 (2018-07-12) ### New feature diff --git a/packages/api-fetch/CHANGELOG.md b/packages/api-fetch/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/api-fetch/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/autop/CHANGELOG.md b/packages/autop/CHANGELOG.md index 2b0da1ca2c431..cac5fc1b06257 100644 --- a/packages/autop/CHANGELOG.md +++ b/packages/autop/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. + ## 1.1.0 (2018-07-12) ### New Feature diff --git a/packages/babel-plugin-import-jsx-pragma/CHANGELOG.md b/packages/babel-plugin-import-jsx-pragma/CHANGELOG.md new file mode 100644 index 0000000000000..119c7c9a59298 --- /dev/null +++ b/packages/babel-plugin-import-jsx-pragma/CHANGELOG.md @@ -0,0 +1,5 @@ +## 1.1.0 (Unreleased) + +### New Feature + +- Plugin updated to work with the stable version of Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). diff --git a/packages/babel-plugin-makepot/CHANGELOG.md b/packages/babel-plugin-makepot/CHANGELOG.md index 3b5e4499a6a38..56a55bf49966d 100644 --- a/packages/babel-plugin-makepot/CHANGELOG.md +++ b/packages/babel-plugin-makepot/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.0 (Unreleased) + +### New Feature + +- Plugin updated to work with the stable version of Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). + ## 2.0.0 (2018-07-12) ### Breaking Change diff --git a/packages/babel-preset-default/CHANGELOG.md b/packages/babel-preset-default/CHANGELOG.md index f4d2090997bf8..b90dadd86c3b7 100644 --- a/packages/babel-preset-default/CHANGELOG.md +++ b/packages/babel-preset-default/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.0 (Unreleased) + +### New Feature + +- Plugin updated to work with the stable version of Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). + ## 2.0.0 (2018-07-12) ### Breaking Change diff --git a/packages/blob/CHANGELOG.md b/packages/blob/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/blob/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/block-library/CHANGELOG.md b/packages/block-library/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/block-library/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index 840951ad30dfa..f29ac7f6c46b1 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,8 +1,9 @@ -## v3.0.0 (Unreleased) +## 3.0.0 (Unreleased) ### Breaking Change - The `isSharedBlock` function is removed. Use `isReusableBlock` instead. +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. ### Deprecations diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index d5b6a36fd74a0..25d00b5caa2c5 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,6 @@ -## v3.0.0 (Unreleased) +## 3.0.0 (Unreleased) ### Breaking Change -- `withAPIData` has been removed. Please use the Core Data module or `@wordpress/api-fetch` directly instead. \ No newline at end of file +- `withAPIData` has been removed. Please use the Core Data module or `@wordpress/api-fetch` directly instead. +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/compose/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/core-data/CHANGELOG.md b/packages/core-data/CHANGELOG.md index 9f48f7fe3ebaa..ab9f0aecd8296 100644 --- a/packages/core-data/CHANGELOG.md +++ b/packages/core-data/CHANGELOG.md @@ -1,4 +1,4 @@ -## v2.0.0 (Unreleased) +## 2.0.0 (Unreleased) ### Breaking Change @@ -7,4 +7,5 @@ - `select("core").getTerms` has been deprecated. Please use `select("core").getEntityRecords` instead. - `select("core").getCategories` has been deprecated. Please use `select("core").getEntityRecords` instead. - `wp.data.select("core").isRequestingCategories` has been deprecated. Please use `wp.data.select("core/data").isResolving` instead. -- `select("core").isRequestingTerms` has been deprecated. Please use `select("core").isResolving` instead. \ No newline at end of file +- `select("core").isRequestingTerms` has been deprecated. Please use `select("core").isResolving` instead. +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/data/CHANGELOG.md b/packages/data/CHANGELOG.md index a3bac5e41a87a..74dc94bad64a6 100644 --- a/packages/data/CHANGELOG.md +++ b/packages/data/CHANGELOG.md @@ -1,7 +1,8 @@ -## v2.0.0 (Unreleased) +## 2.0.0 (Unreleased) ### Breaking Change - The `withRehdyration` function is removed. Use the persistence plugin instead. - The `loadAndPersist` function is removed. Use the persistence plugin instead. - `restrictPersistence`, `setPersistenceStorage` and `setupPersistence` functions have been removed. Please use the data persistence plugin instead. +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/date/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/deprecated/CHANGELOG.md b/packages/deprecated/CHANGELOG.md index 4d6cbaf50e373..cc607817a52c8 100644 --- a/packages/deprecated/CHANGELOG.md +++ b/packages/deprecated/CHANGELOG.md @@ -1,4 +1,8 @@ -## 1.1.0 (Unreleased) +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. ### New Feature diff --git a/packages/dom-ready/CHANGELOG.md b/packages/dom-ready/CHANGELOG.md index 62b919fff218f..28bb4be782d92 100644 --- a/packages/dom-ready/CHANGELOG.md +++ b/packages/dom-ready/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. + ## 1.1.0 (2018-07-12) ### New Feature diff --git a/packages/dom/CHANGELOG.md b/packages/dom/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/dom/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 3014beb547f14..f180ba7165f4e 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -14,3 +14,4 @@ - `isFetchingSharedBlock` selector has been removed. Use `isFetchingReusableBlock` instead. - `getSharedBlocks` selector has been removed. Use `getReusableBlocks` instead. - `editorMediaUpload` has been removed. Use `mediaUpload` instead. +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/element/CHANGELOG.md b/packages/element/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/element/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 87f385f8f70ed..ba994c10f842a 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. + ## 1.2.0 (2018-07-12) ### New Feature diff --git a/packages/html-entities/CHANGELOG.md b/packages/html-entities/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/html-entities/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index f2245df88b1a5..f847b560ffdd6 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. + ## 1.2.0 (2018-07-12) ### New Feature diff --git a/packages/keycodes/CHANGELOG.md b/packages/keycodes/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/keycodes/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/nux/CHANGELOG.md b/packages/nux/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/nux/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/plugins/CHANGELOG.md b/packages/plugins/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/plugins/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/redux-routine/CHANGELOG.md b/packages/redux-routine/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/redux-routine/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/shortcode/CHANGELOG.md b/packages/shortcode/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/shortcode/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/token-list/CHANGELOG.md b/packages/token-list/CHANGELOG.md index 0f576111375f6..ae69187866b19 100644 --- a/packages/token-list/CHANGELOG.md +++ b/packages/token-list/CHANGELOG.md @@ -1,3 +1,3 @@ -## v1.0.0 (Unreleased) +## 1.0.0 (Unreleased) - Initial release diff --git a/packages/token-list/package.json b/packages/token-list/package.json index d35ca7cbd8c00..01ba18a6e475a 100644 --- a/packages/token-list/package.json +++ b/packages/token-list/package.json @@ -1,6 +1,6 @@ { "name": "@wordpress/token-list", - "version": "1.0.0", + "version": "1.0.0-beta.0", "description": "Constructable, plain JavaScript DOMTokenList implementation, supporting non-browser runtimes.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", diff --git a/packages/url/CHANGELOG.md b/packages/url/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/url/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/viewport/CHANGELOG.md b/packages/viewport/CHANGELOG.md new file mode 100644 index 0000000000000..ca0bd563cf96a --- /dev/null +++ b/packages/viewport/CHANGELOG.md @@ -0,0 +1,5 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. diff --git a/packages/wordcount/CHANGELOG.md b/packages/wordcount/CHANGELOG.md index 488fb52eec478..c95b013dfb5df 100644 --- a/packages/wordcount/CHANGELOG.md +++ b/packages/wordcount/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (Unreleased) + +### Breaking Change + +- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. + ## 1.1.0 (2018-07-12) ### New Feature