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

Releases: lukaszflorczak/vue-agile

v1.0.5

01 May 10:49
Compare
Choose a tag to compare

Fix problem with SASS compilation (#82)

v1.0.4

22 Apr 16:07
Compare
Choose a tag to compare

Fix initial slides width

v1.0.3

22 Apr 05:29
Compare
Choose a tag to compare

Fix for slides size in fade mode

v1.0.2

21 Apr 20:35
Compare
Choose a tag to compare

Fix npm .js bundle

v1.0.1

21 Apr 20:18
Compare
Choose a tag to compare

Fix for global component importing

v1.0.0

20 Apr 21:12
566e7e2
Compare
Choose a tag to compare

🎉 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 related centerMode 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

30 Oct 23:53
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

v0.3.0

27 Oct 19:28
Compare
Choose a tag to compare

New options/attributes:

  • options – all settings in one object
  • responsive – object containing breakpoints and settings objects
  • mobileFirst – mobile first calculation for responsive settings
  • unagile – 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

03 Sep 21:12
Compare
Choose a tag to compare
v0.3.0-alpha.2 Pre-release
Pre-release

v0.3.0-alpha.1

03 Sep 20:44
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

New options/attributes:

  • options – all settings in one object
  • responsive – object containing breakpoints and settings objects
  • mobileFirst – mobile first calculation for responsive settings