Skip to content

Commit 27ae992

Browse files
committed
chore: release v1.0.0
1 parent cf2ada2 commit 27ae992

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ English | [中文](./CHANGELOG.zh.md)
44

55
All notable changes to `baoyu-design` are tracked in this file.
66

7+
## 1.0.0 - 2026-06-22
8+
9+
### Features
10+
- Ship the portable `baoyu-design` Agent Skill with the core design methodology, harness references for Claude Code, Cursor, and Codex, built-in design workflows, starter components, design-system tooling, and local import/export agents.
11+
- Add `release-skills`, a reusable release workflow for version selection, multi-language changelogs, annotated tags, and GitHub Releases.
12+
- Add local deck, document, PPTX, video, image-generation, Figma `.fig`, GitHub repo, HTML/CSS import, and design-system preview flows.
13+
14+
### Fixes
15+
- `gen-pptx`: improve editable PowerPoint fidelity by rendering children in z-index order, propagating ancestor opacity through exported subtrees, rasterizing gradient overlays, preserving Unicode filenames, preserving line breaks, and guarding stuck captures with per-call timeouts.
16+
- `make-a-deck`: document full-height slide wrappers so full-bleed slide content exports reliably.
17+
18+
### Documentation
19+
- Document installation, local usage, design systems, import sources, deck/PPTX export, and the supported agent harnesses in the English and Chinese READMEs.
20+
721
## 2026-06-19
822

923
### Features

CHANGELOG.zh.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
本文档记录 `baoyu-design` 的重要变更。
66

7+
## 1.0.0 - 2026-06-22
8+
9+
### 新功能
10+
- 发布可移植的 `baoyu-design` Agent Skill,包含核心设计方法、Claude Code/Cursor/Codex 运行环境参考、内置设计流程、starter components、设计系统工具,以及本地导入/导出 agents。
11+
- 新增 `release-skills`,提供可复用的发布流程,覆盖版本选择、多语言 changelog、annotated tag 和 GitHub Release。
12+
- 新增本地 deck、文档、PPTX、视频、图片生成、Figma `.fig`、GitHub 仓库、HTML/CSS 导入,以及设计系统 preview 流程。
13+
14+
### 修复
15+
- `gen-pptx`:通过按 z-index 顺序绘制子元素、向导出子树传播祖先 opacity、光栅化渐变蒙版、保留 Unicode 文件名、保留文本换行,并为卡住的 capture 加逐次超时,提高 editable PowerPoint 导出的视觉一致性。
16+
- `make-a-deck`:补充全高 slide wrapper 规则,确保全出血幻灯片内容能稳定导出。
17+
18+
### 文档
19+
- 在英文和中文 README 中补充安装、本地使用、设计系统、导入来源、deck/PPTX 导出,以及支持的 agent 运行环境。
20+
721
## 2026-06-19
822

923
### 新功能

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "baoyu-design",
3+
"version": "1.0.0",
34
"private": true,
45
"scripts": {
56
"test": "node --test 'skills/baoyu-design/agents/tests/*.test.mjs'"

0 commit comments

Comments
 (0)