Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 39df3bd

Browse files
author
Łukasz Florczak
committed
Merge branch 'master' of github.com:lukaszflorczak/vue-agile
2 parents e5d3ddc + f8c533c commit 39df3bd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,23 @@ More demos and examples coming soon in [vue-agile CodePens collection](https://c
99

1010
---
1111

12-
🎉 **After about a year from the last version, I'm happy and excited to inform, that new `v1.0` version is available now!** Some features I planed in version `0.4` were for me impossible to realise and I got stuck in it completely. Version [`2.6 of Vue.js`](https://github.com/vuejs/vue/releases/tag/v2.6.0) opened new slots opportunities and I've returned to developing the plugin now. I've learned a lot for that time so I also decided to refactor all code – it should be now cleaner and better optimised.
12+
🎉 **After about a year from the last version, I'm happy and excited to inform, that new `v1.0` version is available now!** More information and a changelog you can find [here](https://github.com/lukaszflorczak/vue-agile/releases/tag/v1.0.0).
1313

1414
---
1515

16+
If you like the component remember to **star it** ⭐️. If you appreciate my work you can also **[buy me a coffee](https://ko-fi.com/lukaszflorczak)** ☕️ 😉
17+
18+
---
19+
1620
## Important – update from version < `1.0`
1721

18-
**Depreciated => new props:**
22+
**Depreciated props => new props/option:**
1923
* `arrows` => `navButtons`
2024
* `prevArrow` => `prevButton` slot
2125
* `nextArrow` => `nextButton` slot
2226
* `show` => `reload()` method
2327

24-
**Depreciated => new classes:**
28+
**Depreciated classes => new classes:**
2529
* `.agile__arrow` => `.agile__nav-button`
2630
* `.agile__arrow--prev` => `.agile__nav-button--prev`
2731
* `.agile__arrow--next` => `.agile__nav-button--next`
@@ -30,8 +34,6 @@ More demos and examples coming soon in [vue-agile CodePens collection](https://c
3034
**Structure:**
3135
* Nav buttons and dots are grouped in `.agile__actions` container now
3236

33-
Read a full changelog here.
34-
3537
## Installation
3638

3739
```bash

0 commit comments

Comments
 (0)