Feedback from Slack:
The wizard functionality of the sky-tabset component is now being removed so people will need to switch to the sky-progress-indicator. The docs for the progress indicator suggest to use a messageStream that takes an Observable. Using that, I see this message logged:
The progress indicator component's `messageStream` input is set to `Subject<SkyProgressIndicatorMessageType>`. We will remove this deprecated type in the next major version release. Instead, set the `messageStream` input to a value of `Subject<SkyProgressIndicatorMessage>`.
It looks like the docs need to be updated so that those switching from the tab wizard won't be surprised by another feature removed when they switch to skyux4.
Feedback from Slack: The wizard functionality of the sky-tabset component is now being removed so people will need to switch to the sky-progress-indicator. The docs for the progress indicator suggest to use a messageStream that takes an Observable. Using that, I see this message logged:
The progress indicator component's `messageStream` input is set to `Subject<SkyProgressIndicatorMessageType>`. We will remove this deprecated type in the next major version release. Instead, set the `messageStream` input to a value of `Subject<SkyProgressIndicatorMessage>`.
It looks like the docs need to be updated so that those switching from the tab wizard won't be surprised by another feature removed when they switch to skyux4.