Skip to content

0.2.0 - Avalonia 12

Choose a tag to compare

@accntech accntech released this 07 May 06:57
· 37 commits to main since this release
f3b04e3

Breaking

  • Migrated the library and demo to Avalonia 12. Consumers must upgrade to Avalonia 12 to use this release.

New Features

  • Tabs: sliding pill indicator with stretch-and-snap motion as the active tab moves between items.
  • Demo (ControlBlock): matching sliding pill underline for the demo's example/code tabs.

Enhancements

  • Theme: corner radius scale realigned to shadcn defaults.
  • Typography: type scale realigned to shadcn defaults.
  • Animations:
    • New cubic-bezier easing tokens shared across controls.
    • Reworked dialog, tooltip, and toast motion.
    • Tuned popover open transitions.
    • Tightened button press feedback.
    • EaseOut applied consistently to remaining transitions.
  • Demo (Dashboard): chart tooltip backgrounds now respect the active theme.

Fixes

  • ColorPicker: reworked bindings to resolve runtime errors.

Performance

  • Demo: deferred TextMate setup so AvaloniaEdit no longer locks the UI on startup.

Chore

  • Demo bumped to 1.2.0; copyright year updated to 2026.

Full Changelog: 0.1.6...0.2.0