mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 10:48:24 +08:00
fix: remove online node_modules
This commit is contained in:
parent
ee7326de9d
commit
1a858f8cd1
@ -15,7 +15,7 @@ addons:
|
||||
install:
|
||||
- export DISPLAY=':99.0'
|
||||
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
||||
- npm install
|
||||
- rm -rf node_modules
|
||||
|
||||
script:
|
||||
- npm run ci && cat ./coverage/lcov.info | rm -rf ./coverage
|
||||
|
@ -1,7 +1,9 @@
|
||||
# ChangeLog
|
||||
|
||||
#### 3.5
|
||||
- feat: fisheye lens plugin.
|
||||
#### 3.6.0
|
||||
- feat: fisheye lens plugin;
|
||||
- feat: TimeBar & ToolBar plugin;
|
||||
- feat: lasso-select behavior.
|
||||
|
||||
#### 3.5.12
|
||||
- fix: node:click is triggered twice while clicking a node;
|
||||
|
Loading…
Reference in New Issue
Block a user