Skip to content

Commit a05065a

Browse files
bpamiriclaude
andcommitted
chore(release): 1.0.2
- Bump package.json version (1.0.1 → 1.0.2) - Bump box.json version (1.0.0 → 1.0.2; was lagging) - Add 1.0.2 CHANGELOG entry covering the Lucee 7 mixin attribute fix shipped in #2 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 23bccdb commit a05065a

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this package will be documented in this file.
44

5+
## [1.0.2] — 2026-04-29
6+
7+
### Fixed
8+
- Drop `view` from the component-level `mixin` attribute on `Basecoat.cfc`. Lucee 7 enforces native trait composition on `component mixin="..."` and tries to load each comma-separated value as a CFML component path; there is no `view.cfc` on the path, so the whole component failed to compile with a misleading `can't find component [vendor.wheels-basecoat.Basecoat]` error. Net effect on Lucee 7: every `wheels packages add wheels-basecoat` install resulted in a successful extract but no helper activation. Helpers like `#uiButton(...)#`, `#uiCard(...)#`, `#uiField(...)#` all returned `function not found`. After this fix the package activates cleanly. The `package.json`'s `provides.mixins: "controller"` field remains the actual source of truth — the component-level attribute was a legacy convention obsolete on Lucee 7. Lucee 5/6 don't enforce native mixin composition the same way, which is why this went undetected until Wheels 4.0 made Lucee 7 the default. (See [#2](https://github.com/wheels-dev/wheels-basecoat/pull/2).)
9+
10+
## [1.0.1] — 2026-04-24
11+
12+
### Added
13+
- Patch release. (Original entry omitted from the changelog at release time.)
14+
515
## [1.0.0] — 2026-04-23
616

717
### Added

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wheels-basecoat",
33
"slug": "wheels-basecoat",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"author": "Wheels Core Team",
66
"homepage": "https://wheels.dev",
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wheels-basecoat",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Wheels Core Team",
55
"description": "Basecoat UI component helpers for Wheels. shadcn/ui-quality design using plain HTML + Tailwind CSS. No React required.",
66
"wheelsVersion": ">=4.0",

0 commit comments

Comments
 (0)