Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlau committed Oct 8, 2022
2 parents 131e9f9 + ebe8646 commit ad711c9
Show file tree
Hide file tree
Showing 132 changed files with 2,620 additions and 2,078 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## [Unreleased]

## [1.1.0] - 2022-10-09
- 新增 #I5TUH1 LiteFlow 2.9.0 的 data 属性特性的适配
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5TUH1
- 新增 #I5TU26 LiteFlow 2.9.0 循环组件语法的适配
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5TU26
- 新增 #I5U36H LiteFlow 2.9.0 版本中EL对*.xml检测生效
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5U36H
- 新增 #I5UA9R LiteFlow 2.9.0 重构后的声明式组件的适配
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5UA9R
- 新增 #I5TU3E 细分化Component类型的特性
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5TU3E
- 修复 #I5Q35D ELF语法无法正常解析注释的问题
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5Q35D
- 修复 #I5U3QH 核心源码不应该显示组件图标的问题
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5U3QH
- 修复 #I5O84M 不能正常识别node的XML标签的问题
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5O84M
- 优化 插件内核源码架构
- 优化 插件内的所有图标,简洁清爽!
- 优化 LiteFlowTool 工具箱的副标题显示内容
- 修复 LiteFlowTool 工具箱双击无法跳转对应Chain的问题

## [1.0.4] - 2022-08-25
- 新增 #I5NWWJ 支持 LiteFlow v2.8.5 的IF关键字特性
- https://gitee.com/liupeiqiang/LiteFlowX/issues/I5NWWJ
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="https://plugins.jetbrains.com/plugin/19145-liteflowx">
<img src="https://img.shields.io/jetbrains/plugin/v/19145?logo=JetBrains&label=LiteFlowX&style=for-the-badge" />
</a>
<img src="https://img.shields.io/badge/IntelliJ--IDEA->=2020.1-brightgreen?logo=IntelliJ IDEA&style=for-the-badge"/>
<img src="https://img.shields.io/badge/IntelliJ--IDEA->=2020.3-brightgreen?logo=IntelliJ IDEA&style=for-the-badge"/>
<img src="https://img.shields.io/badge/license-Apache--2.0-blue?style=for-the-badge"/>

</p>
Expand All @@ -33,13 +33,12 @@ English | [简体中文](./README.zh-CN.md)
<h3>LiteFlowX is designed to increase productivity when you use the <a href="https://github.com/dromara/liteflow">LiteFlow framework</a>.</h3>

## 🍬 LiteFlowX Features:
- Support for LiteFlow 2.8.x new expression language
- Specific file Svg icons for easy identification of LiteFlow elements
- Able to identify Component and Chain
- Java code and Chain jump to each other
- Jump between Xml files and LiteFlow elements
- Auto-complete prompt for elf language, able to prompt Component, Chain and local variables
- Provides LiteFLow toolbox
- Fully compatible with all features of LiteFlow v2.9.x
- Supports ELF regular expressions (autosuggestion, syntax highlighting, syntax detection)
- Subdivided component type icons to make components clear at a glance
- Ability to identify components, links
- More intelligent automatic prompts, which can be subdivided into components and links
- Provides LiteFlow toolbox, components and links of the entire project, and supports double-click jumping
- Support file jump to liteflow.ruleSource property
- ...more features to come

Expand Down
15 changes: 7 additions & 8 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="https://plugins.jetbrains.com/plugin/19145-liteflowx">
<img src="https://img.shields.io/jetbrains/plugin/v/19145?logo=JetBrains&label=LiteFlowX&style=for-the-badge" />
</a>
<img src="https://img.shields.io/badge/IntelliJ--IDEA->=2020.1-brightgreen?logo=IntelliJ IDEA&style=for-the-badge"/>
<img src="https://img.shields.io/badge/IntelliJ--IDEA->=2020.3-brightgreen?logo=IntelliJ IDEA&style=for-the-badge"/>
<img src="https://img.shields.io/badge/license-Apache--2.0-blue?style=for-the-badge"/>

</p>
Expand All @@ -33,13 +33,12 @@
<h3>LiteFlowX 是一款 IDEA 插件,它能够大幅度提高你在使用<a href="https://gitee.com/dromara/liteFlow"> LiteFlow 框架 </a>进行开发时的工作效率。</h3>

## 🍬 LiteFlowX 特性
- 支持 LiteFlow 2.8.x 新的规则表达式语法(自动提示、语法高亮、语法检测)
- 特定的文件 Svg 图标,容易识别 LiteFlow 元素
- 能够识别Component、Chain
- Java 代码和 Chain 的互相跳转
- Xml 文件与 LiteFlow 元素的互相跳转
- Xml 的自动完成提示,能够提示Component、Chain
- 提供LiteFLow工具箱,整个工程的Component、Chain,并且支持双击跳转
- 全面适配 LiteFlow v2.9.x 的所有特性
- 支持 ELF 规则表达式(自动提示、语法高亮、语法检测)
- 细分化的组件类型图标,让组件一目了然
- 能够识别组件、链路
- 更加智能的自动提示,可细分化后的组件、链路
- 提供LiteFlow工具箱,整个工程的组件、链路,并且支持双击跳转
- 支持对 liteflow.ruleSource 属性的文件跳转
- ...更多特性敬请期待

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = top.xystudio.plugin.idea
pluginName = LiteFlowX
# SemVer format -> https://semver.org
pluginVersion = 1.0.4
pluginVersion = 1.1.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit ad711c9

Please sign in to comment.