Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 18:12
· 38 commits to main since this release

Maintenance

  • bump version to 0.2.0 (d52e5c1)

Added

  • LuCodeBlock — Native Shiki-powered syntax highlighter with default and preview variants (supporting tabbed and split layouts).
  • LuToggleGroup & LuToggleButton — New layout primitives for grouped button selections.
  • LuMenu — Refactored and renamed from legacy LuDropdown to align with the core primitives naming convention.
  • New showcase documentation dedicated to Toggle Group and components.

Fixed

  • WPF-like edge-docking regressions in LuDock via a newly implemented programmatic render function.
  • Reactivity bugs in LuSplit (LuSplitPane, LuSplitResizer) failing to unwrap injected direction refs.
  • Missing LuSplit component skins.
  • Various visual hierarchy issues in documentation via typography LuText adjustments.

Changed

  • Zero-Raw-HTML Adherence: Removed all raw DOM nodes (div, span, etc.) and PreviewBlock from the showcase application in favor of 100% native Lu* primitives.
  • Integrated Shiki to @astrake/lumora-ui core package dependencies.