Skip to content

Releases: wangdicoder/tiny-design

@tiny-design/tokens@1.14.0

21 Apr 12:05
6e56a7a

Choose a tag to compare

Minor Changes

  • Add seed-driven token foundations to @tiny-design/tokens with an internal primitive -> semantic -> component model, a shared compile-brand-theme runtime export, stricter build validation, and richer registry metadata including resolved token values for downstream tooling. - #128 4444b58

    Fix @tiny-design/mcp token extraction so MCP clients receive concrete resolved token values instead of unresolved token references.

@tiny-design/react@1.14.0

21 Apr 12:05
6e56a7a

Choose a tag to compare

@tiny-design/react@1.14.0

@tiny-design/mcp@1.6.2

21 Apr 12:05
6e56a7a

Choose a tag to compare

Patch Changes

  • Add seed-driven token foundations to @tiny-design/tokens with an internal primitive -> semantic -> component model, a shared compile-brand-theme runtime export, stricter build validation, and richer registry metadata including resolved token values for downstream tooling. - #128 4444b58

    Fix @tiny-design/mcp token extraction so MCP clients receive concrete resolved token values instead of unresolved token references.

@tiny-design/icons@1.14.0

21 Apr 12:05
6e56a7a

Choose a tag to compare

@tiny-design/icons@1.14.0

@tiny-design/charts@1.14.0

21 Apr 12:05
6e56a7a

Choose a tag to compare

@tiny-design/charts@1.14.0

@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