Releases: markhazleton/BootstrapSpark
v0.1.0
Release Notes: v0.1.0
Release Metadata
- Version: v0.1.0
- Release Date: 2026-04-16
- Release Window: project start → 2026-04-16
- Previous Version: none
- Commits: 152
- Contributors: 1
- Merged PRs: 7
Highlights
BootstrapSpark v0.1.0 establishes the first formal release artifact set for the consolidated project. This release turns a set of completed feature specs into a documented, archiveable release with versioned notes, ADRs, and a reproducible GitHub release packaging path.
Functionally, the release captures three meaningful product and engineering milestones: the repo was consolidated and renamed to BootstrapSpark, the theme system was expanded into a richer Bootswatch-backed selector model, and the build/deployment workflow was cleaned up so generated output stops polluting normal source-control review.
New Features
Merge JsBootSpark Into BootstrapSpark
BootstrapSpark now acts as the single React-based Bootstrap showcase application, absorbing the distinct JsBootSpark feature surface into a unified SPA architecture and branding model.
Spec: View archived spec
Robust Theme Switcher
The theming system evolved from a light/dark toggle into a resilient theme-selection experience centered on a BootstrapSpark default theme plus Bootswatch-backed options, local catalog ownership, and explicit fallback behavior.
Spec: View archived spec
Build Artifact Separation
Build output and coverage reporting were formally separated from committed source so CI remains responsible for generated deployable output and local builds stop flooding git history with hashed asset churn.
Spec: View archived spec
Bug Fixes
No standalone quickfix records were included in this release.
Breaking Changes
No breaking runtime changes were documented for this release.
Deprecations
No deprecations were recorded for this release.
Architectural Decisions
- ADR-001: Build artifacts are generated in CI, not stored in git - View
- ADR-002: Consolidate BootstrapSpark as a single React SPA - View
- ADR-003: Use a local theme catalog and precompiled theme assets - View
Deferred Features
No active specs were deferred from this release window.
Upgrade Guide
- Pull the release commit and install dependencies as usual.
- Run
npm run buildbefore local production preview workflows that rely on generateddocs/output. - Push the matching git tag
v0.1.0after the release commit if you want GitHub to publish the packaged release assets.
Metrics
| Metric | Value |
|---|---|
| Features Delivered | 3 |
| Bugs Fixed | 0 |
| PRs Merged | 7 |
| Files Changed | 0 |
| Tests Added | 0 |
| Breaking Changes | 0 |
| ADRs Created | 3 |
| Contributors | 1 |
| Commits | 152 |
Release documentation generated by /devspark.release v2.0.0