Skip to content

@tiny-design/react@1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Mar 00:01
· 2 commits to master since this release
e51c974

Minor Changes

  • Add variant prop to Card component (outlined, elevated, filled). Fix NativeSelect children type to accept arrays. Make Table ColumnType dataIndex optional for action columns. - #85 6ab92fd

  • feat(tag): add variant prop with filled, soft, solid, and outlined styles - #83 2a2dc57

    • Table: use Checkbox/Radio components, fix selection bugs with pagination and sorting, improve type definitions - #86 6ff73db
    • List: use semantic <ul>/<li> elements, add forwardRef to ListItemMeta, fix paginated renderItem index, add ARIA attributes
    • Loader: redesign spinner with CSS-only border animation, remove dot elements
    • Button: fix icon container shrinking in flex layout
    • useVirtualScroll: add enabled option