generated from arvinxx/monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔖 chore(release): @arvinxu/color-picker@1.0.0-beta.1 [skip ci]
# @arvinxu/color-picker 1.0.0-beta.1 (2022-07-31) ### ✅ 测试 * 更新快照 ([7001a37](7001a37)) ### ✨ 新特性 * 初步完成 hsl、hsv 支持 ([9915f0c](9915f0c)) * 支持各方向灵活切换 ([86923c8](86923c8)) * 支持预区点击复制 hex ([f7a2fd4](f7a2fd4)) ### 🎫 杂项 * 优化依赖 ([5713040](5713040)) * 初始化 color-picker 组件 ([b54a876](b54a876)) * 更新打包配置项 ([9742445](9742445)) ### 🐛 修复 * 修正当 S或V 为 0 时 hue 变成 NaN 的问题 ([40e3594](40e3594)) ### 💄 样式 * fix style ([033940d](033940d)) * 优化预览器样式 ([e078276](e078276)) ### 🔧 持续集成 * fix ci build ([0670290](0670290)) ### wip * 非受控模式进度 70% ([ad3a96a](ad3a96a))
- Loading branch information
1 parent
cec101b
commit c16f594
Showing
2 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
|
||
# @arvinxu/color-picker 1.0.0-beta.1 (2022-07-31) | ||
|
||
### ✅ 测试 | ||
|
||
- 更新快照 ([7001a37](https://github.com/arvinxx/components/commit/7001a37)) | ||
|
||
### ✨ 新特性 | ||
|
||
- 初步完成 hsl、hsv 支持 ([9915f0c](https://github.com/arvinxx/components/commit/9915f0c)) | ||
- 支持各方向灵活切换 ([86923c8](https://github.com/arvinxx/components/commit/86923c8)) | ||
- 支持预区点击复制 hex ([f7a2fd4](https://github.com/arvinxx/components/commit/f7a2fd4)) | ||
|
||
### 🎫 杂项 | ||
|
||
- 优化依赖 ([5713040](https://github.com/arvinxx/components/commit/5713040)) | ||
- 初始化 color-picker 组件 ([b54a876](https://github.com/arvinxx/components/commit/b54a876)) | ||
- 更新打包配置项 ([9742445](https://github.com/arvinxx/components/commit/9742445)) | ||
|
||
### 🐛 修复 | ||
|
||
- 修正当 S 或 V 为 0 时 hue 变成 NaN 的问题 ([40e3594](https://github.com/arvinxx/components/commit/40e3594)) | ||
|
||
### 💄 样式 | ||
|
||
- fix style ([033940d](https://github.com/arvinxx/components/commit/033940d)) | ||
- 优化预览器样式 ([e078276](https://github.com/arvinxx/components/commit/e078276)) | ||
|
||
### 🔧 持续集成 | ||
|
||
- fix ci build ([0670290](https://github.com/arvinxx/components/commit/0670290)) | ||
|
||
### wip | ||
|
||
- 非受控模式进度 70% ([ad3a96a](https://github.com/arvinxx/components/commit/ad3a96a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters