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

Updating fork #1

Merged
merged 40 commits into from
Nov 25, 2020
Merged

Updating fork #1

merged 40 commits into from
Nov 25, 2020

Conversation

rafaelgallani
Copy link
Owner

Updating the forked repository.

aristath and others added 30 commits November 23, 2020 09:00
* Remove the adminbad Customizer link

* add FSE condition

* rename function

* Add site-editor link

* Change wording

* Check if user can edit_theme_options
* remove the auto margin for individual column blocks

* update margin values for blocks in blocks to zero insted of auto
…27026)

* Replace 'Remove from Reusable blocks' with 'Manage Reusable blocks'.

* Removed ReusableBlockDeleteButton component and added ReusableBlocksManageButton in its place.

* On click, ReusableBlocksManageButton sends the user to the reusable blocks management screen.

* Added '@wordpress/url' dependency to the package. This is used to build the  url for the reusable blocks management screen.

Fixes #12791.

* Fix logic and dependency for new 'Manage Reusable blocks' menu item.

* Use file link for new @wordpress/url dependency.

* Rename abbreviated blockObj variable to reusableBlock to follow coding standards.

* Simplified logic to check if the 'Manage Reusable blocks' menu item should be visible.

* Use MenuItem's href prop to create an a tag instead of relying on onClick on a button.

Fixes #27026.

* Update package lock. (#27026)

* Remove unused e2e test for deleting reusable blocks. (#27026)
Bug fix: Use instance's own doAction method to trigger built-in hookAdded and hookRemoved hooks.

Hooks are currently using doAction from the shared global instance to trigger the built-in hooks hookAdded and hookRemoved. This PR binds the methods for adding and removing hooks to their own hooks instance so that they use doAction from the given instance for the said built-in hooks.
…26615)

* full-height-alignment-toolbar: initial approach

* block-editor: expose experimental full height

* cover: add full height button to toolbar

* cover: propagate full height to height input cpm

* cover: dissabel unit control in full height mode

* cover: store prev height to be able to return them

* cover: set height via inline in full height mode

* cover: add toggle control for full height

* cover: set fulll height mode when saving block

* full-height-alignment: change icon

* cover: refactoring -> simplify full height

* cover: handling not prev height values.

* cover: clean fullHeightAlignment attr

* full-height-align: change button label

* full-height-alignment: pick icon from package

* cover: improve setting prev values
Props to @jorgefilipecosta
* fix RangeControl mark placement/fill logic to cover more use cases

* style RangeControl cursor congruent with interactive area

* stop marks from interfering with input interaction

* expand the story for RangeControl marks
This provides similar features for PHP tests that Jest provides for JavaScript tests.

The `process-timeout` option is disabled so that phpunit-watcher can run indefinitely. See spatie/phpunit-watcher#63 (comment)".
Now that ignore-emit-webpack-plugin was fixed to work with both webpack v4 and v5 we can allow again to use ranges for the dependency.
Hides empty menus in the navigation panel. Namely Templates -> Pages and Templates -> Posts.
…mns and views (#27156)

* Show the same data in both wp_template and wp_template_part admin lists

* Move the templates admin lists hooks in a separate utilities file
)

Updates the recently added font appearance block support to separate the style and weight aspects in terms of opting in via block.json. This required:

* Updating the detection of support opt in within typography tools
* Updating the UI control to handle the situation when only one option is opted into

This change also includes adding translation for the combined UI option labels and extracting concerns of how the selections are stored within style attributes from the UI control.
…efinition (#27178)

* Replace store name string with store definition

* Triggering build
* Change from store name provided as a string to store definition

* Lint

* lint - change import src

Co-authored-by: grzegorz_marzencki <grzegorz.marzencki@a8c.com>
Move MainDashboardButton slot from interface to appropriate
places in edit-post and edit-site packages.
* Update default templates

* Formatting

* Re-add the front-page template

* Formatting

* Update default templates

* Revert "Update default templates"

This reverts commit 4551f8b.

* Update template names and descriptions

* Fix incorrect spacing

* Update the template descriptions

* Increase width of template dropdown

* Only increase new template drodpown width on large enough screens

Also minor formatting fixes

Co-authored-by: Copons <Copons@users.noreply.github.com>
* Enable Post Featured Image to be set, unset and replaced

* change default alt text

* replace icon with label
Update the new template dropdown list to only show a hand-picked list of templates — if they are missing from the current site/theme.
Also hide the new template button if there are no more missing templates to be added.
* implemented toolbar link button.

* Added bottom sheet padding config

* File block: Implement link toolbar button reusing inspector control sidebar

Co-authored-by: Joel Dean <jdeanjj1000@gmail.com>
etoledom and others added 10 commits November 25, 2020 10:29
* Refactor click redirect(and avoid div)

* Remove padding if there are meta boxes

* Polish

* Use mouse down

* Add comment
* Restore gray background.

* Make linter happy

Co-authored-by: Ella van Durpe <ella@vandurpe.com>
* Adds in viewports or adjusts them for block patterns

* Increases default of viewportWidth

* Catch variable missing

* Remove spaces/whitespaces in PHP files

Co-authored-by: Jon Q <hello@jonquach.com>
…spacing is consistent and alignment when the block is narrow is visually appealing. (#27255)
@rafaelgallani rafaelgallani merged commit 813d9a5 into rafaelgallani:master Nov 25, 2020
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.