release: v2.9.27

2.9.x-stable v2.9.27
贤心 2025-07-21 11:10:28 +08:00
parent b94720dbdc
commit aa27f049a7
5 changed files with 17 additions and 4 deletions

2
dist/layui.js vendored

File diff suppressed because one or more lines are too long

2
dist/layui.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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>

View File

@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.9.26",
"version": "2.9.27",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",

View File

@ -16,7 +16,7 @@
};
var Layui = function(){
this.v = '2.9.26'; // Layui 版本号
this.v = '2.9.27'; // Layui 版本号
};
// 识别预先可能定义的指定全局对象