Skip to content

Latest commit

 

History

History
87 lines (86 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

87 lines (86 loc) · 3.37 KB

[3.1.3] Fix action width when screen rotating. 适配横竖屏切换

[3.1.2]

  • [Breaking change] Change normalAnimationDuration to openAnimationDuration and closeAnimationDuration.
  • [New] You can control animation curve by passing openAnimationCurve or closeAnimationCurve to cell.

[3.1.1] - Fix #59

[3.1.0] - Adjust flutter 3.7

[3.0.7] - Fix backgroundColor.

[3.0.6] - Fix lints.

[3.0.5] - Fix lints.

[3.0.4] - Add gesture settings for gestures.

[3.0.3] - Remove bad code

[3.0.2] - Fix issue : size not correct when change widget size and action button showing

[3.0.1] - Add SwipeActionNavigatorObserver to close opening cell when navigator changes routes

[3.0.0] - Support flutter 3

[2.2.3] - Fix performance issue #44 (Avoid unnecessary rebuild all cells when scrolling).

[2.2.2] - Ignore the null-aware operator for flutter 3

[2.2.1] - Fix performance issue #44 (Avoid unnecessary rebuild all cells when scrolling).

[2.2.0] - Bug fix

[2.1.8] - Bug fix

[2.1.7] - [Breaking change] Change SwipeActionController isEditing from bool to ValueNotifier

[2.1.6] - Fix edit mode controller event identifier and add customized selectedForegroundColor

[2.1.5] - Fix #40 issue

[2.1.4] - Repair: open other controllers with the same index under multiple controllers

[2.1.3] - Breaking change! Make performsFirstActionWithFullSwipe can control leading or trailing actions separately

[2.1.3-beta] - Make performsFirstActionWithFullSwipe can control leading or trailing actions separately

[2.1.2] - Simply format code

[2.1.1] - Ignore drag gestures if no actions provided

[2.1.0] - simple update

[2.0.8] - let controller can open cell programmatically

[2.0.7] - modify doc,reduce package size

[2.0.6] - fix bug

[2.0.5] - fix bug about using handler and make some animation's duration customizable.

[2.0.4] - fix bug when delete cell using controller,and add tap close area widget

[2.0.3] - cancel action的paddingToBoundary,content center automatically

[2.0.2] - bugfix

[2.0.1] - customize fullDrag

[2.0.0] - bugfix

[1.3.4] - bugfix

[1.3.3] - bugfix

[1.3.2] - bugfix

[1.3.1] - bugfix

[1.3.0] - bugfix

[1.2.7] - bugfix

[1.2.6] - actions nullable

[1.2.5] - bugfix

[1.2.4] - customizable editModeOffset

[1.2.3] - cell can customize bg color

[1.2.2] - add select cell call back

[1.2.1] - modify foc

[1.2.0] - modify doc

[1.1.2] - modify doc

[1.1.1] - bugfix

[1.1.0] - bugfix

[1.0.9] - cancel overflow

[1.0.8] - bugfix

[1.0.7] - controller can selectAll can unselectAll

[1.0.6+1] - bugfix

[1.0.6] - bugfix

[1.0.5+9] - bugfix

[1.0.5+8] - bugfix

[1.0.5+7] - bugfix

[1.0.5+6] - bugfix

[1.0.5+5] - bugfix

[1.0.5+4] - bugfix

[1.0.5+4] - bugfix

[1.0.5+2] - customizable content

[1.0.5+1] - controller can close cell

[1.0.5] - bugfix

[1.0.4+7] - doc fixed

[1.0.4+6] - doc fixed

[1.0.4+5] - Add edit mode

[1.0.4+5] - doc fixed

[1.0.4+3] - doc fixed

[1.0.4+2] - refactor code

[1.0.4+1] - bug fixed

[1.0.4] - add nestedAction and better performance

[1.0.3+3] - doc fixed

[1.0.3+2] - doc fixed

[1.0.3+1] - bug fixed

[1.0.3] - better performance and bug fix

[1.0.2] - better performance

[1.0.1+4] - modify readme

[1.0.1+3] - add example

[1.0.1+1] - fix

[1.0.1] - add customizable action width

[1.0.0] - first release