This repository was archived by the owner on Feb 24, 2023. It is now read-only.
Releases: lukaszflorczak/vue-agile
Releases · lukaszflorczak/vue-agile
v1.0.5
v1.0.4
Fix initial slides width
v1.0.3
Fix for slides size in fade mode
v1.0.2
Fix npm .js bundle
v1.0.1
Fix for global component importing
v1.0.0
🎉 After more than a year from the last version, I'm happy and excited to inform, that the 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 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.
Changelog
- Code refactoring & optimization – the component was rewritten from scratch
- Responsive/breakpoints optimizations
- Infinite mode optimizations
- A new
asNavFor
option - A new
slidesToShow
param with relatedcenterMode
option - RTL support (based on #60)
- Removed clone node actions – Vue slots instead
- Slots support for navigations buttons
- Events:
beforeChange
,afterChange
,breakpoint
- Methods:
goTo()
,goToNext()
,goToPrev()
,getCurrentSlide()
,getCurrentBreakpoint()
,getCurrentSettings()
,getInitialSettings()
,reload()
- Some useful changes in component structure and CSS classes
- Fix a remaining time for a pause-on-hover option (#72)
- A lot of other small fixes and improvements
If you like the component remember to star it ⭐️. If you appreciate my work you can also buy me a coffee ☕️😉
v0.4.0-alpha.1
v0.3.0
New options/attributes:
options
– all settings in one objectresponsive
– object containing breakpoints and settings objectsmobileFirst
– mobile first calculation for responsive settingsunagile
– disable Agile carousel
Changes:
.agile__dots
and.agile__arrow
are in the main.agile
container now- all styles that are responsible for the appearance of navigation elements (like dots color and shape, arrows position, etc.) are removed
v0.3.0-alpha.2
v0.3.0-alpha.1
New options/attributes:
options
– all settings in one objectresponsive
– object containing breakpoints and settings objectsmobileFirst
– mobile first calculation for responsive settings