Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 4.11 KB

File metadata and controls

80 lines (43 loc) · 4.11 KB

Changelog

1.6.2

1.6.1

Patch Changes

  • Improve color-picker, slider, split, popup, and input-otp components; add @tiny-design/mcp server package with component, token, and icon tools - #76 5b4641d

1.6.0

Minor Changes

  • Add ScrollNumber component with animated digit transitions and shortest-path scrolling; integrate into Badge for smooth count animations. Add TextLoop component for cycling through children with vertical slide transitions. - #74 2f215ca

1.5.1

Patch Changes

  • Fix React warnings (missing keys, nested buttons, DOM attribute leaks, setState during render, infinite loop) and Alert title margin - #72 08f4b2a

1.5.0

Minor Changes

  • Add Marquee component for infinite horizontal scrolling with configurable direction, speed, pause-on-hover, edge fade, and infinite/once play modes - #70 36cad31

1.4.0

Minor Changes

  • Add hover/focus/active state styles for button status types (success, info, warning, danger), add status color presets to Tag component, fix SpeedDial to use theme-aware CSS custom properties, and improve TimePicker with pending selection state committed on OK - #68 006b12a

1.3.0

Minor Changes

  • Replace react-transition-group with a custom useTransition hook for CSS-driven animations. This removes the unmaintained dependency and prepares the library for React 19 compatibility. - #66 2d3e756

1.2.0

Minor Changes

  • Add Waterfall (masonry) layout component with responsive columns, gutter spacing, dynamic add/remove with animations, and image gallery support - #64 788f763

1.1.2

Patch Changes

  • fix: preserve FormInstance across re-renders in useForm hook - #62 ee696d0

1.1.1

Patch Changes

    • Fix the AutoComplete component export issue - #60 a2ea544
    • Some components' font family issue

1.1.0

Minor Changes

  • Improve InputOTP behaviour: - #54 b81d406
    • Fire onChange on every value update instead of only when all cells are filled.
    • Fix masked cell rendering logic.
    • Adjust caret colour to follow current text colour.
    • Update docs and tests for the new behaviour and add Chinese docs entry.

1.0.11

Patch Changes

  • Fixed Input.Addon passing size prop to non-input children (e.g. icons), which caused icons to render oversized. - #52 927034e

1.0.10

Patch Changes

  • Fix conditional hook call in Heading component - #50 582bc46