@cryptic-css/prop-scroll
Advanced tools
Changelog
5.0.0 (2021-01-02)
core: new Map based registry structure for improved performance
core: make default instance reconfigurable to increase performance
core: no more deep merging => related code pieces removed
core: simplified property definition
core: overall reduced size
core: improved TypeScript types
styled: add alias $
for Ui
BREAKING CHANGES:
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
Changelog
5.0.0 (2021-01-02)
core: new Map based registry structure for improved performance
core: make default instance reconfigurable to increase performance
core: no more deep merging => related code pieces removed
core: simplified property definition
core: overall reduced size
core: improved TypeScript types
styled: add alias $
for Ui
BREAKING CHANGES:
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