Greg Ziółkowski

Results 10 issues of Greg Ziółkowski

Previously proposed in #1303 and locked as resolved by bot . ## Description This applies only to JavaScript/TypeScript code. It would be similar to the new Enforce Single Attribute Per...

status:needs discussion
type:option request

## What? This PR update the minimum required Node.js version to 14 for tools. ## Why? Node.js is no longer supporting v12. Let's update npm packages used directly with Node.js...

[Type] Build Tooling
Automated Testing
[Type] Breaking Change
npm Packages

## What? Fixes #21008. Replaces and closes #26922. It still isn't working correctly. I'm having issues with setting up the webpack single runtime with all existing entry points for WordPress...

[Status] In Progress
[Type] Build Tooling
Developer Experience

## 🚀 Feature Proposal In https://github.com/WordPress/gutenberg project (the block editor for WordPress) we are using `jest-puppeteer` with Travis for continues integration. This environment is much slower than what you usually...

feature request 🙏

The current implementation depends on browser APIs like `createHTMLDocument`, `querySelector`, `querySelectorAll`. It's not possible to use this library with Node.js or React Native. It would be possible to simulate DOM...

This issue will track and describe a few mini-projects around improvements to the [Block API](https://github.com/WordPress/gutenberg/tree/trunk/docs/reference-guides/block-api). ## Block Assets Block assets are JavaScript (`editorScript`, `script`, `viewScript`) and CSS (`editorStyle`, `style`) defined...

[Feature] Block API
[Type] Overview
[Type] Tracking Issue

## What? The full proposal for the new HTM Tag Processor API is available at https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/. ## Why? This branch presents the usage of the new HTML Tag Processor API...

[Type] Code Quality
[Package] Block library

There is this question from @bph: > If I wanted to use it for a single block plugin, and I see a great use case for it, but it would...

enhancement

Trac ticket: https://core.trac.wordpress.org/ticket/61185#ticket Testing performance with TT4 and homepage: Before (trunk): wp-total (median) 55.59 ms After (branch): wp-total (median) 55.18 ms --- **This Pull Request is for code review only....

## What problem does this address? Part of Block API roadmap #41236. Let's explore whether some block variations can be read as a block type. For example, instead of `core/template-part/header`...

[Type] Enhancement
[Feature] Block API
[Status] In Progress
[Feature] Block Variations