-
-
Notifications
You must be signed in to change notification settings - Fork 484
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.18 #292
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
websocket能力将不再需要开启 redisSession,在线用户能力不依赖 redisSession,expireTimeByLogin在非 redis场景也支持配置,单机场景 请求过期时间将不会自动续期,需要手动开启redisSessionRefresh配置
例:a.html?a=1,可在模板引擎中使用${a}获取值
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
🐞 修复 i18n 文件如果引号中携带逗号读取错位的 bug
🐞 解决 id 超过 js 极限数值长度导致无法编辑的 bug
🐞 解决搜索场景与导入场景参数传递不一致的 bug
🧩 源代码中移除 erupt-flow 模块
🧩 升级amis版本到6.10版本
🧩 搜索时自动去除首尾空格
🧩 修改 erupt-magic-api 默认图标与名称
🧩 修改菜单时当前用户无需重新登录,刷新后自动生效
🧩 erupt-tenant 修复已知 bug,租户管理增加联系人字段
🧩 抽屉形式的弹出层将不会渲染页头,同时使用更加友好的宽高适应度
🌟 支持初始化时默认账号密码配置
🌟 自研 session 实现,非 redisSession 场景将不依赖 cookie,
🌟 支持非 redisSession 场景下在线用户查看能力
🌟 解决主键值过大导致的精度问题
🌟 增加多选组件 MULTI_CHOICE
🌟 模板路径支持 path 路径传参并且通过模板引擎通过变量名称获取。
🌟 在线日志支持搜索,超链接支持跳转,优化日志样式
🌟 erupt-bi 报表支持文本提示组件
🌟 dataProxy 支持 alert 能力,在渲染数据的同时增加全局提示
🌟 引入微前端能力,自定义模板支持微前端方式嵌入
🌟 自定义按钮 @tpl 注解支持微前端方式渲染