Releases: Zuoqiu-Yingyi/widget-query
Releases · Zuoqiu-Yingyi/widget-query
Query v0.2.4 release
v0.2.4/2022-03-23
- v0.2.3 <=> v0.2.4
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 修复自定义排序别名前缀暴露问题 | fix the issue of custom sort alias prefix exposed.
Query v0.2.3 release
v0.2.3/2022-03-20
- v0.2.2 <=> v0.2.3
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 优化部分正则表达式 | Optimize some regular expressions.
- 查询结果表格添加滚动条(需要配合 Dark+ 主题) | Add scroll bar to the query result table (requires Dark+ theme).
- 为 IAL 解析器添加 HTML 转义字符解析 | Add HTML escaping characters parsing for IAL parser.
- 调整默认 IAL 渲染方法 | Adjust the default IAL rendering method.
- 优化渲染速度 | Optimize rendering speed.
- 扩展用于样式渲染的字段别名前缀 | Extend prefixes for field aliases for style rendering.
Query v0.2.2 release
v0.2.1/2022-03-17
- v0.2.1 <=> v0.2.2
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 修复查询结果字段别名显示用于排序的前缀问题 | Fix an issue where query result field aliases display prefixes for sorting.
Query v0.2.1 release
v0.2.1/2022-03-15
- v0.2.0 <=> v0.2.1
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 使用
node.dataset
代替node.getAttribute
| Usenode.dataset
instead ofnode.getAttribute
. - 默认使用思源内部超链接(
siyuan:
)渲染查询结果 | Default use SiYuan internal hyperlinks (siyuan://
) to render query result. - 修复字段别名前缀
__link__
样式渲染问题 | Fix the issue of field alias prefix__link__
style rendering.
Query v0.2.0 release
v0.2.0/2022-03-13
- v0.1.9 <=> v0.2.0
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 增加用于手动定义查询结果顺序的字段别名前缀 | Add field alias prefix for manual ordering of query results.
- 为默认块查询渲染函数句柄传递内联属性表
IAL
解析值 | Pass the inline attribute tableIAL
value to the default block query renderer. - 使用按钮背景颜色表示挂件当前状态 | Use button background color to indicate the current state of the widget.
Query v0.1.9 release
v0.1.9/2022-03-12
- v0.1.8 <=> v0.1.9
- 修复资源文件引用路径问题 | Fixed the resource file reference path issue.
Query v0.1.8 release
v0.1.8/2022-03-10
- v0.1.7 <=> v0.1.8
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 在
config.query.render
属性中设置默认块查询时相应字段的渲染方式 | Set the rendering of the corresponding field when the default block query is set in theconfig.query.render
property. - 更改自定义配置文件覆盖默认配置文件方案为递归覆盖 | Change the custom configuration file override the default configuration file solution to recursive overrides.
Query v0.1.7 release
v0.1.7/2022-03-07
- v0.1.6 <=> v0.1.7
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 使用 All Contributors · GitHub 自动生成贡献者列表 | Use All Contributors · GitHub automatically generates a table of contributors.
- 增加通过设置查询结果表格自定义块属性的方式设置渲染样式 | Added the way to set the rendering style by setting the query result table custom block attributes.
Query v0.1.6 release
v0.1.6/2022-03-02
- v0.1.5 <=> v0.1.6
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 添加查询记录默认最大数量(该功能默认关闭) | Add the default maximum number of query records (this feature is off by default).
- 配置选项 | Configuration options:
config.sql.limit
- 配置选项 | Configuration options:
- 移除查询结果表头用于指定渲染样式的字段别名前缀 | Removes the field alias prefix that the query results header uses to specify the rendering style.
Query v0.1.5 release
- v0.1.4 <=> v0.1.5
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 使用字段别名定义查询显示样式 | Use field aliases to define query display styles.