Skip to content

Commit b8c2891

Browse files
committed
chore: version bump to 0.2.0-alpha.9
1 parent 50ce0e8 commit b8c2891

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"per-component-subpath-exports",
1717
"rare-dancers-itch",
1818
"readme-package-managers",
19-
"typography-map-docs"
19+
"typography-map-docs",
20+
"uncompiled-css-architecture"
2021
]
2122
}

packages/datum-ui/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @datum-cloud/datum-ui
22

3+
## 0.2.0-alpha.9
4+
5+
### Minor Changes
6+
7+
- 50ce0e8: Ship uncompiled CSS instead of compiled Tailwind output (fixes #16)
8+
- **Breaking:** Grid and NProgress CSS are now separate optional imports (`@datum-cloud/datum-ui/grid`, `@datum-cloud/datum-ui/nprogress`)
9+
- **Breaking:** Requires Tailwind CSS v4.0.7+ (v4.2.1+ recommended)
10+
- Removed CSS compilation from build pipeline — raw CSS files are copied to dist
11+
- Embedded `@source` directive in shipped CSS for zero-config consumer class scanning
12+
- Pre-expanded grid system `@apply` directives into self-contained CSS
13+
- Eliminated duplicate Tailwind stylesheets that caused responsive utility conflicts
14+
315
## 0.2.0-alpha.7
416

517
### Patch Changes

packages/datum-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@datum-cloud/datum-ui",
33
"type": "module",
4-
"version": "0.2.0-alpha.8",
4+
"version": "0.2.0-alpha.9",
55
"license": "MIT",
66
"repository": {
77
"url": "https://github.com/datum-cloud/datum-ui"

0 commit comments

Comments
 (0)