Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[changed] Deprecating TabPane and TabbedArea #1099

Closed

Conversation

kennyw12
Copy link

@kennyw12 kennyw12 commented Aug 3, 2015

TabPane and TabbedArea are now deprecated. Please use Tab and Tabs
instead.

Signed-off-by: Kenny Wang kwang@pivotal.io
#1091

TabPane and TabbedArea are now deprecated. Please use Tab and Tabs
instead.

Signed-off-by: Kenny Wang <kwang@pivotal.io>
@kennyw12 kennyw12 changed the title [changed] Renaming TabPane and TabbedArea [changed] Deprecating TabPane and TabbedArea Aug 3, 2015
@mtscout6
Copy link
Member

mtscout6 commented Aug 4, 2015

Generally when we plan to rename something or move it then the deprecation process is to do the rename with some backwards compatible port.

For example see:

We moved the static input type into a separate component, but still left a temporary bridge that redirects to the new component. The deprecation warning is then there notifying folks about the bridge, since we will remove that bridge in the future.

Also with that collapsable => collapsible spelling correction we let both be legal but logged a deprecation warning for those using the old spelling.

This process allows downstream users to fix one problem at a time without needing a version bump that breaks their site.

@kennyw12 kennyw12 closed this Aug 5, 2015
@bman654
Copy link

bman654 commented Nov 14, 2015

Would have been nice to see this mentioned in the ChangeLog...

@taion
Copy link
Member

taion commented Nov 14, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants