-
Notifications
You must be signed in to change notification settings - Fork 76
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
docs(tile, tile-group): deprecate components #9302
Conversation
…into dit13711/depricate-tile-select-component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! We'll need to tag team on the naming convention, as #9285 uses calcite-
and this is PR currently scoped to the component name.
WDYT is the best approach?
I don't think it makes a huge difference but if we are to make a decision going forward I prefer the "calcite-..." option. |
…into dit13711/depricate-tile-select-component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! 🌟📚🌟
packages/calcite-components/src/components/tile-select-group/tile-select-group.tsx
Outdated
Show resolved
Hide resolved
packages/calcite-components/src/components/tile-select/tile-select.tsx
Outdated
Show resolved
Hide resolved
…into dit13711/depricate-tile-select-component
…into dit13711/depricate-tile-select-component
…into dit13711/depricate-tile-select-component
…into dit13711/depricate-tile-select-component
…tem): use "calcite-" naming convention in deprecation descriptions (#9312) **Related Issue:** [Comment that suggests having a consistent convention.](#9302 (review)) ## Summary Changes the component names to use "calcite-" naming convention in deprecation descriptions for the following components: - `pick-list` - `pick-list-group` - `pick-list-item` - `value-list` - `value-list-item`
Related Issue: #9253
Summary
Adds a JSDoc
@deprecated
tag to the following components:tile-select
tile-select-group