Swiper 7 #4228
Replies: 5 comments 9 replies
-
For example, how Basically we need a module that:
|
Beta Was this translation helpful? Give feedback.
-
Is removing features from Core means a Major release? |
Beta Was this translation helpful? Give feedback.
-
Why would lazy be needed when browsers have native lazy-loading capabilities? |
Beta Was this translation helpful? Give feedback.
-
Please make |
Beta Was this translation helpful? Give feedback.
-
Hi, I know this is just for ideas, but when is this version planned or calculated to be available? Thank you. |
Beta Was this translation helpful? Give feedback.
-
We need a smaller version of core swiper, as still current core version may contains a lot of functionality that doesn't required for everyone.
Modules
List if settings/features (wip) to be potentially removed from core and moved to installable modules:
freeMode
- a huge chunk in code inonTouchEnd
handler related tofreeMode
slidesPerColumn
loop
components/core/manipulation
-appendSlide
/prependSlide
and other methods which are totally not needed when used with Angular/React/Vue/Svelte components as manipulation should be done there by means of framework anywayLite Version
In addition with need a "lite" version of Swiper that will have Core + most used modules like:
Refactoring
components
tomodules
Features
loading="lazy"
support to lazy loading modulecreateEl: boolean
param to Navigation, Pagination, Scrollbar modules. And auto create elements ifel
's are not passedcc @vltansky
Beta Was this translation helpful? Give feedback.
All reactions