Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 2.3 KB

Changelog

1.1.0 (2023-06-22)

Features

  • support default value for ProcessIndicatorModel (a8e45e4)

Bug Fixes

  • fix a indicator UI update issue (f5e049a)
  • fix progress indicator container scroll issue (c525bfd)
  • fix tapping indicator logic (3272b80)
  • improve scrolling indicator container logic (04cfd7e)

1.0.0 (2023-06-16)

Features

  • add SliderZeroPositionType and SliderRulerPositionInfoProvider (bc79bac)
  • improve the Example projects which includes three examples now (df07ca6)
  • Improve UX when forcing align center (a49ba58)
  • support range value limit instead of only limit (8722b6d)

Bug Fixes

  • fix indicator colors (c4d4b57)
  • fix indicator status by adding editingOthers to IndicatorStatus (d28e886)
  • fix the initial value error for sliderOffsetRatio (22ab04f)
  • fix the issue of creating wrong type of PositionInfoProvider (68b65c0)
  • remove optional or force unwrap from ProcessIndicatorModel properties (078a51f)