blackbaud / skyux2-docs

Documentation for SKY UX Components
4 stars 32 forks source link

Update messageStream property for progress indicator #955

Closed blackbaud-johnly closed 4 years ago

blackbaud-johnly commented 4 years ago

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.