Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/card-variant-and-type-fixes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feat-tag-variant.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-table-selection-types.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @tiny-design/charts

## 1.7.0

## 1.6.2
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiny-design/charts",
"version": "1.6.2",
"version": "1.7.0",
"description": "Theme-aware chart components for Tiny Design, built on Recharts",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @tiny-design/icons

## 1.7.0

## 1.6.2

## 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiny-design/icons",
"version": "1.6.2",
"version": "1.7.0",
"description": "SVG icon components for tiny-design",
"license": "MIT",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.7.0

### 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](https://github.com/wangdicoder/tiny-design/pull/85) [`6ab92fd`](https://github.com/wangdicoder/tiny-design/commit/6ab92fdf5b081e399d0e756909690ac267607a9e)

- feat(tag): add `variant` prop with `filled`, `soft`, `solid`, and `outlined` styles - [#83](https://github.com/wangdicoder/tiny-design/pull/83) [`2a2dc57`](https://github.com/wangdicoder/tiny-design/commit/2a2dc57a998b789aef4d998151c63fa0271685ea)

- - Table: use Checkbox/Radio components, fix selection bugs with pagination and sorting, improve type definitions - [#86](https://github.com/wangdicoder/tiny-design/pull/86) [`6ff73db`](https://github.com/wangdicoder/tiny-design/commit/6ff73db28ecff56b2c89813a432ef66abead834c)
- 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

## 1.6.2

## 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiny-design/react",
"version": "1.6.2",
"version": "1.7.0",
"description": "A friendly UI component set for React",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @tiny-design/tokens

## 1.7.0

## 1.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiny-design/tokens",
"version": "1.6.2",
"version": "1.7.0",
"description": "Design tokens, themes, and foundational styles for Tiny UI",
"license": "MIT",
"repository": {
Expand Down