Skip to content

Query v0.3.1 release

Compare
Choose a tag to compare
@Zuoqiu-Yingyi Zuoqiu-Yingyi released this 11 Apr 11:30
· 42 commits to main since this release

v0.3.1/2022-04-10

  • v0.3.0 <=> v0.3.1
  • 配置文件 config.js 有变更 | There are changes to the configuration file config.js.
  • 适配 blocks 表新字段 fcontent | Adapt blocks table to new field fcontent.
  • 添加配置选项 config.query.render.ial.fields.forced 设置强制渲染的 IAL 键 | Add configuration option config.query.render.ial.fields.forced to define IAL keys that force rendering.
  • 添加配置选项 config.query.render.ial.fields.ignore 设置不渲染的 IAL 键(黑名单) | Add configuration option config.query.render.ial.fields.ignore to define IAL keys that don't be rendered (blacklist).
  • 添加配置选项 config.query.render.ial.fields.valid 设置可渲染的 IAL 键(白名单) | Add configuration option config.query.render.ial.fields.ignore to define IAL keys that can be rendered (whitelist).
  • 修复 IAL 多行渲染问题 | Fix IAL multi-line rendering issue.
  • 更新自定义属性视图示例 | Update the example of Custom Properties View.