Skip to content

3.7.2

Compare
Choose a tag to compare
@100pah 100pah released this 10 Nov 05:45
· 1564 commits to master since this release

v3.7.2

2017-11-10
  • [^] Fixed backward compatibility problems brounght by 3.8.0: In 3.8.0, the content in lib directory is the same as the content in src directory (both are ES Module), which may not compatible with the old verisons of node and webpack. So rollback to commonJS format in lib of 3.8.2.
  • [^] Fixed the problem that SVG renderer throws error when encounter null value.