Skip to content

Latest commit

 

History

History
137 lines (84 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

137 lines (84 loc) · 2.79 KB

[0.1.1] - 02/22/2019

  • Uploaded and updated documents

[0.1.3] - 02/23/2019

  • added minimum and maximum distance options between handlers

[0.1.5] - 02/24/2019

  • added handler scale animation

[1.0.0] - 02/24/2019

  • added prefix and suffix for tooltip
  • some cleanups
  • bug fix
  • rename some classes and change input types
  • this version will break functionality of older versions

[1.0.1] - 02/26/2019

  • scroll layouts bug fixed
  • disabled tooltip feature added
  • initial handlers z-index positions bug fixed

[1.0.2] - 02/26/2019

  • tab view and any other scrollable widget bug fixed

[2.0.0] - 03/05/2019

  • handlers can have double values
  • divisions changed with step. step can be double
  • handlers can be modified.

[2.0.1] - 03/07/2019

  • handlers drag improved

[2.1.0] - 03/08/2019

  • bug fix
  • vertical axis support

[2.1.1] - 03/17/2019

  • trackbar positions bug fixed

[2.2.0] - 03/30/2019

  • selectByTap feature added
  • some options ( values, max, min, step, ... ) can be updated by setState

[2.3.1] - 04/04/2019

  • removed TouchZone
  • leftInactiveTrackBar and rightInactiveTrackBar changed to inactiveTrackBar
  • each handler can now be disabled
  • trackbar disabled color feature added
  • More accurate handlers movement

[2.4.2] - 04/05/2019

  • hatchMark feature added
  • bug fix

[2.4.3] - 04/11/2019

  • hatchMark label textStyle added

[2.4.4] - 07/14/2019

  • hatchMark label position bug fixed
  • trackbar style changed to BoxDecoration

[2.4.5] - 07/15/2019

  • min and max validation check while changing slider values manually

[2.5.0] - 07/18/2019

  • fixed values feature added

[2.5.1] - 07/18/2019

  • bug fix

[2.5.2] - 08/06/2019

  • orientation bug fix

[2.5.3] - 08/06/2019

  • update dependencies versions

[2.6.0] - 12/04/2019

  • handlers reaching max, min bug fixed
  • handlers alignment bug fixed
  • hatchMark exception fixed
  • recalculate min and max when changing their value

[2.6.1] - 12/04/2019

  • minor changes

[3.0.0] - 01/01/2020

  • More accurate handlers movement
  • HatchMark labels changed from String to Widget
  • Extra left and top paddings are removed
  • Central Widget added
  • Centered Origin feature added
  • Locked Handlers feature added
  • Custom tooltip feature added
  • Double handler movement by ActiveBar feature added

[3.0.1] - 01/09/2020

  • dart-web related bug (Index out of range) fixed

[3.1.0] - 01/29/2020

  • FixedValues update widget bug fixed
  • minor changes

[3.1.1] - 02/05/2020

  • tooltip related bug: The getter 'boxStyle' was called on null fixed

[3.2.0] - 03/12/2020

  • tooltip value formatting feature added
  • disabled trackbar draggable feature added
  • trackbar reported bug: the active track bar is draggable even when it's not a range slider fixed
  • selectByTap positioning bug fixed