-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Framework: Remove deprecations slated for 3.7 removal (#9163)
* Framework: Remove deprecations slated for 3.7 removal * Update the packages changelogs * Remove wp from the allowed globals * Remove module constants comment * Replace usage of deprecated selectors (getCategories) * Addding missing deprecation to the docs * Fix typos * Fix isResolving selector call * Update all changelogs to follow the guidelines * Update the package lock * Fix package-lock.json
- Loading branch information
1 parent
7462c63
commit 80ac625
Showing
49 changed files
with
215 additions
and
1,489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Components | ||
export { default as CodeEditor } from './code-editor'; | ||
export { default as CodeEditor, unstable__setSiteURL } from './code-editor'; // eslint-disable-line camelcase | ||
export * from '../packages/components/src'; | ||
|
||
import '../packages/components/src/style.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ module.exports = { | |
}, | ||
}, | ||
globals: { | ||
wp: true, | ||
window: true, | ||
document: true, | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
## 1.1.0 (2018-07-12) | ||
|
||
### New feature | ||
|
||
- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832)) | ||
|
||
### Polish | ||
|
||
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
## 1.1.0 (2018-07-12) | ||
|
||
### New Feature | ||
|
||
- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832)) | ||
|
||
### Internal | ||
|
||
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805)) | ||
|
||
## 1.0.6 (2018-05-08) | ||
|
||
### Polish | ||
|
||
- Documentation: Fix API method typo for `removep`. ([#120](https://github.com/WordPress/packages/pull/120)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
## 2.0.0 (2018-07-12) | ||
|
||
- Breaking: Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832)) | ||
### Breaking Change | ||
|
||
- Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832)) | ||
|
||
### Internal | ||
|
||
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805)) | ||
|
||
## 1.0.1 (2018-05-18) | ||
|
||
### Polish | ||
|
||
- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119)) |
Oops, something went wrong.