Skip to content

v1.7.0

Latest

Choose a tag to compare

@fabioglimb fabioglimb released this 10 Apr 00:40

Breaking Changes

  • SplitData now uses panes: string[] instead of left/right
  • @jappyjan/even-better-sdk removed from peerDependencies — no longer needed

New Features

  • Internalized SDK wrapper (sdk-wrapper.ts) — replaces @jappyjan/even-better-sdk, fixes borderRadius bug
  • N-pane split layout — showSplitPage(header, panes[], layout) supports 2-6 panes
  • Box drawing utilities (box-drawing.ts) — glassBox(), glassRule(), glassBoxLine()
  • Chart layout bounce fix — overlay container prevents scroll bounce
  • Chart/split header padding aligned (6px) across all layout types
  • Timer progress bar — heavy for empty segments
  • Action bar — removed trailing /, only left indicator

Fixes

  • Chart text container ID changed to avoid collision with overlay
  • Split header paddingLength: 6 matches text/home layouts