Ari Stathopoulos
Ari Stathopoulos
Spawned from #2144 v4.0 refactors basically everything, it would be good to check this one as well.
One step closer to 3.1
Some issues came up in #1829 We need to document this better for future reference.
This one probably broke in 3.0 It's a surprise nobody reported it so far. EDIT: looks like the issue is limited to a combo of `value_pattern` & `'attr' => 'class'`
We went to a lot of trouble to allow loading separate styles for blocks on-render... These changes are part of Gutenberg, and were backported to WP5.8, so it's a shame...
Possible fix for #254
This was discussed and decided in yesterday's meeting. Checks for `add_menu_page` and `add_submenu_page` should now be removed.
Right now in Gutenberg we can't use relative units for font-sizes, users are forced to use px-only values. We should allow using other values (em, rem etc) for custom font-sizes...
This is just a rough proof of concept and should not, under any circumstances, be seriously reviewed. Its only purpose is as an experiment with block-styles. Everything here is hacky...