forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
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
pull updates #1
Merged
Merged
pull updates #1
Conversation
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
…dit-block Blocks: Move logic for generating class name to BlockEdit component
Audio Block: Changes edit buttonProps to html attributes
This mechanism allows treating elements as inline if they are being pasted in specific tags. So for example in heading blocks we can interpret headings as inline content and on lists we can interpret lists as inline content.
…ps mechanism. This improves the behaviour of paste in already existing list and heading blocks.
…lineForTag mechanism.
Update to Jest v22.0.1
… withAPIData HoC in latestPosts.
An intermediary step to use withAPIData.
…with withAPIData HoC in Categories Block. Categories block was the only block in our codebase that uses wp.api…, this change makes the block more inline with the rest of the codebase.
* Add dynamic block documentation Taken from https://riad.blog/2017/10/16/one-thousand-and-one-way-to-extend-gutenberg-today/#dynamic-block. * Add ES6 JavaScript code example * Add a title to dynamic blocks doc entry * Fix some small grammar errors * Remove Riad from the code examples 😉 * Fix typo in dynamic block documentation
This is a suggestion for #4080. It increases the 2 columns to 3 for the inserter.
Those controls include the mover and the ellipsis menu. As such, this PR fixes #4084. What this PR does, is remove all mobile tools from the quick toolbar, and instead shows these tools inline at the bottom of a _selected_ block.
Props @maddisondesigns for text.
Fixes #2956. This renames the "Classic Text" block to just "Classic", because it can do more than just text.
Adds in a wider inserter.
The left align wasn't working so lets move border and center align.
… was leading to some numbers being defunct. (#4335) Latest posts block was using splice operation changing the original data array passed to it. This data array was the same being used in withAPIData cache leading to the cache being corrupted, so when returning to the same number of posts that were cached some posts were deleted.
Change name from block to format
The latest posts block was requesting all post content making the request huge while only requiring a few fields.
Blocks: Fix unsetting block alignment flagging block as invalid
The `react/jsx-curly-spacing` rule applies only to curly brackets used in attributes. We can force curly brakcets used in children to have spacing by setting children: true on the rule.
* Reorganize doc navigation. * Include theme support under "extensibility". * Update links to "attributes" doc. * Update "theme-support" references.
Docs: Fix typo
Fix CSS bleed from admin-specific gallery styles
* Use tabs for indentation in `composer.json` * Remove `composer.json` rule from `.editorconfig`
Force JSX children expressions to have spacing
* Fix typo in Readme * Change meta-boxes to meta boxes
* Use explicit v7.0.0 `promise-polyfill` * Update client-assets.php
Fixes problem where the ::before element from the previous block overlaps the top of the image handlers and makes them unclickable
Latest Posts: Use `columns-x` class only for grid layout
Add WordPress JSDoc ESLint configuration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.