Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 单选按钮组支持options设置子元素 #374

Merged
merged 6 commits into from
Nov 4, 2022

Conversation

cuiyiworld
Copy link
Contributor

🤔 这个变动的性质是?

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

💡 需求背景和解决方案

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • fock仓库代码是否为最新避免文件冲突
  • Files changed 没有 package.json lock 等无关文件


import bem from '@/utils/bem'

type Position = 'left' | 'right'
type Direction = 'horizontal' | 'vertical'

export interface RadioGroupOptionType {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在两个文件中共享的 interface 可以放到 type.ts 文件中,可参考 virtuallist 组件

@oasis-cloud
Copy link
Collaborator

11月2日发布新版本,若未能赶上此版本,可将新增属性版本号递增。

@oasis-cloud
Copy link
Collaborator

存在 Bug
image

@oasis-cloud
Copy link
Collaborator

文档中缺失 配置 options 渲染单选按钮的例子

# 请输入一个提交信息以解释此合并的必要性,尤其是将一个更新后的上游分支
# 合并到主题分支。
#
# 以 '#' 开始的行将被忽略,而空的提交说明将终止提交。
@cuiyiworld
Copy link
Contributor Author

11月2日发布新版本,若未能赶上此版本,可将新增属性版本号递增。

现在版本号是1.3.8,下个版本号是1.3.9,你们规则递增是1.4.0还是1.3.10

@oasis-cloud
Copy link
Collaborator

11月2日发布新版本,若未能赶上此版本,可将新增属性版本号递增。

现在版本号是1.3.8,下个版本号是1.3.9,你们规则递增是1.4.0还是1.3.10

1.3.10

@oasis-cloud oasis-cloud merged commit 5201568 into jdf2e:main Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants