Skip to content

Releases: wangdicoder/tiny-design

@tiny-design/tokens@1.13.3

19 Apr 11:46
06330e0

Choose a tag to compare

Patch Changes

  • Redesign Skeleton animation APIs, component structure, and related configuration. - #123 35e3b82

@tiny-design/tokens@1.13.2

19 Apr 00:37
bc6f564

Choose a tag to compare

@tiny-design/tokens@1.13.2

@tiny-design/react@1.13.3

19 Apr 11:46
06330e0

Choose a tag to compare

Patch Changes

  • Redesign QuickActions with a new product-grade API, richer action content, and improved keyboard and hover interactions. - #125 c74ee8b

  • Redesign Skeleton animation APIs, component structure, and related configuration. - #123 35e3b82

@tiny-design/react@1.13.2

19 Apr 00:37
bc6f564

Choose a tag to compare

Patch Changes

  • Fix TypeScript compatibility with React 19. Component prop interfaces used the pattern React.PropsWithRef<JSX.IntrinsicElements['x']>, which relied on a globally-augmented JSX namespace that @types/react@19 no longer provides. The resolved prop types collapsed to any, silently dropping every intrinsic HTML attribute (onClick, type, disabled, aria-*, children, etc.) for consumers on React 19. Replaced the pattern with React.ComponentProps<'x'> / React.ComponentPropsWithoutRef<'x'> across ~60 component type files. Works on React 18 and 19. - #121 e928d14

@tiny-design/icons@1.13.3

19 Apr 11:46
06330e0

Choose a tag to compare

@tiny-design/icons@1.13.3

@tiny-design/icons@1.13.2

19 Apr 00:37
bc6f564

Choose a tag to compare

@tiny-design/icons@1.13.2

@tiny-design/charts@1.13.3

19 Apr 11:46
06330e0

Choose a tag to compare

@tiny-design/charts@1.13.3

@tiny-design/charts@1.13.2

19 Apr 00:37
bc6f564

Choose a tag to compare

@tiny-design/charts@1.13.2

@tiny-design/tokens@1.13.1

18 Apr 12:15
e2e8b60

Choose a tag to compare

@tiny-design/tokens@1.13.1

@tiny-design/tokens@1.13.0

18 Apr 11:02
e781241

Choose a tag to compare

Patch Changes

  • Redesign the Split component with a product-grade pane model, refreshed separator styling, updated tokens, and rewritten docs/demos. - d6adb83