From 8f28cfeac283c9f1b70c4d512e0ab432a6c8d6fa Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Sat, 28 Feb 2026 19:32:07 +0300 Subject: [PATCH] Add release notes for v0.1.0 --- releases/v0.1.0/RELEASE_NOTES.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 releases/v0.1.0/RELEASE_NOTES.md diff --git a/releases/v0.1.0/RELEASE_NOTES.md b/releases/v0.1.0/RELEASE_NOTES.md new file mode 100644 index 0000000..c23cc84 --- /dev/null +++ b/releases/v0.1.0/RELEASE_NOTES.md @@ -0,0 +1,31 @@ +# Release v0.1.0 + +Date: 2026-02-28 + +## Highlights + +- Initial public release of the submodule-first UI design kit for Go web projects. +- Added bundle-driven distribution (`exports/`) and `designsync` workflow (`list`, `validate`, + `plan`, `apply`). +- Established active Vapor visual baseline and canonical architecture/source maps in `bible/`. +- Added reusable Vapor shell palette presets with tokenized header height and accent styling. +- Standardized host integration approach for Vapor preset selection: + `?vapor_shell` -> `localStorage["vapor_shell"]` -> ``. + +## Included Surface + +- Reusable kit assets and patterns in `kit/` +- Bundle manifests and schema in `exports/` +- `designsync` tooling in `tools/designsync` +- Reference demo app in `demo/` + +## Validation + +- `./designsync validate` passed (12 bundles validated) +- `go test ./...` passed +- `cd demo && go test ./...` passed + +## Upgrade Notes + +- No previous tag exists; this is the baseline release. +- Host projects should pin submodule to tag `v0.1.0`.