Changelog

[0.7.0]

Added

  • Added support for applying multiple style sheets to an entity #45
  • Added quality of life methods for modifying class lists on existing class components. #48
  • Added support for row-gap and column-gap properties. #49
  • Added support for Any (*) selector. #55

Changed

  • Fixed wrong properties assignments #42
  • Fixed bug with style sheets being applied in a non-deterministic order #51

[0.6.0]

Added

  • Added watch for changes on entities with components affected by css.

Changed

  • Fixed CSS precedence order, more broad rules are applied first.

[0.5.1]

Added

  • Added support for :hover pseudo-class.
  • Added support for Pseudo-classes.

[0.5.1]

Added

  • New selectors for setting up BorderColor and Image texture.
  • New documentation available on: link.

Changed

  • Updated cssparser to 0.33.
  • Use color function from cssparser.

[0.5.0]

Added

  • Support for auto value

Changed

  • Upgraded to Bevy 0.12.

[0.4.0]

Changed

  • Upgraded to Bevy 0.11.

[0.3.0]

Added

  • TextAlignProperty

Changed

  • Upgraded to Bevy 0.10.

Removed

  • VerticalAlignProperty and HorizontalAlignProperty

[0.2.0]

Changed

  • Upgraded to Bevy 0.9.

[0.1.0]

Added

  • First version