Skip to content

v0.27.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rock3r rock3r released this 27 Nov 12:41
7aba563

Breaking changes

  • The Divider component does not implicitly use fillMaxWidth/fillMaxHeight. You will need to add it explicitly if you weren't already, or your dividers will "disappear" (because they have no intrinsic size on the cross axis)

Notable changes

  • New component: default banners (aka editor banners)
  • New component: combo boxes, both editable and non
    • Use in conjunction with SimpleItemLayout for an optimal out-of-the-box experience
  • Plenty of styling changes and fixes
  • Fixed issue with CheckBoxes where the indeterminate state was broken
  • Fixed issues in SplitLayout
  • ComposePanel can now be configured when setting up via JewelComposePanel
  • Correctly use New UI icons for Darcula and High Contrast themes when New UI is enabled
  • Using CommonMark 0.24 and Compose 1.7.1

What's Changed

  • Keep trailing empty lines at the end of the Markdown code block by @AlexVanGogen in #672
  • Allow configuring the ComposePanel via JewelComposePanel APIs by @rock3r in #673
  • Fix SplitLayout divider positioning error by @hamen in #667
  • Fix Dropdown disabled colors by @hamen in #674
  • Change the New UI detection logic in the bridge by @rock3r in #675
  • Add LocalTextStyle setup to Chip by @hamen in #677
  • Bump CommonMark version to 0.24.0 by @obask in #678
  • Bump Compose 1.7.0 -> 1.7.1 by @rock3r in #693
  • Add ListComboBox by @hamen in #627
  • Remove fillMax* from Divider to avoid glitches and edge-cases by @hamen in #699
  • Fixup after dividers by @rock3r in #700
  • Banners by @hamen in #688
  • Iterate on onSelectedItem in ListComboBox by @hamen in #702
  • Tune logging by @rock3r in #704
  • Fix indeterminate state not working in Checkboxes by @rock3r in #705

Full Changelog: v0.26.2...v0.27.0