This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 955762035 Merge pull request #20037 from apache/master
add ca9ed741e chore: release 5.6.0
add 486f24f6d change version from 5.6.0 to 5.5.1
add 4c015dd9f chore(deps-dev): bump ws from 7.5.7 to 7.5.10
add 9d2bab0ea Merge pull request #20044 from
apache/dependabot/npm_and_yarn/ws-7.5.10
add ad947d661 fix(tooltip): fix tooltip XSS issue when legend name is HTML
string
add c1727a65f refactor(tooltip): add `encodeHTMLContent` option to specify
whether the content should be encoded by default
add 62210761d test(tooltip): update test case for tooltip xss
add efa3e5a8e Merge pull request #20045 from apache/fix/tooltip-xss
add 34889d934 build release
new 2caf68489 Merge pull request #20039 from apache/release-dev
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dist/echarts.common.js | 114 ++++++++++++++++++++-----
dist/echarts.common.js.map | 2 +-
dist/echarts.common.min.js | 4 +-
dist/echarts.esm.js | 157 ++++++++++++++++++++++++++++++-----
dist/echarts.esm.js.map | 2 +-
dist/echarts.esm.min.js | 4 +-
dist/echarts.esm.min.mjs | 4 +-
dist/echarts.esm.mjs | 157 ++++++++++++++++++++++++++++++-----
dist/echarts.esm.mjs.map | 2 +-
dist/echarts.js | 157 ++++++++++++++++++++++++++++++-----
dist/echarts.js.map | 2 +-
dist/echarts.min.js | 4 +-
dist/echarts.simple.js | 90 ++++++++++++++++----
dist/echarts.simple.js.map | 2 +-
dist/echarts.simple.min.js | 4 +-
package-lock.json | 30 +++----
package.json | 4 +-
src/component/tooltip/TooltipView.ts | 14 +++-
src/core/echarts.ts | 4 +-
src/util/graphic.ts | 2 +-
src/util/types.ts | 6 ++
test/runTest/actions/__meta__.json | 2 +-
test/runTest/actions/tooltip.json | 2 +-
test/tooltip.html | 76 ++++++++++++-----
24 files changed, 684 insertions(+), 161 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]