Releases: VisActor/VChart
Releases · VisActor/VChart
v1.1.0-beta.8
What's Changed
- fix: box-plot direction and axis bug by @da730 in #191
- Chore/update change all by @xile611 in #188
- feat: new config of global unique tooltip by @zamhown in #189
- fix: [Bug] The "label.visible" is not effect in RangeColumn Chart #107 by @pairone in #193
- Feat/brush event by @skie1997 in #201
- feat: tooltip supports multiline config by @zamhown in #199
- Pre release/1.1.0 beta.5 by @zamhown in #202
- chore: add site link in readme doc by @kkxxkk2019 in #207
- build: prelease version 1.1.0-beta.6 by @kkxxkk2019 in #208
- fix: default tooltip handler needs to adapt to the scale property by @zamhown in #209
- fix: change mark default stroke color to the series color by @xiaoluoHe in #184
- Feat/convert data to position by @kkxxkk2019 in #200
- Feat/feature set dimension index default params by @xuefei1313 in #212
- build: prelease version 1.1.0-beta.7 by @kkxxkk2019 in #215
- fix: ensure that dpr is updated in real time and release old charts i… by @xuefei1313 in #214
- ci: update PULL_REQUEST_TEMPLATE, add 'Related PR link' item by @kkxxkk2019 in #217
- fix: correctly update global-scale when updateSpec by @xuefei1313 in #219
- fix(dataZoom): fix bug of datazoom not clear when updateSpec and mark disappear when xField is array by @skie1997 in #210
- Feat/add marker out range and marker performance enhance by @skie1997 in #213
- Fix/type of react vchart by @xile611 in #222
- Feat/mouse event for lark by @kkxxkk2019 in #225
- Feat/convert value to position by @kkxxkk2019 in #221
- feat: support rewind in map data register by @xiaoluoHe in #227
- docs: add links for README by @kkxxkk2019 in #229
- fix: typed chart cannot enable progressive render by @xiaoluoHe in #230
- fix: pickable shoule be false if label component is configured `inter… by @xiaoluoHe in #234
- Fix/231 bug after updatedata did not call global scale update domain by @xuefei1313 in #232
- Feat/upgrade logger by @xuefei1313 in #235
New Contributors
Full Changelog: v1.0.0-beta.4...v1.1.0-beta.8
v1.1.0-beta.7
What's Changed
Features
- feat: new config of global unique tooltip by @zamhown in #189
- Feat/brush event by @skie1997 in #201
- feat: tooltip supports multiline config by @zamhown in #199
- Feat/convert data to position by @kkxxkk2019 in #200
- Feat/feature set dimension index default params by @xuefei1313 in #212
BugFix
- fix: box-plot direction and axis bug by @da730 in #191
- fix: [Bug] The "label.visible" is not effect in RangeColumn Chart #107 by @pairone in #193
- fix: default tooltip handler needs to adapt to the scale property by @zamhown in #209
- fix: change mark default stroke color to the series color by @xiaoluoHe in #184
New Contributors
Full Changelog: v1.0.0-beta.4...v1.1.0-beta.7
v1.1.0-beta.6
What's Changed
Features
- feat: new config of global unique tooltip by @zamhown in #189
- feat: brush event by @skie1997 in #201
- feat: tooltip supports multiline config by @zamhown in #199
BugFix
- fix: box-plot direction and axis bug by @da730 in #191
- fix: The "label.visible" is not effect in RangeColumn Chart #107 by @pairone in #193
New Contributors
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.6
v1.1.0-beta.4
What's Changed
Features
- Feat: band type axis support
domain
property by @kkxxkk2019 in #169 - Feat: support
setDimensionIndex
by @xuefei1313 in #171
BugFix
- Fix: mark
dimension_hover
state causes error when mark visible is false #167 by @zamhown in #168 - Fix: compact the
globalThis
in non-browser env by @kkxxkk2019 in #172 - Fix: the order of legend data is different from original data by @xuefei1313 in #176
Others
- Chore: log respose while request bugserver '/ci/trigger' api by @front-end-captain in #183
New Contributors
- @front-end-captain made their first contribution in #183
Full Changelog: v1.1.0-beta.3...v1.0.0-beta.4
v1.1.0-beta.3
What's Changed
- Fix/109 bug set
seriesid
to empty array it still bind to default series by @xuefei1313 in #135 - Feat: add bandwidth attribute to context that in mark function call by @xuefei1313 in #134
- Fix: fix barWidth not work in bar chart by @xuefei1313 in #139
- Feat/marker pickable by @skie1997 in #140
- Fix/event of react vchart by @xile611 in #148
- Fix/issue 145 by @kkxxkk2019 in #152
- Fix/issue 144: Handle the issue that the
mode
parameter does not exist in the event trigger configuration by @kkxxkk2019 in #150 - Chore/update miniprogram demo by @kkxxkk2019 in #153
- Feat/feature multiple axis grid alignment in combined chart by @xuefei1313 in #158
IAxis
interface update and event query issue fix by @kkxxkk2019 in #159- Fix/word cloud fast clip by @skie1997 in #161
Full Changelog: https://github.com/VisActor/VChart/commits/v1.1.0-beta.3
v1.0.0
🔧 chore
- @visactor/vchart: release major version
- @visactor/react-vchart: release major version
🔖 BugFix
- @visactor/vchart: fix the bug with the 3D pie label link.
- @visactor/vchart: fix the bug of 3d scatter in common chart
- @visactor/vchart: fix the bug of z axis in layout stage
- @visactor/vchart: when set legends's
visible
to false, the legend component should still needs to be instantiated, just not to create vrender components - @visactor/vchart: If the layout model is hidden, ignore the size setting.
- @visactor/vchart: wordCloud text should not set default fontSize
- @visactor/vchart: If the legend's shape has the same value as stroke and fill, skip the stroke.
- @visactor/vchart: Change
renderAsync()
torenderSync()
incompiler.reRenderAsync()
v1.0.0-alpha.0
What's Changed
- chore: add bugserver ci script by @Rui-Sun in #9
- Chore/code sync by @kkxxkk2019 in #10
- chore: bug server add param by @Rui-Sun in #13
- chore: temp lock vrender version to check bugserver by @kkxxkk2019 in #12
- Chore/lock vrender by @kkxxkk2019 in #15
- chore: configuration of auto release by @kkxxkk2019 in #33
- Refactor/remove deparated properties by @kkxxkk2019 in #21
- chore: rename chartspace to vchart by @xiaoluoHe in #36
- Refactor/data zoom theme by @skie1997 in #29
- fix: disable mark morph when animation is disabled by @xiaoluoHe in #30
- Chore/update release workflow by @kkxxkk2019 in #37
- Update issue templates by @kkxxkk2019 in #39
- Chore/update docs by @kkxxkk2019 in #40
- Refactor/marker performance by @skie1997 in #27
- refactor: refactor the default light theme by @kkxxkk2019 in #14
- Fix/daily 0619 by @kkxxkk2019 in #43
- fix: fix the bug of 3d scatter in common chart by @neuqzxy in #51
- Chore/readme by @kkxxkk2019 in #54
- Fix/3d pie label by @neuqzxy in #53
New Contributors
- @Rui-Sun made their first contribution in #9
- @xiaoluoHe made their first contribution in #36
- @skie1997 made their first contribution in #29
Full Changelog: https://github.com/VisActor/VChart/commits/v1.0.0-alpha.0