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/fix-react-runtime-markers.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/per-component-css-token-slices.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,5 +1,7 @@
# @tiny-design/charts

## 1.15.0

## 1.14.0

## 1.13.3
Expand Down
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.14.0",
"version": "1.15.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.15.0

## 1.14.0

## 1.13.3
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.14.0",
"version": "1.15.0",
"description": "SVG icon components for tiny-design",
"license": "MIT",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.15.0

### Minor Changes

- Emit per-component CSS token slices to dramatically shrink per-component bundles. The tokens package now emits `dist/css/foundation.css` (primitives), `dist/css/semantic.css` (semantics), and `dist/css/components/<name>.css` (per-component) alongside the existing `base.css`. Each compiled component entry imports only the slices it transitively needs, reducing per-component CSS by ~60% raw and ~80% gzipped (Button: 261 KB → 103 KB raw, 36 KB → 7.5 KB gzipped). Full-library bundle size is unchanged; `base.css` is still emitted for backward compatibility. - [#132](https://github.com/wangdicoder/tiny-design/pull/132) [`e5335cf`](https://github.com/wangdicoder/tiny-design/commit/e5335cf44e879b2202b41f204436132fd171bf9e)

### Patch Changes

- Replace runtime displayName checks with component markers for React component composition and keep displayName for debugging only. - [#130](https://github.com/wangdicoder/tiny-design/pull/130) [`d06e59d`](https://github.com/wangdicoder/tiny-design/commit/d06e59d7a6e010b858b6840d7088f00676ff6751)

## 1.14.0

## 1.13.3
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.14.0",
"version": "1.15.0",
"description": "A friendly UI component set for React",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tiny-design/tokens

## 1.15.0

### Minor Changes

- Emit per-component CSS token slices to dramatically shrink per-component bundles. The tokens package now emits `dist/css/foundation.css` (primitives), `dist/css/semantic.css` (semantics), and `dist/css/components/<name>.css` (per-component) alongside the existing `base.css`. Each compiled component entry imports only the slices it transitively needs, reducing per-component CSS by ~60% raw and ~80% gzipped (Button: 261 KB → 103 KB raw, 36 KB → 7.5 KB gzipped). Full-library bundle size is unchanged; `base.css` is still emitted for backward compatibility. - [#132](https://github.com/wangdicoder/tiny-design/pull/132) [`e5335cf`](https://github.com/wangdicoder/tiny-design/commit/e5335cf44e879b2202b41f204436132fd171bf9e)

## 1.14.0

### Minor 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.14.0",
"version": "1.15.0",
"description": "Design tokens and v2 theme runtime for Tiny UI",
"license": "MIT",
"repository": {
Expand Down