-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
1.12.16 #279
Conversation
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
…notation.query.Condition.value
修复excel导入时,部分场景出现最后一行空行导入空json
fix(GsonFactory): fix type Long covert to type Double
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🐞 解决表格场景一对多不触发查询的bug
🧩 解决 excel 导入数值时,单元格格式为string无法正常导入的bug
🧩 修复 excel 导入时,部分场景出现最后一行空行导入空json的问题(感谢hply贡献的代码) #269
🧩 调整导出引擎为 XSSF ,倾向功能而且内存控制,允许dataProxy中的excelExport获得完成的内存数据
🧩 优化 checkbox UI无数据时不会空白显示
🧩 解决excel导入数值时数值过大会显示为科学计数法的问题
🧩 ifRender启动时不会自动执行,确保动态渲染函数在合适的时机执行
🧩 自定义按钮渲染默认是增加:MULTI_ONLY,该模式多行按钮不会显示在单行中
🧩 新增DataProxyContext工具类,支持在DataProxy中通过上下文的方式获取当前类对象与参数等数据
🌟 表格支持按单元格设置颜色
🌟 表格支持按行数据动态调整编辑与删除能力
🌟 新增多租户插件,适合企业开发SaaS应用