Argo Zhang
15b2d529f9
feat(Reconnector): add ReconnectInterval parameter ( #1262 )
...
* refactor: 更新代码
* refactor: 移除不必要的样式
* refactor: 增加 outerHeight/outerWidth 方法
* refactor: 更新高度计算逻辑
* doc: 调整示例代码
* feat: add reconnect interval parameter
* chore: bump version 7.6.5
* refactor: 调整组件渲染模式
* refactor: 调整 App 组件渲染模式
* doc: 更新文档
* test: 增加 ReconnectInterval 参数单元测试
* chore: 强制使用 203 sdk
2023-05-17 19:50:36 +08:00
Argo Zhang
5022412e60
chore: rename documentation form name ( #495 )
2023-02-07 01:45:19 +08:00
Argo Zhang
dc6a4c0f92
chore: update solution file remove miscellaneous ( #485 )
...
* doc: update repro doc
* doc: add document form value
* doc: add unit test form value
* doc: add other form
* doc: rename config form
* doc: update pull request template
* chore: update solution file
2023-02-05 20:47:17 +08:00
Alex chow
e3b44bdc0d
chore: update config issue form ( #474 )
...
Signed-off-by: Alex chow <zhouchuanglin@gmail.com>
Co-authored-by: Argo Zhang <argo@live.ca>
2023-02-04 01:45:35 +08:00
Alex chow
dc3b2d2fe2
Create config.yml ( #470 )
...
Signed-off-by: Alex chow <zhouchuanglin@gmail.com>
Co-authored-by: Argo Zhang <argo@live.ca>
2023-02-04 00:44:33 +08:00
Argo Zhang
75ceb8ef79
chore: add bb-auto-config.yml file ( #465 )
2023-02-03 20:41:35 +08:00
Argo Zhang
6bba399b35
chore: move workflow to scripts folder ( #437 )
...
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-02-01 16:00:14 +08:00
Argo Zhang
113ff2d6bf
chore: update jobs name ( #433 )
2023-01-31 22:17:08 +08:00
Argo Zhang
ea69a036e0
test: refactor Utility.Clone method for improve code coverage ( #417 )
...
* test: improve code coverage
* refactor: refactor Clone method improve code coverage
* refactor: 增加代码健壮性
* revert: 撤销 Fields 更改
* refactor: 精简代码
* doc: 增加注释信息
* refactor: 更新 Copy 方法
* chore: update codecov ation version
2023-01-29 15:51:33 +08:00
Argo Zhang
4421878bec
test: add unit test for cascader ( #413 )
...
* refactor: add EditorRequired attribute for Items parameter
* test: add unit test for Items is null
* test: add SetValue unit test increase code coverage
* chore: update auto assige assignees action
2023-01-29 00:58:57 +08:00
Argo
9c9e8ee4b1
feat: TreeView support auto expand via node IsActive ( #411 )
...
* refactor: 更改 CollapsedNodeCache 属性名
* refactor: ExpandedNodeCache 更改为属性
* refactor: EqualityComparer 更改为属性
* refactor: 重命名内部变量
* refactor: 更新节点状态缓存变量名
* feat: 增加节点自动展开功能
* refactor: 调整代码顺序提高代码覆盖率
* chore: bump version 7.2.5-beta02
* chore: update async assignees from issue
2023-01-28 17:19:45 +08:00
Argo
bae3541589
chore: merge comment label action into auto assign action ( #409 )
...
* chore: 移除不使用的脚本
* chore: 增加文档
* chore: 更新解决方案文档
* chore: 消除预览版本警告信息
* chore: 更新部署脚本
* chore: 更新 linux 配置脚本
* chore: 更新 nginx.conf 配置项
* chore: 删除自动 comment 脚本
* chore: 增加自动标签后根据不同标签自动 comment 功能
* chore: 输出信息更改为首字母大写
* chore: 增加 Reviewer 是仓库作者判断
* chore: 移除对 auto_comment 脚本引用
* revert: 撤销更改
* chore: 增加 Reviewer 是仓库作者判断
2023-01-28 16:30:05 +08:00
Lambert Lee
4204bdbd27
chore: update issue form ( #405 )
...
* update issue form
* chore: update assign assignees action
* chore: update sync assignees action
* chore: add reivewers action
* chore: update add reviewers action
* chore: add environment REPO_OWNER
* chore: update document template
---------
Co-authored-by: Argo Zhang <argo@163.com>
2023-01-28 02:15:46 +08:00
Lambert Lee
90ecae9491
test: add menu unit test improve code coverage ( #401 )
...
* chore: rename action name
* doc: 增加注释
* test: add IsDisabled unit test
* test: update IsDisabled unit test
Co-authored-by: Argo Zhang <argo@163.com>
Co-authored-by: lambert lee <lish@live.cn>
2023-01-27 20:09:07 +08:00
Argo
f3d1c2cda7
chore: update comment label action and repro document ( #399 )
...
* chore: fix can not assign assignee on issue
* chore: update checkout action version
* chore: update action branch
* chore: update action and jobs name
* chore: update action add null check
* doc: add repro document
* chore: update comment issue action
2023-01-27 16:36:26 +08:00
Argo
5998f4626b
feat(TreeView): support auto expand for active node ( #398 )
...
* refactor: 精简代码
* refactor: 增加 IsActive 属性
* refactor: remove SelectedItem parameter
* feat: add set Value when is null
* refactor: 更改私有字段为属性提高代码可读性
* feat: 增加扩展方法 SetParentExpand 用于级联设置父级节点展开收缩状态
* feat: 增加 ItemChanged 多次触发保护
* test: 更新单元测试使用属性代替私有字段
* fix: 增加 Items 参数默认值设置精简逻辑
* refactor: add EditorRequired attribute
* refactor: 增加 SelectedValue 变量存储上次选中值
* refactor: 增加 Value 值逻辑
* refactor: 增加 TriggerItemChanged 方法精简代码
* feat: 增加自动展开功能
* feat: 增加 CascadingTree 扩展方法
* refactor: 使用 CascadingTree 扩展方法
* test: 修复失败的单元测试
* test: 增加 ItemChanged 单元测试
* doc: 更新示例代码
* refactor: 精简 SetParentExpand 扩展方法
* test: 增加 SetParentExpand 单元测试
* chore: bump version 7.2.5-beta01
* chore: update auto assign label action
* chore: add log info
2023-01-26 22:24:01 +08:00
Argo
726644c69c
chore: merge action into one action ( #393 )
2023-01-26 00:04:57 +08:00
Argo
2cbb7b384a
chore: add sync labels assignees milestone actions ( #391 )
...
* fix: missing labeler.yml file
* chore: rename job name
* chore: update not-before value
* chore: update auto assign milestone action
* chore: add auto assign milestone action
* chore: add jobs name
* chore: remove copy milestone action
* chore: remove pr auto assign label
* feat: add auto assign assignee label
* chore: add sync action
* chore: update action name
2023-01-25 21:52:27 +08:00
Argo
7862505863
feat: add github labeler bot ( #389 )
...
* chore: update action jobs name
* chore: update auto labels bot support pull request
* chore: put labels.yml into github folder
* chore: remove labeler.yml file
2023-01-25 13:42:42 +08:00
Argo
02e1bd215b
chore: update actions/bots jobs name ( #387 )
...
* chore: rename action bot jobs name
* chore: add bots on solution
2023-01-25 12:42:51 +08:00
Argo
131cbd5ddf
chore: add auto assign actions ( #381 )
...
* chore: rename auto assign milestone action
* chore: add auto assign label on issue action
* chore: add auto comment issue action
Co-authored-by: Argo Zhang <argo@163.com>
2023-01-23 10:21:41 -08:00
Argo
6461849e90
chore: update issue form ( #380 )
...
* chore: update pull quest template md file
* choe: update issue form
* chore: update Fixes to fixes
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-01-23 16:11:56 +08:00
Argo
5ed60755d7
test: add GetCellClassString unit test ( #375 )
...
* test: add GetCellClassString unit test
* chore: update pull request action
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-01-23 01:17:27 +08:00
Argo
655406d1a7
chore: update pull request template ( #373 )
...
* chore: rename pull request action file name
* chore: add pull request template md file
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-01-23 00:37:09 +08:00
Argo
b7e5d81a0c
!3787 update codecov action
...
* chore: update codecov action
2023-01-22 10:34:48 +00:00
Argo
eacd71d135
!3785 chore(#I6B5PX): add pull request template
...
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
* chore: update pull reqeust template
2023-01-21 19:18:19 +00:00
Argo
59a12837b4
update issue template ( #367 )
...
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-01-22 03:00:14 +08:00
Argo
63b680bb42
add codecov action check for pull-request ( #360 )
...
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
Co-authored-by: lambert lee <1708416@qq.com>
Co-authored-by: lambert lee <lish@live.cn>
2023-01-21 01:54:05 +08:00
Argo
5fef551599
!3514 chore(#I6094F): bump version 7.0.0
...
* test: 修复失败的单元测试
* test: 修复失败的单元测试
* chore: 更新打包脚本
* chore: bump version 7.0
2022-11-09 05:55:25 +00:00
Argo
9852c80f99
!2678 chore(#I53B6S): update script for github pack action
...
* chore: 更新脚本打包前先 build
* chore: 更正大小写兼容 linux
2022-04-18 09:08:23 +00:00
Argo
d97e04c72d
!2645 chore(#I51XIB): update github action script for remove setup aspnetcore 2.1
...
* chore: 移除对 aspnetcore 2.1 依赖
2022-04-11 03:30:40 +00:00
Argo
01f4546615
!2464 feat(#I4VEUV): add FontAwesome nuget package
...
* chore: 增加 FontAwesome 包脚本
* refactor: 重命名类名
* refactor: 重命名类
* chore: 排除 BB 资源文件
* chore: 增加 FontAwesome 项目
* chore: 增加资源文件
2022-02-26 14:05:17 +00:00
Argo
4df42641cd
!2359 test(#I4SACC): remove net 5 framework from unit test project
...
* test: 更新测试脚本
* test: 更新单元测试文件
* test: 增加单元测试工程配置文件
* test: 移除不使用的属性
* chore: 移除 Nullable 配置
2022-01-26 07:52:19 +00:00
Argo
e481996215
!2155 doc(#I4KEJQ): update codecov badge
...
* chore: bump version to 6.0.10
* revert: 移除本地化测试工程 Ubuntu 报错
* chore: 增加测试工程
* test: 更新单元测试
* Revert "chore: 增加多语言"
* chore: 增加多语言
* chore: 测试 dev-table 分支
* doc: 更新文档
* doc: 更改分支名称
2021-11-30 05:44:01 +00:00
Argo
db701da344
!2154 doc(#I4KCDS): add code coverage badge
...
* doc: 更新英文文档
* doc: 更新文档
* doc: 更新文档
* revert: 移除多语言
* test: 更正单元测试
* revert: 增加多语言测试
* test: 更新结果文件
* test: 移除多语言测试
* test: 更新项目路径
* test: 更改命令
* chore: 增加代码覆盖率
2021-11-29 16:49:13 +00:00
Argo
7825ef93c8
!2117 feat(#I4JD7S): update Docker CI&CD script
...
* chore: update file
* chore: update
* chore: update
* chore: update ci file
* chore: update yml file
* chore: 更新脚本
* chore: update yml file
* chore: update docker file path
* chore: update docker image
2021-11-23 02:24:33 +00:00
Argo
bc0254ddde
!2052 chore(#I4HJYM): update CI&CD scripts
...
* chore: update CI scripts
2021-11-09 09:54:46 +00:00
Argo
0e1b7e1ba2
!1969 feat(#I4EGGN): required star on form label support customer validate rules
...
* feat: 表单标签前置星号支持 RequiredAttribute 自定义验证
* chore: 移除 test 分支触发条件
* refactor: 格式化文档精简代码
2021-10-19 06:05:28 +00:00
Argo
5ab89ad941
!1968 fix(#I4EG6G): update form-label style compatible Row in Dialog
...
* style: 更新 form-label 样式兼容弹窗中 form-inline 样式
* chore: update scripts
2021-10-19 05:23:07 +00:00
Argo
abaa4eb0da
!1957 feat(#I4E4ZI): add IpAddress component
...
* chore: bump version to 5.15.1
* feat: 增加超过三位保护
* chore: update css/scripts bundle file
* doc: 更新组件示例
* feat: 增加 Ip 地址组件功能
* chore: 增加 Ip 地址脚本
* refactor: 增加 IpAddress 组件
* Merge remote-tracking branch 'origin/pack' into dev-ip
* Merge branch 'dev' into dev-ip
* chore: set preview to true
* chore: update checkout version
* chore: install preview sdk
* chore: update sdk version
* chore: update pack script
* feat: 增加 Ip 测试网页
2021-10-16 08:54:22 +00:00
Argo
e0073bd0f4
!1918 refactor(#I4CQ5G): remove Microsoft.AspNetCore.Http dependence
...
* doc: 更新客户端信息示例文档
* refactor: 未登录用户赋值 null
* doc: 更新地址位置文档
* chore: add BootstrapBlazor.Middleware dependence
* chore: remove test branch
* chore: update ci script
* feat: 增加 BootstrapBlazor.Middleware 中间件
* refactor: 组件库移除 UseBootstrapBlazor 中间件
2021-10-05 03:19:09 +00:00
Argo
a79da2013a
!1900 chore(#I4BU04): add clean method before bundle css and scripts
...
* chore: add env variant
* chore: 增加 dotnet bundle 支持
* chore: 增加 --no-color 参数
* chore: 更新脚本增加 clean 命令
* chore: update sdks for 2.1 and 5.0
* chore: update sdks
* chore: update sdks
* chore: update netcore sdk 5.0.x
* chore: update netcore 5.0 sdk
* chore: update netcore 2.1 sdk
* chore: 增加 netcore 2.1 环境安装
* chore: 更新 build action 脚本
* chore: 增加打包脚本运行条件
2021-09-26 02:10:21 +00:00
Argo-Tianyi
20a9dd4443
chore: upgrade build environment version to 5.0.401
2021-09-21 00:35:55 +08:00
Argo
37e4f2e094
!1704 chore(#I44WDE): upgrade framework version to 5.0.9
...
* chore: 更新依赖为 5.0.9
* chore: 更新脚本升级 sdk 版本 400
2021-08-11 03:24:34 +00:00
Argo
65bd70e4cb
!1608 fix(#I4163B): toast compatible bootstrap v5
...
* chore: bump version to 5.2.1
* fix: toast 组件适配 bs5
* chore: update props config error
* Squashed commit of the following:
2021-07-17 07:51:30 +00:00
Argo
4d2519ba99
!1461 doc(#I3TZET): remove ms-learn link add update log
...
* style: update style for ms-lean element
* feat: 增加更新日志按钮
* chore: 减少时间间隔
* feat: 增加更新日志引导
* doc: 移除拖拽文字
* doc: 增加 Blazor 学习资料
* doc: 更改弹出窗所属分类
* feat: 增加 gitee 日志默认打开
* doc: update menu status
* chore: rename CI work name
2021-06-02 12:09:08 +08:00
Argo
f362d7707c
!1434 chore(#I3S2RS): add dockfile
...
* chore: add dockerfile
* chore: add docker.yml
* chore: 增加 Dockerfile
2021-05-25 21:12:28 +08:00
Argo
28aacd755f
!1348 feat(#I3NM1W): redesign Transfer component support Validation
...
* docs: 更新异步加载数据源示例
* feat: 支持客户端验证
* style: 增加客户端验证样式
* Merge branch 'dev-docs' into dev-transfer
* docs: 增加资源文件
* docs: 删除资源文件
* !1344 docs(#I3NF1P): Menu support localization
* docs: 更新示例文档
* feat: 支持表单验证
* perf: 未双向绑定时减少 invoke 调用
* style: 增加 Transfer 项目样式防止折行
* docs: 更新 github action main 分支状态
* docs: 更新资源文件
* docs: 更新 action 链接
2021-04-22 14:35:21 +08:00
Argo
bebdf4e7c6
!1346 docs(#I3NFM4): update readme.md
...
* chore: 增加 build actions
* docs: 更新 readme 文档
2021-04-21 16:30:46 +08:00
Argo
a7b3bf4105
!1318 feat(#I3IWEU): extensions upgrade version to 5.0.17
...
* chore: 部署脚本增加 dotnet restore
* chore: 扩展类版本更新到 5.0.17
* chore: 更新 sdk 到 5.0.202
2021-04-15 11:18:51 +08:00