Skip to content

v0.89.0

Choose a tag to compare

@github-actions github-actions released this 04 Nov 16:50
· 10 commits to main since this release
0cf2dfc

Minor Changes

  • #872 4b8a6d6e Thanks @tenphi! - BREAKING: Boolean mods now generate data-* instead of data-is-* attributes (mods={{ hovered: true }}data-hovered="" instead of data-is-hovered="").

    NEW: Value mods support - mods now accepts string values (mods={{ theme: 'danger' }}data-theme="danger"). Includes shorthand syntax in styles (theme=danger, theme="danger"). See Tasty documentation for details.

  • #872 4b8a6d6e Thanks @tenphi! - Add support for :has(Item) syntax in style mappings. Capitalized element names inside :has() pseudo-class selectors are now automatically transformed to data-element attribute selectors (:has(Item):has([data-element="Item"])).

  • #873 c29bee57 Thanks @tenphi! - Allow to set cursorStrategy to web or native in Root component.