mirror of https://github.com/layui/layui
parent
b94720dbdc
commit
aa27f049a7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,19 @@ toc: true
|
|||
|
||||
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
|
||||
|
||||
<h2 id="v2.9.27" class="ws-anchor">
|
||||
v2.9.27
|
||||
<span class="layui-badge-rim">2025-07-21</span>
|
||||
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
|
||||
</h2>
|
||||
|
||||
- 修复 select 组件的字符转义问题 #2661 @sentsim
|
||||
- 修复 `<option>` 文本两端的 Unicode 空格(U+00A0)被去除的问题 #2676 @Sight-wcg
|
||||
|
||||
### 下载: [layui-v2.9.27.zip](https://gitee.com/layui/layui/attach_files/2276751/download)
|
||||
|
||||
---
|
||||
|
||||
<h2 id="v2.9.26" class="ws-anchor">
|
||||
v2.9.26
|
||||
<span class="layui-badge-rim">2025-04-15</span>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "layui",
|
||||
"version": "2.9.26",
|
||||
"version": "2.9.27",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
|
||||
var Layui = function(){
|
||||
this.v = '2.9.26'; // Layui 版本号
|
||||
this.v = '2.9.27'; // Layui 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
|
Loading…
Reference in New Issue