-
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
Epic: Audit components and remove deprecations #5798
Comments
@anveshmekala I'm still seeing Can you make sure the other PRs are removing deprecated event payloads. |
Make sure to search the folder for anything with |
**Related Issue:** #5798 BREAKING CHANGE: Removed deprecated event. Removed the event `calcitePaginationUpdate` event, use `calcitePaginationChange` event instead.
**Related Issue:** #5798 BREAKING CHANGE: Removed deprecated event payload. - Removed the `event.detail` property on the event `calciteChipDismiss`, use `event.target` instead. - Removed the `event.detail` property on the event `calciteComboboxChipDismiss`, use `event.target` instead.
**Related Issue:** #5798 BREAKING CHANGE: Removed deprecated properties. Removed the property `active`, use `open` instead. Removed the property `dimissible`, use `closable` property instead.
@driskull Is this accurate? The event payload is still using |
@stevenalbers yes you're right. We need to deprecate that event detail. cc @geospatialem. |
Looks like we missed |
Added a new issue for tracking the |
Installed and assigned for verification. |
Verified on |
Purpose
Conduct an audit across components, remove deprecations, and update/remove extraneous/failing tests and stories prior to the launch of 1.0.
cc @driskull
Plan of action for each component
event.detail
)Sample Pull Request
When submitting a PR for a component, please refer to #5799 for guidance.
Sample commit message
Sample PR Title
Note the component and what was removed. This can be properties, events, methods, arguments, values, CSS variables, slots.
Sample PR Body
Note the general changes and migration options. This can span multiple lines.
Component audit assignments and progress
accordion
(@driskull)accordion-item
(@driskull)action
(@driskull)action-bar
(@driskull)action-group
(@driskull)action-menu
(@driskull)action-pad
(@driskull)alert
(@driskull)avatar
No changes necessaryblock
(@driskull)block-section
No changes necessarybutton
(@driskull)card
No changes necessarycheckbox
No changes necessarychip
(@anveshmekala )color-picker
No changes necessarycombobox
(@anveshmekala )combobox-item
(@anveshmekala )combobox-item-group
No changes necessarydate-picker
(@eriklharper)dropdown
(@driskull)dropdown-group
(@driskull)dropdown-item
(@driskull)fab
No changes necessaryfilter
No changes necessaryflow
(@driskull)flow-item
(@driskull)handle
(@driskull)icon
No changes necessaryinline-editable
No changes necessaryinput
(@benelan)input-number
(@benelan)input-text
(@benelan)input-date-picker
(@eriklharper)input-message
(@benelan)input-time-picker
(@eriklharper)label
(@driskull)link
No changes necessarylist
(@driskull)list-item
(@driskull)list-item-group
(@driskull)loader
(@anveshmekala )modal
(@anveshmekala )notice
(@anveshmekala )option
No changes necessaryoption-group
No changes necessarypagination
(@anveshmekala )panel
(@driskull)pick-list
No changes necessarypick-list-group
No changes necessarypick-list-item
No changes necessarypopover
(@driskull)popover-manager
(@driskull)progress
No changes necessaryradio-button
No changes necessaryradio-button-group
No changes necessaryradio-group
No changes necessaryradio-group-item
(@driskull )rating
No changes necessaryscrim
No changes necessaryselect
No changes necessaryshell
(@driskull)shell-center-row
No changes necessary. @macandcheese can we just remove this component?shell-panel
(@driskull)slider
(@driskull)split-button
(@driskull)stepper
No changes necessarystepper-item
(@driskull)switch
(@driskull)tab
(@driskull)tab-nav
No changes necessarytab-title
(@driskull)tabs
(@driskull)tile
No changes necessarytile-select
No changes necessarytile-select-group
No changes necessarytime-picker
(@eriklharper)tip
No changes necessarytip-group
No changes necessarytip-manager
(@driskull)tooltip
No changes necessarytooltip-manager
(@driskull)tree
(@driskull)tree-item
(@driskull)value-list
No changes necessaryvalue-list-item
No changes necessaryThe text was updated successfully, but these errors were encountered: