Skip to content

2.2.0

Compare
Choose a tag to compare
@bundyo bundyo released this 29 Oct 13:32
· 68 commits to master since this release
56e7d09

Breaking changes

  • Separate default core styling again to reduce the core CSS with 20k

Features

  • Ship pre-parsed JSON files for all CSS (used with css2json-loader)
  • Return $accent input variable, use $focus as internal abstraction
  • Rename $ab-background and $ab-color to respectively $complementary and $complementary-color, keep backwards compatibility
  • Introduce $...-dark input colors to be able to override the main dark mode colors specifically

Fixes

  • Stop importing view-common in app, use view instead
  • Add more padding to action items
  • Make the dark complementary color closer to the light one
  • Make HtmlView white in dark mode, as its internal colors are currently not dependent on mode
  • Fix PickerField modal in dark mode
  • Fix SegmentedBar selection colors (it doesn't support changing the color in selected state)