Skip to content

Release v1.1.2

Latest

Choose a tag to compare

@edwinvakayil edwinvakayil released this 08 Jun 19:14
· 222 commits to main since this release

Summary

Three new registry components, smoother docs, and a more consistent visual system across the library.

What's New

Input OTP

Animated one-time password field built on Base UI OTP Field and Motion.

  • Spring focus borders, character entrance, and caret pulse on the active slot
  • OTPSlots helper for auto-layout with optional grouped separator (separatorAfter={3})
  • Docs: iconiqui.com/inputs-and-forms/input-otp
npx shadcn@latest add @iconiq/input-otp

Date Picker

Collapsible date field with the shared Calendar panel underneath.

npx shadcn@latest add @iconiq/date-picker
npx shadcn@latest add @iconiq/calendar

File Tree

Compound navigation tree for docs-style file explorers.

npx shadcn@latest add @iconiq/file-tree

Dismissible GitHub Star Nudge

Site header prompt encouraging a GitHub star, with dismiss persistence so returning visitors are not nagged.

Improvements

Unified border radius — Registry components now share rounded-lg, aligned to the theme --radius token. Docs preview canvases match.

Docs & registry refresh — Updated Icon Bar, Theme Toggle, and FAQ Pro docs pages with refreshed registry implementations and install metadata.