Skip to content

Commit 79a9e29

Browse files
committed
release: v0.6.0
1 parent a4c92bd commit 79a9e29

File tree

6 files changed

+1731
-430
lines changed

6 files changed

+1731
-430
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,11 @@ yarn add eagle.js
7676
## Usage
7777

7878
Eagle.js is a vue plugin. You need to `use` eagle.js in your vue app's main file.
79-
**New in 0.3.0**: `animate.css` is now a peer dependency. User need install their own version.
79+
<br>**New in 0.3**: `animate.css` is now a peer dependency. User need install their own version.
80+
<br>**New in 0.6** You do not need to explicitly import the default style anymore.
8081

8182
```javascript
8283
import Eagle from 'eagle.js'
83-
// import eagle.js default styles
84-
import 'eagle.js/dist/eagle.css'
8584
// import animate.css for slide transition
8685
import 'animate.css'
8786

0 commit comments

Comments
 (0)