Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.42 KB

File metadata and controls

39 lines (31 loc) · 1.42 KB

CHANGELOG

0.0.4 (2026-01-04)

  • Optimized text support.
  • Optimized SwiftUI support.
  • Added clippingBehavior to ComposeView.
  • Added ifLet support for ComposeNode.
  • Added ComposeViewNode to render nested compose content.
  • Updated inner shadow layer/node to support "spread" effect.
  • Added key equivalent support for button view/node.
  • Exposed various CA layer animation APIs.
  • Other various improvements and bug fixes.

0.0.3 (2025-04-12)

  • Added animation support
  • Added drop shadow, inner shadow support
  • Added TextAreaNode
  • Added more theming support
  • ComposeView now automatically refreshes on key window change
  • Improved scroll behavior
  • Improved layout performance
  • Fixed various text view bugs

0.0.2 (2025-03-23)

  • Added theming support
  • Added SwiftUI view support (SwiftUIViewNode)
  • Added gesture recognizers support
  • Added Text (LabelNode) support for AppKit
  • Added mapChildren support for container nodes
  • Added width(_:, alignment:), height(_:, alignment:) and alignment(_:)
  • Improved nested scroll views scrolling behavior for AppKit
  • Improved performance by avoiding excessive renderable updates

0.0.1 (2025-03-18)

  • Initial release 🎉