20d48def953cc3f6299b9e60b38b2c4a3ee8bc3dd1fa37c18880d486a94f927269d6501e34dc597b9c47322efc671152447003fdfdea242ce1de26e85386bd 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. # 0.4.3-alpha (2019-08-29)
  2. ### Perfect
  3. - **babel:** Upgrade babel compilation mode.
  4. # 0.4.2-alpha (2019-08-29)
  5. ### Perfect
  6. - **babel:** Upgrade babel compilation mode.
  7. # 0.4.1-alpha (2019-08-29)
  8. ### Perfect
  9. - **babel:** Upgrade babel compilation mode.
  10. # 0.4.0-alpha (2019-06-27)
  11. ### Perfect
  12. - **text:** Support for multiple lines of `text`.
  13. # 0.3.7-alpha (2019-06-13)
  14. ### Bug Fixes
  15. - **CRender:** Rendering level sorting exception (Attribute of index).
  16. # 0.3.6-alpha (2019-06-12)
  17. ### Bug Fixes
  18. - **Event:** `Click` callback is not responding.
  19. # 0.3.5-alpha (2019-06-10)
  20. ### Bug Fixes
  21. - **ES5:** Exception due to missing regenerator runtime module.
  22. # 0.3.4-alpha (2019-06-06)
  23. ### Perfect
  24. - **ES5:** Use babel to transcode to `ES5`.
  25. # 0.3.3-alpha (2019-06-06)
  26. ### Bug Fixes
  27. - **Style:** `opacity` is invalid for `gradientColor`.
  28. # 0.3.2-alpha (2019-06-03)
  29. ### Bug Fixes
  30. - **CRender:** An exception caused by missing import `deepClone`.
  31. # 0.3.1-alpha (2019-06-02)
  32. ### Bug Fixes
  33. - **Graph:** An exception caused by a negative radius (`circle`,`ellipse`,`arc`,`ring`,`sector`).
  34. # 0.3.0-alpha (2019-06-01)
  35. ### Bug Fixes
  36. - **Graph:** Fixed an exception for Graph.prototype.`attr`.
  37. ### CRender
  38. - **prototype:** Add the CRender.prototype.`clone` to clone the Graph instance.
  39. ### Style
  40. - **gradient:** Support `linear` and `radial` gradient.
  41. - **prototype:** Add the Style.prototype.`getStyle` to get style configuration.
  42. # 0.2.11-alpha (2019-05-29)
  43. ### Perfect
  44. - **dependencies:** Change dependent plugin version.
  45. # 0.2.10-alpha (2019-05-26)
  46. ### Perfect
  47. - **core:** `animationDelay` Optimize animationDelay.
  48. # 0.2.9-alpha (2019-05-24)
  49. ### Bug Fixes
  50. - **graphs:** `extendNewGraph` Exception.
  51. # 0.2.8-alpha (2019-05-21)
  52. ### Perfect
  53. - **graph:** `draw` Remove unnecessary closepath (`polyline`,`smoothline`,`bezierCurve`).
  54. # 0.2.7-alpha (2019-05-20)
  55. ### Bug Fixes
  56. - **prototype:** `delGraph` Delete exception.
  57. # 0.2.6-alpha (2019-05-14)
  58. ### Perfect
  59. - **graph:** `polyline` Eliminate polyline blur due to 1px line width.
  60. # 0.2.5-alpha (2019-05-12)
  61. ### Bug Fixes
  62. - **prototype:** `delAllGraph` Incomplete deletion.
  63. # 0.2.4-alpha (2019-05-12)
  64. ### Bug Fixes
  65. - **prototype:** `delAllGraph` exception.
  66. # 0.2.3-alpha (2019-04-29)
  67. ### Perfect
  68. - **graph:** Improve graph basic properties.
  69. - **Documentation:** Perfect documentation.
  70. # 0.2.2-alpha (2019-04-25)
  71. ### Perfect
  72. - **order:** Change the default render order of the graphs.(First Add First Render)
  73. - **style:** Optimize lineDash rendering effects.
  74. # 0.2.1-alpha (2019-04-24)
  75. ### Bug Fixes
  76. - **CRender:** Initializing the canvas without setting its width and height attributes causes the rendering to be abnormal.
  77. # 0.2.0-alpha (2019-04-15)
  78. ### Core
  79. - **style:** Use the [Style](https://github.com/jiaming743/CRender#class-style) class to manage the graph style.
  80. - **graph:** Instantiate graph using the [Graph](https://github.com/jiaming743/CRender#class-graph) class.
  81. - **prototype:** Renamed some prototype methods.
  82. ### Features
  83. - **graphs:** Add new graphs.([bezierCurve](https://github.com/jiaming743/CRender#bezierCurve),[text](https://github.com/jiaming743/CRender#text))
  84. - **enhance:** `smoothline`, `bezierCurve`, `polyline` added the `closed` attribute.
  85. # 0.1.4-alpha (2019-02-17)
  86. ### Bug Fixes
  87. - **graphs:** `shape.length` is less than 3 draw exception.(`polyline`)
  88. - **graphs:** Hover check exception when startAngle is more than endAngle.(`arc`,`sector`)
  89. # 0.1.3-alpha (2019-02-16)
  90. ### Features
  91. - **graphs:** Add new graphs ([polyline](https://github.com/jiaming743/CRender#polyline),[smoothline](https://github.com/jiaming743/CRender#smoothline))
  92. - **prototype:** Add methos to delete graphs (`deleteAllElements`,`deleteElement`)