-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis CI: Cache npm's $HOME/.npm
folder
#5279
Conversation
This PR 1st pass:
This PR 2nd pass:
This PR 3rd pass:
|
Move bindTitleRef so that the React lifecycle methods immediately follow the constructor.
There's no need, as we're passed props as the constructor's first argument.
Simplify the edit panel DOM tree by replacing <span><b /></span> with just the single <b>.
Improve reusable block creation flow
Update cover image markup and CSS
Default to content-box box-sizing for the metabox area.
… part of teh settings object
* Writing Flow: Cancel isTyping when focusing non text field * Writing Flow: Wait to determine typing clear on focus
* Keyboard Shortcuts: Remove global escape clear selected block This doesn't apply in most text fields, and where it does apply is often unexpected (e.g. contextual toolbar) * Toolbar: Return focus to selection when escape pressed * Keyboard Shortcuts: Clear multi-selection by escape
* Post Title: Convert connect usage to wordpress/data * Post Title: Insert initial block as provisional
* i18n: Absorb errors from Jed localization * i18n: Allow setting locale data by domain
* Revert "Show the block appender even if the last block is non empty paragraph" This reverts commit 5bb5310. * Writing Flow: Redirect click below editor to last text field
…5553) * Components: Enhance KeyboardShortcuts to accept children * State: Override state on edits to same post property * Title: Override history of textarea to dispatch undo
Add distinctive Cover Image icon
…ia-label-ie11-jaws Add an aria-label to the inserter items to make IE11 and JAWS happy.
Summary of button labels and flows: Editors and admins: Update — updates immediately, no pos-publish flow Publish... — opens post-publish flow Schedule... — opens post-publish flow Contributors: Publish... — opens post-publish flow where the confirm button says "Submit for Review".
* Blocks: Extend deprecation timeline for Editable to 2.6 Documentation page is still active, despite having been removed: https://wordpress.org/gutenberg/handbook/block-api/editable-api/ * Framework: Remove deprecations slated for 2.5 removal
Updated documentation for PluginMoreMenuItem component
* Plugins: Subscribe to plugin registration via action Co-authored-by: Alexander Botteram <alexander@yoast.com> * Plugins: Fix hook name for unregistration
…n-text Add visible text to the Gallery add item button
Update plugin version to 2.5
The test case "should return true for posts with status future" was invalid as besides the status being future the scheduled date needs also to be in the future otherwise the post is not scheduled but published.
And fix `svn st -> svn add` pipe with `xargs`
Docs: Release: Fix URL for recently closed PRs; update changelog usage
… into try/travis-npm-cache
lol, that rebase escalated quickly... |
Description
Suggested by @zkat of npm to try and cache npm's
$HOME/.npm
folder on Travis CI to shave of a few seconds of CI time....How Has This Been Tested?
Travis CI performance results will be posted in follow up comments
Screenshots (jpeg or gifs if applicable):
Types of changes
CI testing performance
Checklist: