Skip to content

Latest commit

 

History

History
126 lines (89 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

126 lines (89 loc) · 2.78 KB

[3.1.0] - 20210422

  • Add: ScrollPhysics setting
  • Update: README.md with null-safety and ScrollPhysics info

[3.0.0] - 20210326

  • Update: version for release null-safty support

[2.6.1-beta] - 20210317

  • Update: dart format

[2.6.0-beta] - 20210316

  • Feature: null-safety support

[2.5.2] - 20210310

  • Update: enable Scrollbar thumb color cutomization

[2.5.1] [2.5.1-beta] - 20210303

  • Fix: scrollbar style null issue

[2.5.0] - 20210228

  • Update: disabled Scrollbar thumb color cutomization

[2.4.0-beta.3] - 20210228

  • Separated: RawScrollbar in beta channel

[2.4.0+1] - 20210228

  • Fix: CustomScrollBar class resolve issue

[2.4.0] - 20210228

  • Update: custom scollbar handling
  • Update: remove deprecated class

[2.3.0] - 20210220

  • Update: changed base UI with CustomMultiChildLayout

[2.2.0] - 20210211

  • Add: new tableHeight param

[2.1.1+1] - 20210207

  • Update: dart format

[2.1.1] - 20210207

  • Fix: removed deprecated method in smartrefresh

[2.1.0+1] - 20210123

  • Update: README.md

[2.1.0] - 20210123

  • Update: README.md for scroll controller and issue templates
  • Add: exposed scroll controller
  • Add: getter for refresh controller
  • Remove: deprecated method
  • Update: upgraded dependence

[2.0.1] - 20210116

  • Fix: null check for htdRefreshController in dispose
  • Update: upgraded dependence

[2.0.0] - 20201231

  • Feature: pull refresh

[1.0.9] - 20201225

  • Fix: flutter warning
  • Update: upgraded dependence

[1.0.8] - 20201113

  • Fix: elevation == 0 caused infinite

[1.0.6+3] - 20200925

  • upgraded dependence

[1.0.6+2] - 20200829

  • upgraded dependence

[1.0.6+1] - 20200809

  • upgraded dependence

[1.0.6] - 20200809

  • fixed itemBuilder and Children checking incorrect

[1.0.5+5] - 20200712

  • upgraded dependence

[1.0.5+4] - 20200621

  • upgraded dependence

[1.0.5+3] - 20200517

  • upgraded dependence

[1.0.5+2] - 20200418

  • upgraded dependence

[1.0.5+1] - 20200222

  • Improve: Added example project
  • upgraded dependence

[1.0.5] - 20200202

  • Feat: Added new elevationColor allowing change of shadow color
  • Improve: Use boxShadow avoid flutter Material shadow issue
  • Fix: Horizontal shadow cannot be shown due to current flutter version

[1.0.4+1] - 20200119

  • Fix: README.md background color default color as white

[1.0.4] - 20200119

  • Fix: left hand side column show incorrect color
  • Doc: updated example of doing sorting

[1.0.3] - 20200119

  • Improve: use Selector instead of Consumer

[1.0.2] - 20200117

  • fixed left hand side column cannot adapt color from background

[1.0.1+1] - 20200111

  • upgraded dependence

[1.0.1] - 20191221

  • upgraded dependence
  • fixed _getElevation() may return a negative value incorrectly

[1.0.0+1] - 20191201

  • upgraded dependence

[1.0.0] - 20191025

  • Init version