iotStudio
iotStudio copied to clipboard
chore(deps): bump amis from 1.9.1-beta.11 to 2.1.0
Bumps amis from 1.9.1-beta.11 to 2.1.0.
Release notes
Sourced from amis's releases.
2.1.0
2022-07-29
新功能 Features✨
- feat: ajax动作支持返回status和msg&支持静默模式 (#4912)
@hsm-lv
- feat: DropDownButton 增加鼠标滑入滑出事件(#4846)
@z1769057083
- feat: service 支持 js: 请求,使得动态渲染支持 JavaScript 函数 (#4866)
@nwind
- feat: ImageGallery支持工具栏 (#5005)
@lurunze1226
- feat: Image组件支持innerClassName (#4977)
@lurunze1226
- feat: ajax动作返回数据格式调整 (#4966)
@pianruijie
- feat: Property 的 title 等属性支持自动变量解析 Closes #4900 (#4942)
@nwind
- feat: table-view 的所有属性支持变量 (#4923)
@nwind
- feat: page增加onBulkChange (#4913)
@pcdqc
- feat: iframe 组件补充 sandbox、allow、referrerpolicy (#4860)
@nwind
问题修复 Bugfix 🐛
- fix: select组件size=lg时展示错误 (#5008)
@meerkat-morecats
- fix: CRUD其他模式loading不显示问题 (#5000)
@hsm-lv
- fix: 排序字段中间态 orderDir 没有置空问题 (#4971)
@lengqingfeng
- fix: Cards 拖拽排序报错 (#4846)
@z1769057083
- fix: 兼容低版本浏览器配置table:autoFillHeight(不支持sticky) (#5020)
@meerkat-morecats
- fix: CRUD查询表单reset-and-submit刷新两次问题; InputText使用AutoComplete光标无法切换问题 (#5022)
@tooeast
- fix: 修复CRUD在dialog中时表头无法固定 (#4995)
@meerkat-morecats
- fix: InputTable列使用默认值时无法更新到数据域的问题 (#4970)
@lurunze1226
- fix:修复日期范围选择器样式 (#5016)
@hy993658052
- fix: Steps组件status使用变量时不生效问题 (#4983)
@lurunze1226
- fix: SDK模式下Toast位置为top-center (resolve #4928) (#4986)
@lurunze1226
- fix: Checkboxes组件全选状态样式展示错误 (#5015)
@lurunze1226
- fix: CRUD设置超级表头后全选checkbox展示错误 (#5012)
@meerkat-morecats
- fix: 修复table中combineNum不生效 (#5003)
@meerkat-morecats
- fix: 修复 Combo配置unique属性空字符的逻辑判断 (#4998)
@RickCole21
- fix: TextControlSchema nativeInputClassName声明 (#4993)
@hsm-lv
- fix:steps恢复子标题 (#4987)
@qiaogg
- fix: 修复选项的 autoFill 会出现对象 merge 的情况 (#4979)
@2betop
- fix: amis 4.0样式对齐 checkbox&select等组件 (#4878)
@blue-squirrel
- fix: 公式变量点选时嵌套问题 (#4974)
@allenve
- fix: InputTag组件placeholder属性不生效问题 (#4933)
@lurunze1226
- fix: (#4828) Select组件搜索时输入空格错误关闭下拉框,关闭快捷键改为组合键 (#4930)
@lurunze1226
- fix: transfer tree 右侧无法滚动 (#4686) (#4953)
@meerkat-morecats
- fix: Service组件Unmount方法缺失问题 (#4954)
@lurunze1226
- fix: 公式编辑器高亮问题 (#4945)
@allenve
- fix: input-tag max 属性bug修复 (#4934)
@tooeast
- fix: 修复DateRangePicker交互问题 (#4882)
@meerkat-morecats
- fix: TreeSelect多选选中后没有清空input搜索内容 (#4843) (#4925)
@meerkat-morecats
- fix: table-view 的边框只应该在 td 上设置 (#4895)
@nwind
- fix: crud mergedData类型问题 (#4909)
@hsm-lv
- fix: crud批量操作按钮二次确认通过事件动作弹两次的问题 (#4899)
@hsm-lv
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Example Check Group #2 (Click here to edit)
- [ ] Modify this checklist and click on the save button for it to appear on Github Pull Requests for this repo
- [ ] If you would like the checklist state to roll up to the Pull Request status, select the Enforce on Merge checkbox
This PR has 2
quantified lines of changes. In general, a change size of upto 200
lines is ideal for the best PR experience!
Quantification details
Label : Extra Small
Size : +1 -1
Percentile : 0.8%
Total files changed: 1
Change summary by file extension:
.json : +1 -1
Change counts above are quantified counts, based on the PullRequestQuantifier customizations.
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a balance between between PR complexity and PR review overhead. PRs within the optimal size (typical small, or medium sized PRs) mean:
- Fast and predictable releases to production:
- Optimal size changes are more likely to be reviewed faster with fewer iterations.
- Similarity in low PR complexity drives similar review times.
- Review quality is likely higher as complexity is lower:
- Bugs are more likely to be detected.
- Code inconsistencies are more likely to be detected.
- Knowledge sharing is improved within the participants:
- Small portions can be assimilated better.
- Better engineering practices are exercised:
- Solving big problems by dividing them in well contained, smaller problems.
- Exercising separation of concerns within the code changes.
What can I do to optimize my changes
- Use the PullRequestQuantifier to quantify your PR accurately
- Create a context profile for your repo using the context generator
- Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the
Excluded
section from yourprquantifier.yaml
context profile. - Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your
prquantifier.yaml
context profile. - Only use the labels that matter to you, see context specification to customize your
prquantifier.yaml
context profile.
- Change your engineering behaviors
- For PRs that fall outside of the desired spectrum, review the details and check if:
- Your PR could be split in smaller, self-contained PRs instead
- Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).
- For PRs that fall outside of the desired spectrum, review the details and check if:
How to interpret the change counts in git diff output
- One line was added:
+1 -0
- One line was deleted:
+0 -1
- One line was modified:
+1 -1
(git diff doesn't know about modified, it will interpret that line like one addition plus one deletion) - Change percentiles: Change characteristics (addition, deletion, modification) of this PR in relation to all other PRs within the repository.
Was this comment helpful? :thumbsup: :ok_hand: :thumbsdown: (Email) Customize PullRequestQuantifier for this repository.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
dgiot-dashboard | ❌ Failed (Inspect) | Aug 15, 2022 at 5:26AM (UTC) |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.