贤心
|
7e542d10ba
|
docs(i18n): 优化示例
|
2025-09-08 10:12:09 +08:00 |
|
贤心
|
7a2875ee19
|
docs(i18n): 优化部分文案
|
2025-09-08 10:06:50 +08:00 |
|
贤心
|
6c270b4c38
|
docs(i18n): 优化正式文档
|
2025-09-08 00:07:55 +08:00 |
|
sight
|
6f0d751648
|
Merge branch 'main' into refactor/i18n
|
2025-09-01 00:05:43 +08:00 |
|
贤心
|
a0a0ba4a1c
|
release: v2.11.6
v2.11.6
|
2025-08-29 18:02:51 +08:00 |
|
morning-star
|
bbc4f0467e
|
fix(tabs): 修复获取标签内容项 lay-id 不存在时会返回最后一项的问题 (#2806)
|
2025-08-29 17:50:09 +08:00 |
|
morning-star
|
813977d8b8
|
fix(laypage): 移除 laypage 中 input 元素的过渡效果 (#2796)
|
2025-08-29 17:39:28 +08:00 |
|
morning-star
|
d7b7d43c91
|
fix(form): 修复 label 和 checkbox/radio 关联时的问题 (#2795)
* fix(form): 修复 label 元素和单/多选框关联时的问题
1.两者通过 for 关联时,点击 lable 元素,label 点击事件触发一次 checkbox 属性值更新,但组件内部是通过美化元素的点击事件更新 checkbox 属性值,所以此时美化元素样式不会更新。
2.两者为包含关系时,点击 label 元素,label 点击事件和美化元素的点击事件分别触发一次 checkbox 属性值更新,导致无法正常工作。
* update
* fix(checkbox): 防止事件重复绑定
|
2025-08-29 17:38:36 +08:00 |
|
morning-star
|
845d372585
|
fix(table): 修复设置 even:true 时,行选中背景色异常 (#2776)
|
2025-08-29 16:46:02 +08:00 |
|
贤心
|
caa15016ee
|
wip(docs): 优化 i18n 文档示例
|
2025-07-31 15:28:35 +08:00 |
|
sight
|
ff99b99d0b
|
Merge branch 'main' into refactor/i18n
|
2025-07-22 17:02:30 +08:00 |
|
贤心
|
71c6239e55
|
release: v2.11.5
Issue Close Require / issue-close-require (push) Has been cancelled
v2.11.5
|
2025-07-21 23:26:07 +08:00 |
|
贤心
|
38c9ef9e4d
|
docs(versions): 添加 v2.9.27 更新日志
|
2025-07-21 23:24:39 +08:00 |
|
Firework
|
6666aa20a1
|
style(css): 部分兼容性优化 (#2761)
* style(css):兼容性调整
* Update src/css/layui.css
* Apply suggestions from code review
* Update src/css/modules/layer.css
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
---------
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
|
2025-07-21 10:26:09 +08:00 |
|
morning-star
|
5929f4d188
|
fix(laydate): 修复 range:false, autoConfirm:false 时确认按钮状态同步异常 (#2754)
|
2025-07-21 10:24:19 +08:00 |
|
sight
|
b4f8b63768
|
update code
|
2025-07-11 15:12:29 +08:00 |
|
sight
|
7fff7bf15b
|
wip(i18n): 改进 util.toDateString meridiem
遵循 CLDR day periods 标准
|
2025-07-11 14:05:25 +08:00 |
|
sight
|
780b374a44
|
wip(i18n): 改进 laydate 面板中的日期格式处理
|
2025-07-11 13:31:51 +08:00 |
|
sight
|
b103454951
|
update code
|
2025-07-10 21:48:25 +08:00 |
|
sight
|
9de8912f75
|
wip(i18n): 改进 laydate i18nMsg key
|
2025-07-10 21:43:58 +08:00 |
|
morning-star
|
d21eabd680
|
refactor(i18n): laydate 国际化方案迁移至 i18n.$t (#2745)
|
2025-06-30 13:15:49 +08:00 |
|
sight
|
e2ea3ee8de
|
chore(i18n): 删除不必要的注释
|
2025-06-28 16:16:19 +08:00 |
|
sight
|
6fcdc0bcdf
|
Merge branch 'main' of https://github.com/layui/layui into refactor/i18n
|
2025-06-28 15:50:16 +08:00 |
|
sight
|
a659f0831a
|
wip(i18n): 删除 $t 可变长参数重载
|
2025-06-27 17:11:05 +08:00 |
|
sight
|
25be3c9736
|
wip(i18n): 优化获取对象中指定路径值的性能
|
2025-06-27 16:20:03 +08:00 |
|
sight
|
e893e9617b
|
fix(i18n): 修复 table 排序 key 无效
|
2025-06-26 15:29:40 +08:00 |
|
sight
|
b0aeee7bf2
|
wip(i18n): 转义翻译结果
|
2025-06-25 17:39:08 +08:00 |
|
sight
|
03dcbb7931
|
fix(i18n): 修复 laypage 变量定义前使用
|
2025-06-24 13:34:38 +08:00 |
|
贤心
|
77adc3d196
|
release: v2.11.4
Issue Close Require / issue-close-require (push) Has been cancelled
v2.11.4
|
2025-06-22 22:18:22 +08:00 |
|
贤心
|
5a2baf9375
|
refactor(collapse): 重构折叠面板组件 (#2734)
|
2025-06-22 22:10:35 +08:00 |
|
贤心
|
741686bd79
|
wip(docs): 完善 i18n 文档
|
2025-06-20 23:30:11 +08:00 |
|
贤心
|
39a55a1b6e
|
docs(i18n): 新增国际化文档(beta)
note: 由于时间关系,本次提交仅为初版,该文档尚未完成
|
2025-06-20 17:47:49 +08:00 |
|
贤心
|
ece68e117e
|
release: v2.11.3
v2.11.3
|
2025-06-18 10:34:19 +08:00 |
|
贤心
|
c7bfc564ea
|
docs(tabs): 新增「打乱标签顺序」示例
|
2025-06-18 10:29:35 +08:00 |
|
贤心
|
e67266260f
|
feat(collapse): 新增折叠面板展开和收缩时的过渡动画 (#2722)
|
2025-06-17 15:17:20 +08:00 |
|
morning-star
|
e3f683cdc0
|
feat(treeTable): expandNode 新增 done 回调 (#2721)
* feat(treeTable): expandNode 新增 done 回调
* docs(treeTable): 更新文档
* update code
* Update docs/treeTable/index.md
|
2025-06-17 15:10:16 +08:00 |
|
贤心
|
1eb01c6706
|
fix(tabs): 优化 close 方法在标签顺序打乱时传入 lay-id 的支持 (#2690)
* fix(tabs): 优化 close 方法在标签顺序打乱时传入 lay-id 的支持
* fix(tabs): 优化 closeMult 方法 index 参数值为 lay-id 时的无效问题
* fix(tabs): 优化 `getHeaderItem` 等方法的 `index` 参数的类型检测
|
2025-06-17 15:09:36 +08:00 |
|
sight
|
0a0e643471
|
chore(i18n): 优化注释
|
2025-06-11 17:57:22 +08:00 |
|
sight
|
740ed5c9e0
|
chore(util): 删除未使用的代码
|
2025-06-11 17:43:39 +08:00 |
|
贤心
|
6bb0caf151
|
i18n(laydate): 优化 lang() 方法中的逻辑
|
2025-06-01 23:04:49 +08:00 |
|
贤心
|
a154128418
|
wip(i18n): 为 laydate 重新添加完整国际化的支持
|
2025-05-30 15:41:22 +08:00 |
|
贤心
|
4f5019704b
|
refactor: 剔除 laydate 单独版的判断逻辑
为接下来全面支持国际化做铺垫
|
2025-05-28 11:01:00 +08:00 |
|
sight
|
c3e88dc9aa
|
chore(i18n): 优化演示中部分国际化消息
|
2025-05-27 00:22:49 +08:00 |
|
贤心
|
de46f23b06
|
chore(laydate): 优化部分提示
|
2025-05-26 23:52:36 +08:00 |
|
贤心
|
26989d5830
|
style(laydate): 优化逗号格式
|
2025-05-26 22:51:44 +08:00 |
|
sight
|
94e31dd1d7
|
wip(i18n): 修复 table text.none 切换 locale 无效问题
|
2025-05-26 20:15:52 +08:00 |
|
贤心
|
3556153273
|
refactor(i18n): 改进国际化支持
|
2025-05-26 09:59:41 +08:00 |
|
sight
|
aaa4d85750
|
wip(i18n): 移除国际化消息中的 lay 命名空间
|
2025-05-25 14:51:47 +08:00 |
|
sight
|
383baf471a
|
wip(i18n): 修复打包后 laydate 和 layer 异常
|
2025-05-24 22:47:33 +08:00 |
|
sight
|
cc222d9d22
|
wip(i18n): 改进 upload i18n key
|
2025-05-24 19:25:38 +08:00 |
|