Skip to content
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 4,285 commits into from
Jan 10, 2018
Merged

pull updates #1

merged 4,285 commits into from
Jan 10, 2018

Conversation

circlecube
Copy link
Owner

No description provided.

gziolo and others added 30 commits December 18, 2017 11:47
…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.
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.
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.
youknowriad and others added 29 commits January 8, 2018 10:20
… 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.
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.
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
@circlecube circlecube merged commit 4ed0f9c into circlecube:master Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.