Greg Ziółkowski
Greg Ziółkowski
> I've found #33542 where `viewStyle` was [mentioned](https://github.com/WordPress/gutenberg/issues/33542#issuecomment-1246649599). I can open a new issue if required and we can link it in this overview issue. It was me who closed...
# Update ## Completed during WP 6.4 - https://github.com/WordPress/gutenberg/issues/53987 ## Added - https://github.com/WordPress/gutenberg/issues/54904 (**Top Things**) - https://github.com/WordPress/gutenberg/issues/35223 ## Needs review - Introduce `viewStyle` for styles used only on the front...
## Update ### Completed during WordPress 6.5 cycle - https://github.com/WordPress/gutenberg/issues/53300 - https://github.com/WordPress/gutenberg/issues/56803 - https://github.com/WordPress/gutenberg/issues/54904 - https://github.com/WordPress/gutenberg/issues/53705 - https://github.com/WordPress/gutenberg/discussions/54579 - Create a system for inserting site/post metadata into generic blocks (https://github.com/WordPress/gutenberg/issues/37753....
> Alternative to https://github.com/WordPress/gutenberg/pull/45251. Allows WP_DEVTOOL to set the source map mode for production builds as well as dev builds. Do I understand it correctly that the only difference with...
@mateuswetah, thank you for sharing the idea. It is possible to inject a block variation using filters as of today because `variations` can be defined in PHP during block registration:...
> could you please supply a code example using this on a core block? The example you shared will work fine in the case when the block is registered on...
@psealock, do you plan to finish this PR? Do you need any help? @ryanwelcher is it something on your radar?
@noahtallen and @kkmuffme, there is also #46812 opened that takes a slightly different approach. As far as I understand, the other one keeps the old behavior by default but lets...
Thank you for the report. It looks like it was a bug on npm side: https://github.com/npm/cli/issues/2329. It's been fixed shortly after v7.19.0. There is also a following note in the...
In that case, it might be fine to include the `@latest` part to avoid all the issues mentioned. @ryanwelcher, @juanmaguitar and @mburridge, do you agree? We might need to update...