All Versions
186
Latest Version
Avg Release Cycle
11 days
Latest Release
668 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v6.4.5 Changes
December 18, 2020- ๐ Fixed issue with
postinstall
script
- ๐ Fixed issue with
-
v6.4.4 Changes
December 18, 2020- ๐ Fixed issue with
postinstall
script - Now
.css
files are also available for all components - Svelte
- Fixed issue with wrong location of
.svelte
files in package
- Fixed issue with wrong location of
- Angular
- Types fixes
- Added
[config]
support to pass all Swiper params as single object (https://github.com/nolimits4web/swiper/commit/f7d21c5f49860fdca62a31ccb62b01a790fd0df3) - Added
(index)
active slide binding (https://github.com/nolimits4web/swiper/commit/86670bd7c1b95268919147662383804e664011a7)
- ๐ Minor fixes
- ๐ Fixed issue with
-
v6.4.1 Changes
December 09, 2020- ๐ Fixed types errors introduced in
6.4.0
- ๐ Fixed types errors introduced in
-
v6.4.0 Changes
December 08, 2020- All new Swiper Angular components (kudos to @vltansky) ๐
- React
- Now Swiper won't cleanup styles on destroy
- Svelte
- Now svelte package contains source
.svelte
components - Now Swiper won't cleanup styles on destroy
- Now svelte package contains source
- Vue
- Now Swiper won't cleanup styles on destroy
- Lazy
- Now it has options to check is Swiper also is in view before loading the images (thanks to @ygj6)
- ๐ Build
- Fixed sourcemap missing original sources
- ๐ Lots of minor fixes
-
v6.3.5 Changes
October 30, 2020- ๐ Build
- Fixed builds on Windows
- Core
- Fixed no swiping class in shadow component (#3868)
- Typecheck for
slideTo
'sindex
parameter
- ๐ Build
-
v6.3.4 Changes
October 20, 2020- Vue
- Fixed issue with
Maximum recursive updates
- Fixed issue with
- Vue
-
v6.3.3 Changes
October 09, 2020- Core
- Fixed issue with wrong slides calculation when slides have inner scrollbars
- Autoplay
- Now it will continue autoplay if it reaches the end and new slides will be added later
- React
- Fixed issue when slide render function data was set only after interaction
- ๐ Minor fixes
- Core
-
v6.3.2 Changes
September 28, 2020- Svelte
- Fixed issue with throwing error when using breakpoints
- Svelte
-
v6.3.1 Changes
September 25, 2020Core
- A11y
- Init module after all other modules initialized
-
v6.3.0 Changes
September 25, 2020Core
- A11y
- Added new parameters
containerMessage
,containerRoleDescriptionMessage
anditemRoleDescriptionMessage
(#3834 thanks to @jenemde)
React
- Now
SwiperSlide
component requires uniquevirtualIndex
to be set so Swiper can know which slide is rendered exactly
- Now
Vue
- Fixed issue when
SwiperSlide
was not rendered if used withv-for
- Now
SwiperSlide
component requires uniquevirtualIndex
to be set so Swiper can know which slide is rendered exactly
- Fixed issue when
All new Swiper Svelte components:
<Swiper spaceBetween="{50}" slidesPerView="{3}"> <SwiperSlide>Slide 1</SwiperSlide> <SwiperSlide>Slide 2</SwiperSlide> ... </Swiper> <script> import { Swiper, SwiperSlide } from 'swiper/svelte'; </script>