echarts-for-react 3.0.3
What's Changed
- Add a section for next.js user on reducing bundle size by @Mr-Milk in https://github.com/hustcc/echarts-for-react/pull/470
- Fixes #460: Initialise echarts with correct width and height by @mobeigi in https://github.com/hustcc/echarts-for-react/pull/464
- :memo: doc: 修改README.md by @scc02 in https://github.com/hustcc/echarts-for-react/pull/485
- fix: TSLint export type by @tisonkun in https://github.com/hustcc/echarts-for-react/pull/498
- feat: whether to trigger
this.resizewhen window resize by @fakership in https://github.com/hustcc/echarts-for-react/pull/490 - docs(types): fix typo by @100gle in https://github.com/hustcc/echarts-for-react/pull/535
- Update types.ts by @poozhu in https://github.com/hustcc/echarts-for-react/pull/562
- feat: Pass through replaceMerge when using setOption. by @Xalier in https://github.com/hustcc/echarts-for-react/pull/520
- docs: update .umirc.js by @hustcc in https://github.com/hustcc/echarts-for-react/pull/569
- docs: update TS and useRef example by @mrdulin in https://github.com/hustcc/echarts-for-react/pull/554
- Updated code transpilation for Next.js 13.1 or higher in readme file by @linkfang in https://github.com/hustcc/echarts-for-react/pull/528
- fix: Replace EChartsOption/EChartsInstance type by @xyz-26 in https://github.com/hustcc/echarts-for-react/pull/586
- fix: update action workflow by @hustcc in https://github.com/hustcc/echarts-for-react/pull/587
- Fix #446, #447 issues. 1) Only refresh the events bound by echart when the event changes. 2) If the style or classname changes, it's more reasonable to refresh the data after performing charts.resize first. by @iitodo in https://github.com/hustcc/echarts-for-react/pull/444
New Contributors
- @Mr-Milk made their first contribution in https://github.com/hustcc/echarts-for-react/pull/470
- @scc02 made their first contribution in https://github.com/hustcc/echarts-for-react/pull/485
- @tisonkun made their first contribution in https://github.com/hustcc/echarts-for-react/pull/498
- @fakership made their first contribution in https://github.com/hustcc/echarts-for-react/pull/490
- @100gle made their first contribution in https://github.com/hustcc/echarts-for-react/pull/535
- @poozhu made their first contribution in https://github.com/hustcc/echarts-for-react/pull/562
- @Xalier made their first contribution in https://github.com/hustcc/echarts-for-react/pull/520
- @mrdulin made their first contribution in https://github.com/hustcc/echarts-for-react/pull/554
- @linkfang made their first contribution in https://github.com/hustcc/echarts-for-react/pull/528
- @xyz-26 made their first contribution in https://github.com/hustcc/echarts-for-react/pull/586
- @iitodo made their first contribution in https://github.com/hustcc/echarts-for-react/pull/444
Full Changelog: https://github.com/hustcc/echarts-for-react/compare/v3.0.2...v3.0.3