v3.0.1 — Adobe CF 2025 asSwitch compile fix
Fixed
Adobe ColdFusion 2025 cannot compile Basecoat.cfc when uiBoundCheckbox declares boolean switch = false (switch is reserved). The argument is now asSwitch. CSS class .switch and HTML role="switch" are unchanged. Mixins load again on Adobe 2025.
Related: wheels-basecoat #15, wheels-dev/wheels #3378. The core HTMLEditFormat miss on /wheels/packages is a separate wheels fix.
See CHANGELOG.
Install / upgrade
Once the wheels-dev/wheels-packages registry update merges and the mirror-tarball workflow completes:
wheels packages add wheels-basecoat
Existing 3.0.0 installs:
wheels packages update wheels-basecoat --yes
wheels stop && wheels start
(wheels reload does not re-run onApplicationStart, so PackageLoader will not re-integrate until a cold restart.)
Compatibility
- Wheels 4.0+
- Lucee 7.0+ or Adobe ColdFusion 2021+ (including 2025)
- basecoat-css 0.3.11 (bundled, pinned)
Source
- #17 — chore(release): cut v3.0.1 (
c03c2741) - asSwitch rename already on main via #16