Skip to content

Brisk v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 May 14:53
· 78 commits to main since this release
f1b55de

Added

  • Universal binary support for macOS.
  • Non-realtime mode for WidgetTree.
  • WebP animation support.
  • toNumber function.
  • New way to modify and notify.
  • Support for optionals in bindings.
  • Widget::enabled property.
  • FixedFormatter class that acts as a value formatter.
  • More Value operators.
  • 7GUIs tasks: counter, timer, temperature, booker, CRUD.

Changed

  • Documentation updated.
  • OffscreenCanvas is now reusable.
  • CheckBox animation updated.
  • uiScheduler moved to the Core module.
  • Register built-in fonts in widget constructor.
  • Adjusted standard palette colors.
  • Optimization: Skip rasterization if transparent.
  • Optimized blendRow.
  • Various Canvas optimizations.
  • Make "_Text" literals translatable.
  • Adjust style of TextEditor when disabled.
  • BindableCallback: non-strict argument types.
  • ListBox: clicking outside items resets selection.

Fixed

  • Canvas: subpixel settings.
  • Minor fixes to the Dashboard example.
  • Invalidate widget on scroll.
  • Corrected Disabled state for most widgets.