Skip to content

Commit

Permalink
docs: add changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed May 29, 2024
1 parent d147998 commit 0b600d9
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
{ text: '关于', link: '/guide' },
{ text: '安装', link: '/install' },
{ text: '快速入门', link: '/get-started' },
{ text: '变更历史', link: '/CHANGELOG' },
{
text: '指南',
items: [
Expand Down
76 changes: 75 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,75 @@
# 更新日志
# flexstyled

## 2.0.1

### Patch Changes

- 5a9413f: fix: 修复 useStyled 重复注入样式的问题

## 2.0.0

### Major Changes

- 9cf0343: 全面升级,新增加 theme/keyframes/types 等特性

## 1.2.0

### Minor Changes

- ebf34d0: add props method
- 68bd059: add props method

## 1.1.1

### Patch Changes

- 3ce9ea0: fix style error

## 1.1.0

### Minor Changes

- 6b7c001: add `styled.[html tagName]` create component

## 1.0.9

### Patch Changes

- 3e6ca3d: 修复 styled 返回的类型组件的类型错误

## 1.0.8

### Patch Changes

- 42d52dc: feat: add styled(css)

## 1.0.7

### Patch Changes

- f8a9f20: update main->dist/index.umd.js

## 1.0.6

### Patch Changes

- d12f8b0: add umd & iife

## 1.0.5

### Patch Changes

- 13cf5d4: add useStyle

## 1.0.4

### Patch Changes

- 新增加支持 props 动态样式

## 1.0.3

### Patch Changes

- fea85e3: init
- 修复发布包错误
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"build": "tsup",
"changeset": "changeset",
"release": "pnpm build && changeset version && changeset publish",
"release": "pnpm build && changeset version && changeset publish && copy ./src/CHANGELOG.md ./docs/CHANGELOG.md",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
Expand Down

0 comments on commit 0b600d9

Please sign in to comment.