Amis

Latest version: v0.1.1

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.6.4

Feature✨

* barcode 条形码组件 Closes 3416 (3526) nwind
* alert 组件的 level 支持变量 (3522) nwind
* select 的 autoComplete 也支持联动 (3517) 2betop
* input-file 事件动作补充 (3472) gooolh
* input-text 支持事件动作 (3485) lurunze1226
* 补充一些通用动作&完善事件动作机制示例 (3495) hsm-lv

Enhancement 🚀
* 更新 amis-formula 版本到 1.3.9 (3530) nwind
* 调整 servie 数据获取后的逻辑 close: 2658 (3525) 2betop
* 更新依赖 echarts5.3.0、hls1.1.3、monaco-editor0.31.1、qs6.9.7、vide… (3510) nwind
* 公式语法判断出错改成 warning, 不直接报错 (3519) 2betop
* inputText 的多选模式 creatable 交互优化 (3521) 2betop
* calendar 名称加个日程方便查找;补充 input-datetime-range 显示秒的说明 (3484) nwind
* 优化弹窗关闭动作 (3514) hsm-lv


Bugfix 🐞
* 修复 input-table 里 select transfer 模型被遮挡问题 Closes 3470 (3527) nwind
* 修复 helper 里没包含 opacity 问题 (3528) nwind
* 修复 flex、grid 等几个容器组件没有向下传递 disabled 问题 Closes 3420 (3524) nwind
* 修复一下 select 重置时的值格式可能为 [''] 的问题 (3518) 2betop
* 修复 input-table 中初始值显示不正确问题 (3523) 2betop
* 修复 associatedSelection 超出出现双滚动条问题 (3516) 2betop
* 修复 transfer 的 associated 模式由于值没有关联选项时导致的异常 (3515) 2betop
* Pagination mode字段失效问题 (3513) lurunze1226
* 修复 sdk 下 debug 功能样式问题 Closes 3467 (3502) nwind
* timeline angular样式缺失 (3501) Dora-boots
* 修复 toast 不居中问题 (3497) 2betop
* 修复开启 autoGenerateFilter 后同时有没有可搜索项时, 接口不初始化的问题 (3500) 2betop
* 修复 calendar长日期放大模式显示问题 (3481) hy993658052
* 修复 Chained Select 在移动端 jssdk 下无法弹出问题 Closes 3410 nwind
* 修复文档链接错误 (3480) belongwqz
* 修复文档组件中链接404 (3469) fairyly
* 修复调试工具文档链接错误 Closes 3430 (3486) nwind

1.6.3

Feature✨
* condition-builder 支持公式 (3444) Akikonata
* Input-Text 支持 transform,且补充了一点单测 (3426) RickCole21
* 支持外部 xss 过滤能力 (3421) 2betop
* 新增日历组件render (3371) hy993658052

Enhancement 🚀

* card 组件文档新增demo (3452) hzh11012
* TransferDropDown 设置个最小宽度避免弹框太小 (3454) nwind
* 文档补充 crud resizable 属性 (3434) nwind
* input-kv 增加 defaultValue 设置,默认开启排序功能 (3433) nwind
* 更新 marked 修复安全 alert (3422) nwind
* api 下载提供更多提示方便排查问题 (3413) nwind
* 补充 condition builder 在简单模式下是否显示顶部 AND OR 切换按钮 (3404) nwind

Bugfix 🐞
* 修复 autoGenerateFilter 导致 crud 加载两次问题 (3462) nwind
* form 的 columnCount 用法优化, 解决最后一行因为缺少表单项而存在不对齐问题 (3456) 2betop
* close 3445: textarea支持clearable; style: 输入框清除Icon, input-text addOn,… (3453) lurunze1226
* 修复 select tree 模式值格式不正确的问题 (3458) nwind
* 修复日期范围选择在有默认值的时候没法选择同一天问题 (3448) nwind
* 修复 Card 点选不可关闭问题 (3435) 2betop
* 修复文档App 多页应用内链接404 (3432) fairyly
* 修改文档切换主题重复问题 (3423) fairyly
* 修复 input-table 里 color/date/daterange 组件 被遮挡问题 Closes 3406 (3408) nwind
* 公式编辑器样式优化,新增部分属性 (3409) lurunze1226
* 修复 iframe src 里 query 会因为 buildApi 里的 qsstringify 导致转义问题 (3407) nwind

1.6.2

Feature✨

* feat: condition builder 支持简易模式 (3392) Akikonata

Enhancement 🚀

* chore: 去掉 js require css 用法, 依赖的 css 内嵌在 amis css 文件中 (3399) 2betop

Bugfix 🐞

* fix:amis-editor更新到最新版组合组件combo报错 (3403) hsm-lv
* fix: 修复 sdk 自定义组件报错 Closes 3396 (3397) nwind

1.6.1

Feature✨

* 变量名支持特殊字符 (3389) 2betop
* log 组件的接口支持配置 headers、data、method Closes 3283 (3388) nwind
* input-rich-text 的图片上传支持自定义文件字段 Closes 3287 (3387) nwind
* 组件广播事件机制 (3326) hsm-lv
* 扩充Scoped根据ID查找组件&补充几个通用动作 (3380) hsm-lv
* amis Debug 辅助工具 (3370) nwind
* tracker 增加页面显示和隐藏时间 Closes 3324 (3373) nwind
* 日期选择日历模式 (3339) hy993658052


Enhancement 🚀

* 补充 api 变量导致无法分页的问题及表单提交展现的示例 (3379) nwind
* 修改date-range移动端样式 (3362) hy993658052
* 修复一点文档错误 (3338) RickCole21
* formItem字体大小和颜色使用CSS Variables (3334) lurunze1226

Bugfix 🐞

* 修复 input-table 里的 popover 被遮挡问题 Closes 3377 (3378) nwind
* 修复 select normalizeOptions 时不支持 valueField 的问题 Closes 3341 (3385) nwind
* 调整popup层级解决select 弹窗遮挡问题 (3376) z1769057083
* 去掉公式编辑器console log (3369) allenve
* 修复 CustomRenderer onUnmount 无效的问题 (3360) smadey
* 修复 select 不在 form 下面时同步上下文变量失效的问题 (3355) 2betop
* 修复文档页面报错 (3357) 2betop

1.6.0

Feature✨
* 大量组件支持移动化:下拉选择、日期选择、日期范围选择、城市选择、级联选择、Steps 步骤条等等 ucasliyuan nwind z1769057083 hy993658052 zhangtao07
* DropDownButton支持分组,菜单CSS类名,添加下拉菜单max-width (3302) lurunze1226
* 新增头像组件 (3175) sqzhou
* 新增 timeline 组件 (3072) Dora-boots
* transfer系列组件支持 menuTpl,valueTpl 支持自定义信息展示 (3264) 2betop
* 新增公式编辑器 lurunze1226 2betop
* CRUD 单行点击会高亮所在行 (3246) nwind

Enhancement 🚀
* CRUD 在没数据的时候也显示配置的批量操作按钮 (3248) nwind
* Nav组件折叠/展开时阻止事件冒泡 (3247) allenve
* app 模式不再使用 react router,方便后续开发调试 (3244) nwind
* typo: 请求适配器 requestAdaptor (3242) rovast
* inputRating 组件功能对齐4.0规范 (2949) liuzedong-xyz
* input-image 兼容返回字符串 0 的情况 (3196) nwind
* 补全 wizard 中 feedback 用法 (3209) 2betop
* Switch 组件功能对齐4.0规范 (3154) tsuihe
* Card对齐云舍4.0规范,组件拆分 (3024) hzh11012


Bugfix 🐞

* fix: 修复 input-kv 不支持输入相同 key 问题 Closes 3282 (3316) nwind
* fix: 修复CRUD itemDraggableOn 功能失效的问题 (3296) RickCole21
* 修复CRUD itemDraggableOn 功能失效的问题 (3296) RickCole21
* input-image 设置 crop 后无法获取文件原本名称 Closes 3274 (3280) nwind
* fix 3262: Card组件media.url不支持变量 (3279) lurunze1226
* fix 3255: Overlay点击自身也会触发rootClose的问题 (3277) lurunze1226
* fix: Tabs无法正确获取数据域中数据 (3266) lurunze1226
* 避免 iframe 里面的 src 经过两层变量处理 (3265) 2betop
* 修复 crud 中放 form 里面的 combo 填充不正确的问题 (3251) 2betop
* collapse 没有开启收起功能能,收起配置无效 (3243) 2betop
* json view 自动尝试解析字符串 (3239) nwind
* 修复 card 底部多出的空白 (3232) nwind
* 修复 buildApi 处理 hash 字符不正确的问题 (3235) 2betop
* 关联多选框选择孙节点无法加载右侧数据 (3219) lurunze1226
* 修复 filterTree 深层级过滤失效的问题 (3211) RickCole21
* 修复 progress 报 key warning (3208) nwind
* 修复formula 组件, initSet 为 false 时,导致 autoSet 无效问题 (3203) 2betop
* 组合条件浮层选项大量时未自动scroll (3193) lurunze1226
* fix 3185: validateApi的sendOn属性不生效问题 (3186) lurunze1226
* fix 3006: autoFill填充后不会触发表单项校验 (3138) lurunze1226

1.5.3

更新记录

* chore: 默认分割线样式改成实线 (3157) nwind
* fix: 升级 amis-formula 解决些兼容性问题 (3155) 2betop
* chore: 修复 status 组件 key 报错 (3156) nwind
* feat:日历组件展示日程 (3058) hy993658052
* fix: collapse组件设置collapsable时样式修复 (3145) hy993658052
* fix:toast style (3140) hsm-lv

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.