Skip to content

Commit bb389c6

Browse files
committed
Update CHANGELOG, version
1 parent 3483960 commit bb389c6

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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+
131
## 0.5.0-rc.6
232

333
* Enhance state update logic to check if the globalKey context is mounted in `FeaturesChild`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: features_tour
22
description: Features Tour is a package that enables you to easily create tours to introduce your widget features in your app with order.
3-
version: 0.5.0-rc.6
3+
version: 0.5.0-rc.7
44
homepage: https://github.com/lamnhan066/features_tour
55

66
screenshots:

0 commit comments

Comments
 (0)