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

Major update on WP-CLI and setup #826

Merged
merged 9 commits into from
May 15, 2024
Merged

Major update on WP-CLI and setup #826

merged 9 commits into from
May 15, 2024

Conversation

iruzevic
Copy link
Member

@iruzevic iruzevic commented May 9, 2024

Dependant to Eightshift-libs@8.0.0

Changed

  • All Components::getManifest to Components::getManifestByDir method.
  • All Components::outputCssVariables($attributes, $manifest, $unique, $globalManifest) to Components::outputCssVariables($attributes, $manifest, $unique).
  • All renderPartial to render method.
  • Wrapper changes $this->renderWrapperView to echo $renderContent;.

@iruzevic iruzevic self-assigned this May 9, 2024
@iruzevic iruzevic marked this pull request as draft May 9, 2024 08:37
iruzevic added 2 commits May 15, 2024 08:17
# Conflicts:
#	blocks/init/src/Blocks/components/copyright/copyright.php
#	blocks/init/src/Blocks/custom/site-footer/site-footer.php
@iruzevic iruzevic requested a review from a team May 15, 2024 09:58
@iruzevic iruzevic marked this pull request as ready for review May 15, 2024 09:58
piqusy
piqusy previously approved these changes May 15, 2024
Copy link
Contributor

@piqusy piqusy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work 👏🏼

Left a question

@@ -12,7 +12,7 @@ export const CopyrightOptions = (attributes) => {

return (
<Toggle
label={__('Copyright', 'eightshift-frontend-libs')}
label={__('Copyright', '%g_textdomain%')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm probably missing something but how come this textdomain convention is only used in this and site-footer-options.js files?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@piqusy what? 😄
image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was all done for the other blocks in the previous PR so I fixed the additional changes Kanc did for this block

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, it seems that I've clicked on a link for a single commit and saw just that small change 😄

@iruzevic iruzevic dismissed stale reviews from piqusy and goranalkovic-infinum via 1c3dfb3 May 15, 2024 11:58
Copy link
Contributor

@piqusy piqusy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work 👏🏼

Left a suggestion

@@ -104,7 +104,7 @@ export const FeaturedContentOptions = ({ attributes, setAttributes }) => {
});
}}

// placeholder={__('All', 'eightshift-frontend-libs')}
// placeholder={__('All', '%g_textdomain%')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it stay or should it go?

@iruzevic iruzevic merged commit 4f5cab4 into develop May 15, 2024
1 check failed
@iruzevic iruzevic deleted the feature/cli branch May 15, 2024 13:15
iruzevic added a commit that referenced this pull request Jun 5, 2024
* fixing global manifest and cssVariables functions

* fixing getManifest function

* fixing render methods

* fixing renderPartial function

* updating new wrapper

* adding changelog

---------

Co-authored-by: Goran Alković <77000136+goranalkovic-infinum@users.noreply.github.com>

Bump glob-parent from 3.1.0 to 5.1.2 in /setup/create-wp-project (#783)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v3.1.0...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Standardize Accessibility of Quote Blocks Across Browsers (#828)

* added escaping function

* change figure role to presentation

* simplify the block to be interpreted same across the browsers

Use existing copyright component in footer (#827)

* use existing copyright component in footer

* removed typography component from copyright

* return getManifestByDir

Bug/failure due to manifest selection (#822)

* Revert "Frontend libs 9.5.0"

* sync files

* This regex ensures that only files named exactly manifest.json are matched

---------

Co-authored-by: Goran Alković <77000136+goranalkovic-infinum@users.noreply.github.com>

Major update on WP-CLI and setup (#826)

* Major update on WP-CLI and setup

fixes

fixes

fixes

fixes

fixes

updating dependencies

updating dependencies

updating dependencies

release
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.

5 participants