5.6.0
fix(nightly-build): update echarts & zrender version to real nightly version
chore: add NPM install link to vote-release template.
[fix] tweak ssr ts type, impl, exports and eslint
fix: tweak chalk for error thrown in the recently version.
chore: only depends on echarts/lib/echarts on theme and i18n
fix: (1) Mistake in package.json "exports"."require" (2) Add entry for dist/** for file extension not specified usage (3) add dist/echarts.esm.mjs for case that not able to recognize as esm after dist/package.json with `{"type": "commonjs"}` added.
chore: optimize esbuild output
feat: change to default ESM package. For developer testing and node usage in customization module scenario.
fix: (1) fix that some old version bundler (like rollup) do not recognize wildcard that not at the end of the patter string (e.g. "exports: {"./*.js": "xxx"}"). (2) Add readme to package.json.
fix: add license and fix addHeader script.
chore: update deps & install and test typescript versions >=3.5
chore(release): transform __DEV__ after all bundled.