-
core: use transformed
as the base of CCSS
-
core: removed "mid" names for smaller bundle size and improved performance
-
core: pipe
handler renamed to compose
, but it's no longer necessary to use by client
-
core: simplified plugin usage using .use
, but plugin need to be applied manually
-
core: shorthand d
renamed to dp
as it's reserved for the SVG d
attribute
-
core: CLI tool removed
-
core: unit
option removed, only use applyUnit
function
-
core: default unit is now px
instead of rem
-
prop-mid: removed
-
styled: moved to @you-eye/styled
-
styled: ccssd
helper removed, use prepared component's on your own
-
styled: attribute filtering, no longer passes unnecessary attributes to DOM
-
babel-plugin: moved to @you-eye/babel-plugin-react
-
babel-plugin: automatic
React runtime support
-
babel-plugin: complete rewrite from the ground
-
babel-plugin: dynamic extraction
-
babel-plugin: new config structure
-
babel-plugin: CSS extraction includes minification and Media Query sorting by default
-
babel-plugin: allows to use its features individually
-
babel-plugin: default hashing: Murmur2
-
babel-plugin: Single constant resolve not supported anymore
-
babel-plugin: Warning of undefined constant usage
-
babel-plugin: Ability to add/prepend custom styles to extracted CSS