Skip to content

Latest commit

 

History

History
143 lines (117 loc) · 5.88 KB

CHANGELOG.md

File metadata and controls

143 lines (117 loc) · 5.88 KB

Change Log for React-id-swiper

v4.0.0 - Released on Jun 22th, 2020

  • Upgrade to support Swiper newest version
  • Remove getSwiper props
  • Allow to access Swiper instance from ref
  • Upgrade npm packages

v3.0.0 - Released on Feb 29th, 2020

  • Upgrade to support Swiper version 5.3.0
  • Replace createRef with useRef for swiper 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 with eslint

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 from swiper/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 when loop: 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 returns Swiper 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

v1.6.8 - Released on Sep 20th, 2018

  • Upgrade [email protected]
  • Put src/styles folder back which only support css, scss
  • Update README

v1.6.7 - Released on Sep 2nd, 2018

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

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

v1.6.1 - Released on February 17th, 2018

v1.5.8 - Released on January 24th, 2018

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

v1.5.5 - Released on November 15, 2017