6.1.0
fix(types): use alias for types that are deprecated by typo
fix: revert irrelevant changes
fix(visualMap): fix some text style can't work on visualMap
style: use zrUtil.find rather than array.find
feat(matrix & calendar): (1). Support matrix col/row size option. (2). Support corner content options in matrix. (3) Support body content options. (4). Support matrix `mergeCells`. (5). Fix and refactor the matrix style options, conserning their inheritance and z-order and flexibility. (6). Support declaratively layout other components (including grid/polar/geo/graph coord sys, and dataZoom/visualMap/legend/... components) based on `matrix`/`calendar`. And and enhance the echarts API `convertToLayout`/`convertToPixel`, custom series API `api.coord`/`api.coord` to support this feature comprehansively. Considering the previous "pie layout on coord sys", introduce the `boxCooridnateSystem` and `createBoxLayoutReference` to all of the components and echarts for the overall coord sys infrastructure. (7). Add some test cases to matrix and calendar.
refact: put all core modules in the core dir. only do export in lib/echarts
fix: not install directly to avoid installed twice.
feat: fixing typo of "Continous"
refact: make components installable
fix: code review
feat(visualMap): add seriesTargets to mapping different series -> dimension
refact: fix bugs caused by the refactor. export types