Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

83 lines (54 loc) · 2.11 KB

1.1.1

1.1.0

1.0.3

  • Fix blink when start tutorial with shape ShapeLightFocus.RRec

1.0.2

  • Adds builder(BuildContext context, TutorialCoachMarkController controller) in TargetContent. Now you can create a widget of the TargetContent with child or builder.

1.0.1

  • Merged PR 72

1.0.0

  • Migrate to Null-Safety
  • Merged PR 55
  • Merged PR 57

0.6.0+1

  • update README

0.6.0

  • Improvements in the project structure
  • BREAKING CHANGE: rename onClickSkip to onSkip
  • BREAKING CHANGE: rename CustomTargetPosition to CustomTargetContentPosition
  • BREAKING CHANGE: rename AlignContent to ContentAlign
  • BREAKING CHANGE: rename ContentTarget to TargetContent

0.5.3

0.5.2

  • add focusAnimationDuration and pulseAnimationDuration to settings animations duration.
  • add paddingFocus and alignSkip in TargetFocus. Now you can configure Skip alignment and focus padding individually.

0.5.1

  • Fix issue #34

0.5.0

  • Add enableOverlayTab and enableTargetTab in TargetFocus;
  • Add nextand previous in TutorialCoachMark;

0.4.0

  • Add radius and Color in TargetFocus;
  • Add custom align in ContentTarget;
  • Click to progress only in target;
  • BREAKING CHANGE: rename finish to onFinish
  • BREAKING CHANGE: rename clickSkip to onClickSkip
  • BREAKING CHANGE: rename clickTarget to onClickTarget

0.3.0

  • Fix Issue #14
  • Fix Issue #11
  • Fix Issue #18
  • Accepts contributions from grandpa-guru and Vanethos

0.2.0

  • Fix Issue #4
  • add LightBulb RRect

0.1.0

  • Add change opacity shadow

0.0.1

  • First version