joe223 / tiny-swiper

Ingenious JavaScript Carousel powered by wonderful plugins. Lightweight yet extensible. Import plugins as needed, No more, no less.
https://tiny-swiper.js.org
1.29k stars 58 forks source link

Navigation plugin not in index.full.js #50

Closed eddneal closed 3 years ago

eddneal commented 3 years ago

Hi I noticed that this is missing, is it intentional?

Great swiper btw, thanks a lot.

joe223 commented 3 years ago

Thanks for the feedback @eddneal

index.full.js maybe deprecated. There are some potential conflicts if loading multiple plugins. For example, there will occur error if two plugins each of them provides different slide effect. So full.js may not be really full-featured.

Would you like to make a PR to add navigation to index.full.js? 😁

joe223 commented 3 years ago

Fixed 3d77ec7c10f0b5681fc9c2637d7d9afb79e820d3

eddneal commented 3 years ago

Thank you! This is greatly appreciated.