mirror of
https://gitee.com/layui/layui.git
synced 2025-06-28 13:34:27 +08:00
release: v2.11.0-rc.5
This commit is contained in:
parent
b3bfc92374
commit
5e7cbdeb30
2
dist/layui.js
vendored
2
dist/layui.js
vendored
File diff suppressed because one or more lines are too long
2
dist/layui.js.map
vendored
2
dist/layui.js.map
vendored
File diff suppressed because one or more lines are too long
@ -12,8 +12,8 @@ toc: true
|
|||||||
<h2 id="2.10+" lay-toc="{title: '2.10+'}"></h2>
|
<h2 id="2.10+" lay-toc="{title: '2.10+'}"></h2>
|
||||||
|
|
||||||
<h2 id="v2.11.0" lay-pid="2.10+" class="ws-anchor">
|
<h2 id="v2.11.0" lay-pid="2.10+" class="ws-anchor">
|
||||||
v2.11.0-rc.4
|
v2.11.0-rc.5
|
||||||
<span class="layui-badge-rim">2025-04-18</span>
|
<span class="layui-badge-rim">2025-04-21</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
- #### 新特性
|
- #### 新特性
|
||||||
@ -31,7 +31,7 @@ toc: true
|
|||||||
- 新增 `compile` 实例方法,用于清除缓存后以便渲染时重新对模板进行编译
|
- 新增 `compile` 实例方法,用于清除缓存后以便渲染时重新对模板进行编译
|
||||||
- 新增 在模板中通过 `include()` 方法导入子模板的功能
|
- 新增 在模板中通过 `include()` 方法导入子模板的功能
|
||||||
- 新增 新的界定符风格:{{!`{{ 语句 }}` `{{= 转义输出 }}` `{{- 原文输出 }}` `{{# 注释 }}`!}}
|
- 新增 新的界定符风格:{{!`{{ 语句 }}` `{{= 转义输出 }}` `{{- 原文输出 }}` `{{# 注释 }}`!}}
|
||||||
- 新增 模板错误行捕获,可更精准地找到模板出错区域
|
- 新增 template 报错时的上下文捕获,基于映射,可更精确定位到模板具体错误行 #2650 @sentsim
|
||||||
- 提升 模板解析的整体性能及稳定性
|
- 提升 模板解析的整体性能及稳定性
|
||||||
- 内置 对多种模块加载方式的支持,以同时适配 Node.js 和浏览器端的使用场景
|
- 内置 对多种模块加载方式的支持,以同时适配 Node.js 和浏览器端的使用场景
|
||||||
- #### rate
|
- #### rate
|
||||||
@ -49,7 +49,7 @@ toc: true
|
|||||||
- 优化 laypage 快速点击时文本被选中的问题 #2623 @sentsim
|
- 优化 laypage 快速点击时文本被选中的问题 #2623 @sentsim
|
||||||
- 优化 util 的 `escape` 和 `unescape` 在解析某些特殊字符串时的潜在问题 #2628 @sentsim
|
- 优化 util 的 `escape` 和 `unescape` 在解析某些特殊字符串时的潜在问题 #2628 @sentsim
|
||||||
|
|
||||||
### 下载: [layui-v2.11.0-rc.4.zip](https://gitee.com/layui/layui/attach_files/2155682/download)
|
### 下载: [layui-v2.11.0-rc.5.zip](https://gitee.com/layui/layui/attach_files/2157325/download)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "layui",
|
"name": "layui",
|
||||||
"version": "2.11.0-rc.4",
|
"version": "2.11.0-rc.5",
|
||||||
"description": "Classic modular Front-End UI library",
|
"description": "Classic modular Front-End UI library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"layui",
|
"layui",
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
var Class = function() {
|
var Class = function() {
|
||||||
this.v = '2.11.0-rc.4'; // 版本号
|
this.v = '2.11.0-rc.5'; // 版本号
|
||||||
};
|
};
|
||||||
|
|
||||||
// 识别预先可能定义的指定全局对象
|
// 识别预先可能定义的指定全局对象
|
||||||
|
Loading…
Reference in New Issue
Block a user