Skip to content

Latest commit

 

History

History
114 lines (67 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

114 lines (67 loc) · 3.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[3.0.1] - 2023-07-09

Changed

  • README update

[3.0.0] - 2023-07-09

Fixed

  • PR#59: hide items at the end of swiper if it's not looping
  • PR#69: Fix STACK and TINDER auto wheel casting direction issues
  • Issue#34: SwiperLayout.CUSTOM layout is not working as expected
  • Issue#52: loop is not working
  • Issue#62: Can I remove fake cards?

[2.0.4] - 2022-06-05

Fixed

  • PR#46: dart fix --apply to support Flutter SDK 3.0
  • Issue#47: cant work flutter 3.0
  • Issue#48: Not supported for Flutter 3.0
  • Issue#49: 建议升级一下3.0
  • Issue#50: not supporting v3 flutter

[2.0.3] - 2022-03-13

Added

  • PR#29: Add allowImplicitScrolling property

Fixed

  • PR#28: make page indicators respect the initial page index

[2.0.2] - 2022-03-13

Fixed

  • Issue#12: Use default pagination only if value is not provided
  • Issue#15: Put item count check before building animation
  • Issue#24: Put mounted check on post-frame callbacks
  • Issue#30: Fix order for right direction of stack layout
  • Issue#31: Update README for custom layout options
  • Issue#32: Update README to mention how to not get default controls and pagination

[2.0.1] - 2022-01-11

Added

  • Issue#3: Support AxisDirection left and right for Stack layout

Fixed

  • Fix pan event index update for custom layout

[2.0.0] - 2022-01-09

Changed

  • PR#17: Migrate from pedantic to flutter_lints_plus and fix problems related to lint

[1.0.4] - 2021-08-06

Fixed

  • Initial index should set from controller is provided in parameter
  • Update readme

[1.0.3] - 2021-08-06

Fixed

  • Initial index should set from controller is provided in parameter

[1.0.2] - 2017-06-20

Fixed

  • README text and references
  • Library name
  • Example reference
  • Format according to dartfmt

[1.0.1] - 2017-06-20

Fixed

  • Format according to dartfmt

[1.0.0] - 2017-06-20

  • First release after fork