Conversation
* 修复 table 全选时,禁用行仍有选中样式的问题,close `#I8KPUT` close https://gitee.com/layui/layui/issues/I8KPUT * 优化 `table.setRowChecked()` 查找当前行细节,减少全选时的元素查找频率 --------- Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
* 代码优化 * 恢复 `lay.getStyleRules()` 无效改动 --------- Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
修复 element.nav 在 IE8 下子菜单背景色
* 修复 table 表头属性 `templet` 使用模板字符串时,一些特殊的自定义 laytpl 界定符被转义的问题 例如使用 `<% %>` 作为界定符时,`<` 和 `>` 会被转义 close https://gitee.com/layui/layui/issues/I8L3OC * 优化 table 模板解析 * 回退 bd2994e 中对 table 模板函数类型的改动 revert· bd2994e BREAK CHANGE 1.模板字符串最外层包裹 div 时的行为不同,现在由 laytpl 直接处理,会保留最外层的 div,估计影响比较小 2.不再支持 jQuery 特有的选择器,几乎无影响
|
|
This file contains hidden or 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
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.
😃 本次 PR 的变化性质
🌱 本次 PR 的变化内容