UNPKG

@wordpress/style-engine

Version:
24 lines (19 loc) 1.96 kB
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> ## Unreleased ### Enhancement - Allow for prettified output ([#42909](https://github.com/WordPress/gutenberg/pull/42909)). - Enqueue block supports styles in Gutenberg ([#42880](https://github.com/WordPress/gutenberg/pull/42880)). ### Internal - Move backend scripts to package ([#39736](https://github.com/WordPress/gutenberg/pull/39736)). - Updating docs, formatting, and separating global functions from the main class file ([#43840](https://github.com/WordPress/gutenberg/pull/43840)). ### New Features - Add a WP_Style_Engine_Processor object ([#42463](https://github.com/WordPress/gutenberg/pull/42463)). - Add a WP_Style_Engine_CSS_Declarations object ([#42043](https://github.com/WordPress/gutenberg/pull/42043)). - Add Rules and Store objects ([#42222](https://github.com/WordPress/gutenberg/pull/42222)). - Add elements styles support ([#41732](https://github.com/WordPress/gutenberg/pull/41732)) and ([#40987](https://github.com/WordPress/gutenberg/pull/40987)). - Add typography and color support ([#40665](https://github.com/WordPress/gutenberg/pull/40987)) and ([#40332](https://github.com/WordPress/gutenberg/pull/40332)). - Add border support ([#41803](https://github.com/WordPress/gutenberg/pull/40332)) and ([#40531](https://github.com/WordPress/gutenberg/pull/40531)). - Add margin support to frontend ([#39790](https://github.com/WordPress/gutenberg/pull/39790)). - Add basic block supports to backend ([#39446](https://github.com/WordPress/gutenberg/pull/39446)). - Added initial version of the style engine ([#37978](https://github.com/WordPress/gutenberg/pull/37978)). - Include `@wordpress/style-engine` on the list of external dependencies to allow using `wp.styleEngine` global with WordPress 6.1 and beyond ([#43840](https://github.com/WordPress/gutenberg/pull/43840)).