smallstonesk
|
712e5252f6
|
feat: add logic plugin templates
|
4 years ago |
smallstonesk
|
4bea26f9f4
|
feat: change imove plugin's type
|
4 years ago |
smallstonesk
|
f558c21787
|
feat: add imove plugin store
|
4 years ago |
smallstonesk
|
c833a71179
|
feat: supports plugin ability
|
4 years ago |
狼叔
|
61aec1ab63
|
Merge pull request #9 from i5ting/dependabot/npm_and_yarn/node-fetch-2.6.1
build(deps): bump node-fetch from 2.6.0 to 2.6.1
|
4 years ago |
smallstonesk
|
75c38bea01
|
feat: supports changing edge's target node
|
4 years ago |
dependabot[bot]
|
0282a229f6
|
build(deps): bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
smallstonesk
|
654a0addef
|
fix: edges can only be connected to ports
|
4 years ago |
smallstonesk
|
81a97dafb2
|
fix: port label not shown when mouse leaves
|
4 years ago |
狼叔
|
371288829d
|
document, please ignore
|
4 years ago |
狼叔
|
0bea98d997
|
document, please ignore
|
4 years ago |
狼叔
|
59d380ad4e
|
docs: add readme.md
|
4 years ago |
smallstonesk
|
fea66a4da8
|
feat: show ports when entering node and hide ports when leaving
|
4 years ago |
smallstonesk
|
796a0dfa45
|
feat: add label to edge when imove-branch node is connected and remove label from edge when the edge is deleted
|
4 years ago |
smallstonesk
|
935e47029d
|
chore: remove useless dependencies
|
4 years ago |
smallstonesk
|
8061276dda
|
feat: rm package-lock.json and useless dependencies
|
4 years ago |
smallstonesk
|
c48ef215d7
|
feat: refactor tool bar widgets' code
|
4 years ago |
smallstonesk
|
33ffaef283
|
feat: add line style option into toolbar
|
4 years ago |
smallstonesk
|
845c11bccf
|
fix: mini map render ports of node
|
4 years ago |
smallstonesk
|
5edd203bd0
|
feat: support excuting node's code concurrently
|
4 years ago |
smallstonesk
|
4212901572
|
fix: create a new ctx when new logic is triggered
|
4 years ago |
smallstonesk
|
e1b1be402e
|
fix: local sync crashed when connecting failed
|
4 years ago |
smallstonesk
|
7a25906e27
|
fix: miniMap simple node render
|
4 years ago |
smallstonesk
|
0ef34c1c22
|
refactor: use layout to avoid flowChart being undefined
|
4 years ago |
smallstonesk
|
2952811505
|
fix: local schema recovers failed
|
4 years ago |
smallstonesk
|
b487509a24
|
feat: optimize minimap's config
|
4 years ago |
smallstonesk
|
e30bb8054a
|
feat: integrate data accessing ability into logic
|
4 years ago |
smallstonesk
|
c9e6738ced
|
fix: remove codeFns every time when compiling
|
4 years ago |
smallstonesk
|
4d541a85a3
|
feat: local debug
|
4 years ago |
smallstonesk
|
a802aab0de
|
fix: cannot read config
|
4 years ago |
smallstonesk
|
6bbf60b8cc
|
feat: add init command and refactor code
|
4 years ago |
smallstonesk
|
d1883a35a2
|
feat: extract dependencies from nodes and merge them into package.json in the project
|
4 years ago |
smallstonesk
|
561461300e
|
feat: optimize editor initial config
|
4 years ago |
smallstonesk
|
2404aaf50a
|
chore: fix simplify spelling mistake
|
4 years ago |
smallstonesk
|
7ab44dea4c
|
feat: optimize toolbar's style
|
4 years ago |
smallstonesk
|
d662f800c6
|
feat: add @imove/cli
|
4 years ago |
smallstonesk
|
797674f7fa
|
feat: x6 upgrade and refactor code
|
4 years ago |
smallstonesk
|
d2dbd5bdc2
|
feat: umi upgrade
|
4 years ago |
suanmei
|
3817afe111
|
v0.3.3
|
5 years ago |
suanmei
|
05c771b349
|
feat: 添加 example
|
5 years ago |
suanmei
|
b4e3d4c4c1
|
v0.3.2
|
5 years ago |
suanmei
|
7d0467eabe
|
fix: 修复 lerna publish 无法完整发布 dist 问题
|
5 years ago |
suanmei
|
6b7e02f4b3
|
v0.3.0
|
5 years ago |
suanmei
|
e9aff5cec2
|
fix: 解决 field 更改后无法连贯更改属性的问题
|
5 years ago |
suanmei
|
adcbc04d35
|
feat: reducer 引入 immer 管理
|
5 years ago |
suanmei
|
9185b75080
|
v0.2.3
|
5 years ago |
suanmei
|
150dd8ba38
|
feat: json-schema-editor 常用 field 类型
array 类型还未实现
|
5 years ago |
suanmei
|
05c785a4b7
|
feat: react-track 替代useContext & useReducer
一个是通过memo优化性能比较麻烦,第二是memo比较object做不到deep diff
|
5 years ago |
suanmei
|
06bd1470be
|
feat: useContext + useReducer 实现状态管理
|
5 years ago |
suanmei
|
3fc9277c83
|
feat: json-schema-editor 头部
|
5 years ago |