Skip to content

v0.0.1-beta.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Dec 04:33
· 105 commits to main since this release

   🚀 Features

  • Add number input component with context and controls  -  by @elonehoo (5cbe4)
  • Add OTP input component with context and control features  -  by @elonehoo (480a9)
  • dynamic: Add dynamic components and context management  -  by @elonehoo (c778d)
  • index: Add missing exports for dynamic, qr-code, radio, select, signature, slider, splitter, steps, switch, and tabs components  -  by @elonehoo (3b01f)
  • pagination: Add pagination component with tests and styles  -  by @elonehoo (25075)
  • popover: Add popover component with various subcomponents and examples  -  by @elonehoo (b1a44)
  • progress: Add progress component with circular and linear variations  -  by @elonehoo (b33a0)
  • qr-code: Add tests for rendering and overlay content; update valueChange event type  -  by @elonehoo (2d960)
  • radio: Add radio component with context and item management  -  by @elonehoo (e8f57)
  • select: Introduce Select component with multiple subcomponents and context management  -  by @elonehoo (ee693)
  • signature: Add signature component with context and controls  -  by @elonehoo (9e791)
  • slider: Add slider component with various subcomponents and examples  -  by @elonehoo (266b9)
  • splitter: Add splitter component with context and panel functionality  -  by @elonehoo (5f1ff)
  • steps: Add steps component with context and item management  -  by @elonehoo (cc0b1)
  • switch: Add switch component with context and control features  -  by @elonehoo (8a2c1)
  • tabs: Add tabs component with context, examples, and styles  -  by @elonehoo (db8b6)
  • timer: Add timer component with context, styles, and examples  -  by @elonehoo (bd52f)
  • toggle-group: Add toggle group component with context, styles, and examples  -  by @elonehoo (b73a8)
  • tooltip: Add tooltip component with context, styles, and examples  -  by @elonehoo (ef62e)
  • tree: Implement tree component structure with branches, items, and context  -  by @elonehoo (8bba5)

   🐞 Bug Fixes

  • Update event names in popover and progress components to use string literals  -  by @elonehoo (4759b)
  • tests:
    • Skip tests for timer, toggle, tooltip, tour, and tree components  -  by @elonehoo (df221)
  • types:
    View changes on GitHub