v0.89.0
Minor Changes
-
#872
4b8a6d6eThanks @tenphi! - BREAKING: Boolean mods now generatedata-*instead ofdata-is-*attributes (mods={{ hovered: true }}→data-hovered=""instead ofdata-is-hovered="").NEW: Value mods support -
modsnow accepts string values (mods={{ theme: 'danger' }}→data-theme="danger"). Includes shorthand syntax in styles (theme=danger,theme="danger"). See Tasty documentation for details. -
#872
4b8a6d6eThanks @tenphi! - Add support for:has(Item)syntax in style mappings. Capitalized element names inside:has()pseudo-class selectors are now automatically transformed todata-elementattribute selectors (:has(Item)→:has([data-element="Item"])). -
#873
c29bee57Thanks @tenphi! - Allow to set cursorStrategy towebornativein Root component.