Skip to content

Releases: vtex-apps/css-handles

v1.0.1

08 Jan 18:45
Compare
Choose a tag to compare

Fixed

  • Support for blockClass prop from Site Editor content.

v1.0.0

08 Dec 16:17
Compare
Choose a tag to compare

Added

  • New classes parameter to the useCssHandle hook.
  • New useCustomClasses hook.
  • New CssHandlesContext provider and hook.

Changed

  • useCssHandles now returns a bag of utilities (handles, withModifiers for now).

Changed

  • Refactor CSS Handle name normalization and validation to a more performant method.

v0.4.4

31 Aug 18:30
Compare
Choose a tag to compare

Changed

  • Modifier errors are only displayed on dev workspaces.

v0.4.3

31 Aug 14:05
Compare
Choose a tag to compare

Changed

  • Groups modifier errors into a single log.

v0.4.2

02 Mar 20:38
Compare
Choose a tag to compare

Fixed

  • Allow - on css handles.

v0.4.1

28 Oct 14:34
Compare
Choose a tag to compare

Chore

  • New release to trigger a rebuild enabling lazy evaluation of css-handles entrypoints

v0.4.0

08 Oct 19:49
Compare
Choose a tag to compare

Added

  • withCssHandles higher order component.

v0.3.2

07 Oct 21:03
Compare
Choose a tag to compare

Fixed

  • Erase extra space when invalid modifier was filtered.

v0.3.1

04 Oct 13:52
Compare
Choose a tag to compare

Fixed

  • Also allow - on handle modfifiers.

v0.3.0

03 Oct 18:52
Compare
Choose a tag to compare

Added

  • migrationFrom option.