From Kevin Powell’s podcast, his musings on the rate of adoption of different CSS features.
The Slow Adoption of New CSS Features
Kevin Powell @ zencastr.com • 6 months ago
Kevin Powell @ zencastr.com • 6 months ago
From Kevin Powell’s podcast, his musings on the rate of adoption of different CSS features.
Lua Nguyen @ metabox.io • 6 months ago
Meta Box is redoing its admin UI using block editor components. The goal is to achieve a more modern and more efficient yet more native look.
Web Dev Simplified @ youtube.com • 6 months ago
A very nice, beginner friendly guide to debugging JavaScript.
Nick Diego @ make.wordpress.org • 6 months ago
The WordPress dot org theme directory was refreshed and is now block based. There is no functionality differences to the previous version, but the post said that new features were coming.
Elijah Mills @ oxygenbuilder.com • 6 months ago
Beta 1 for Oxygen 4.9 is available. It adds a right-click menu for common actions, the Advanced Query now supports multiple properties for the orderby parameter, and it is now possible to add arbitrary, custom query parameters using the Advanced Query option.
Birgit Pauli-Haack @ make.wordpress.org • 6 months ago
Here is a table showing the CSS options per Gutenberg block. If you compare it to the list from 6.1, which is linked in the post, it seems that most blocks got 2-3 additional style options.
Alex Lende @ make.wordpress.org • 6 months ago
The theme.json file, which is used in block and hybrid themes, is getting a bump to version 3 in order to account for some default font and spacing size changes.
Paul Bearne @ make.wordpress.org • 6 months ago
WordPress has an API for storing and loading options, the Options API. Some changes to the Options API are coming with WordPress 6.6. One of the settings when creating an option is if the option should be auto loaded with each page. Up until now, the default when an option is created was “yes” to auto load it. However, a large amount of auto-loaded data can hurt page performance. The default is being changed to “null” and a ceiling on the size of auto-loaded options is being introduced. These and other changes are discussed in this article on the make blog.
Nick Diego @ developer.wordpress.org • 6 months ago
Coming in a month, WordPress 6.6 introduces overrides in synced patterns. This brings a components-like feature to the block editor and is a very useful enhancement. In this article on the developer blog, Nick Diego gives a full walk-through of synced pattern overrides and how to use them.