v4.0.0 - Released on Jun 22th, 2020
- Upgrade to support
Swiper
newest version - Remove
getSwiper
props - Allow to access
Swiper instance
fromref
- Upgrade npm packages
v3.0.0 - Released on Feb 29th, 2020
- Upgrade to support
Swiper
version 5.3.0 - Replace
createRef
withuseRef
forswiper
node ref - Upgrade npm packages
v2.4.0 - Released on Nov 7th, 2019
- Upgrade to support
Swiper
version 5.x - Drop support for
Swiper
's stylesheet - Upgrade npm packages
v2.3.2 - Released on July 24th, 2019
- Upgrade npm packages
- Replace
tslint
witheslint
v2.3.1 - Released on June 27th, 2019
- Fix bug 276 for rebuildOnUpdate and shouldSwiperUpdate not working properly.
v2.3.0 - Released on June 27th, 2019
- Use Swiper full build version as default instead of
react-id-swiper/lib/react-id-swiper.full
- Provide custom build version which allows to use
Swiper
class as props instead of importing directly fromswiper/dist/js/swiper.esm
- Stylesheet files are now can be loaded from
react-id-swiper/lib/styles
v2.1.2 - Released on April 16th, 2019
- Fix rendering issue for styled-component element
v2.1.1 - Released on Mar 26th, 2019
- Add full version back to lib folder
v2.1.0 - Released on Mar 15th, 2019
- 💣 Great news - Add new props
modules
that allows to import only necessary swiper modules. - Fix
activeSlideKey
does not work correctly whenloop: true
v2.0.0 - Released on Mar 14th, 2019
- Add tests
- Update README
v2.0.0-beta - Released on Mar 13th, 2019
- Rewrite completely new package with Typescript + React Hooks Apis
- Use
swiper
as peer-dependencies - Add new prop
getSwiper
function that returnsSwiper
instance. - Drop custom build for lightweight version
- Drop
swiper
from standalone umd build - Add [email protected] stylesheet files
v1.6.9 - Released on Feb 24th, 2019
- Upgrade [email protected]
- Update babel 7
- PR-227 by jpetitcolas
v1.6.8 - Released on Sep 20th, 2018
- Upgrade [email protected]
- Put
src/styles
folder back which only supportcss
,scss
- Update README
v1.6.7 - Released on Sep 2nd, 2018
- Upgrade [email protected]
- Fix typo for README
- Remove
src/styles
folder - Update test
v1.6.6 - Released on June 17th, 2018
- Upgrade [email protected] for custom build
- Remove support for parallax in lightweight version
- Update test
v1.6.5 - Released on June 14th, 2018
- Upgrade [email protected]
v1.6.4 - Released on May 18th, 2018
- Provide lightweight version which drops those features below
- Virtual
- Keyboard
- Mouse wheel
- Zoom
- Lazy load image
- A11y
- History
- Hash-navigation
- Effect-cube
- Effect-flip
- Effect-coverflow
v1.6.3 - Released on May 3rd, 2018
- Upgrade [email protected]
- Deprecate these props:
- renderCustomPrevButton
- renderCustomNextButton
- renderCustomScrollbar
- renderCustomPagination
- renderCustomParallax
- prevButtonCustomizedClass,
- nextButtonCustomizedClass,
- paginationCustomizedClass,
- scrollbarCustomizedClass
- Add new render props:
- renderPrevButton
- renderNextButton
- renderScrollbar
- renderPagination
- renderParallax
- Clean code
- Update unit test
v1.6.2 - Released on April 1st, 2018
- Upgrade [email protected]
- Update unit test
v1.6.1 - Released on February 17th, 2018
- Upgrade [email protected]
- Add unit test
v1.5.8 - Released on January 24th, 2018
- Upgrade [email protected]
- Fix bug for UMD build
v1.5.7 - Released on December 20th, 2017
- Add umd version
- Add new params
- ContainerEl
- WrapperEl
- renderCustomPrevButton
- renderCustomNextButton
- renderCustomScrolbar
- renderCustomPagination
- renderCustomParallax
v1.5.6 - Released on December 1st, 2017
- Upgrade [email protected]
- Add jest. Expose rebuildSwiper instance method PR 108 by timkindberg
v1.5.5 - Released on November 15, 2017
- Upgrade [email protected]
- Add support for parallax