2019-06-26 15:26:42 +08:00
|
|
|
# 2.0.0-alpha (2019-06-26)
|
2019-06-25 19:57:04 +08:00
|
|
|
|
|
|
|
### Perfect
|
|
|
|
|
|
|
|
- **SVG:** Refactoring **borderbox** and **decoration** components with SVG (Volume dropped to 6%).
|
|
|
|
- **charts:** New charting component that supports **animation**.
|
|
|
|
- **compatibility:** Better data compatibility.
|
|
|
|
|
|
|
|
### New
|
|
|
|
|
|
|
|
- **digitalFlop**
|
|
|
|
- **flylineChart**
|
|
|
|
- **borderBox**
|
|
|
|
- **decoration**
|
|
|
|
|
|
|
|
### Components
|
|
|
|
|
|
|
|
- **prefix:** Components add **dv** prefix to prevent conflicts.
|
|
|
|
|
|
|
|
```html
|
|
|
|
<!-- v 1.x.x -->
|
|
|
|
<decoration-1 />
|
|
|
|
|
|
|
|
<!-- v 2.x.x -->
|
|
|
|
<dv-decoration-1 />
|
|
|
|
```
|