|
| 1 | +## 0.5.0-rc.7 |
| 2 | + |
| 3 | +* Adds `onState` callback to `FeaturesTourController.start` to receive [TourState] update during the tour lifecycle. |
| 4 | +* Adds `IntroduceConfig.builder` so we can decor the `introduce` widget easily and globally. |
| 5 | +* Adds `RoundedRectIntroduceConfig` that make the introducion looks better. |
| 6 | + |
| 7 | +* Deprecates `Predialog` and `predialog` in favor of `PreDialog` and `preDialog` accoss the code base. |
| 8 | +* Deprecates `FeaturesTour.canPop` in favor of `FeaturesTourController.start(popToSkip)`. |
| 9 | +* Deprecates `PreDialogConfig.modifiedDialogResult` in favor of `PreDialogConfig.customDialogBuilder`. |
| 10 | +* Deprecates: |
| 11 | + * `PreDialogConfig.applyToAllPagesText` in favor of `PreDialogConfig.applyToAllCheckboxLabel`. |
| 12 | + * `PreDialogConfig.applyToAllPagesTextColor` in favor of `PreDialogConfig.applyToAllCheckboxLabelStyle`. |
| 13 | + * `PreDialogConfig.acceptButtonText` in favor of `PreDialogConfig.acceptButtonLabel`. |
| 14 | + * `PreDialogConfig.laterButtonText` in favor of `PreDialogConfig.laterButtonLabel`. |
| 15 | + * `PreDialogConfig.dismissButtonText` in favor of `PreDialogConfig.dismissButtonLabel`. |
| 16 | +* Deprecates |
| 17 | + * `ChildConfig.child` in favor of `ChildConfig.builder`. |
| 18 | + * `NextConfig.child` in favor of `NextConfig.builder`. |
| 19 | + * `SkipConfig.child` in favor of `SkipConfig.builder`. |
| 20 | + * `DoneConfig.child` in favor of `DoneConfig.builder`. |
| 21 | +* Reverses the order of the action buttons in the pre-dialog. |
| 22 | +* Changes the `PreDialogConfig.acceptTextLabel` default text from `Okay` to `Start Tour`. |
| 23 | +* Changes to use `DefaultTextStyle.merge` instead of `DefaultTextStyle`. |
| 24 | + |
| 25 | +* Improves TYPO and grammar in logs. |
| 26 | +* Changes to use `very_good_analysis` lints. |
| 27 | +* Adds many base tests and many logic improvements while creating tests :). |
| 28 | + |
| 29 | +*This is a significant change with many deprecations, but I believe it’s worth it. Please let me know if there’s anything I should avoid changing.* |
| 30 | + |
1 | 31 | ## 0.5.0-rc.6 |
2 | 32 |
|
3 | 33 | * Enhance state update logic to check if the globalKey context is mounted in `FeaturesChild`. |
|
0 commit comments