All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support for blockClass prop from Site Editor content.
- New
classes
parameter to theuseCssHandle
hook. - New
useCustomClasses
hook. - New
CssHandlesContext
provider and hook.
useCssHandles
now returns a bag of utilities (handles
,withModifiers
for now).
- Refactor CSS Handle name normalization and validation to a more performant method.
- Modifier errors are only displayed on dev workspaces.
- Groups modifier errors into a single log.
- Allow
-
on css handles.
- New release to trigger a rebuild enabling lazy evaluation of css-handles entrypoints
withCssHandles
higher order component.
- Erase extra space when invalid modifier was filtered.
- Also allow
-
on handle modfifiers.
migrationFrom
option.
- Validates modifiers
- applyModifiers helper
- Intial release.