3.7.2
v3.7.2
2017-11-10
- [^] Fixed backward compatibility problems brounght by
3.8.0
: In3.8.0
, the content inlib
directory is the same as the content insrc
directory (both are ES Module), which may not compatible with the old verisons of node and webpack. So rollback to commonJS format inlib
of3.8.2
. - [^] Fixed the problem that SVG renderer throws error when encounter null value.