-
Notifications
You must be signed in to change notification settings - Fork 77
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
Refactor: CalciteSwitch - modify calciteSwitchChange event payload before 1.0 release #3163
Labels
4 - verified
Issues that have been released and confirmed resolved.
breaking change
Issues and pull requests with code changes that are not backwards compatible.
estimate - 2
Small fix or update, may require updates to tests.
refactor
Issues tied to code that needs to be significantly reworked.
Milestone
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
github-actions
bot
added
the
Stale
Issues or pull requests that have not had recent activity.
label
Nov 6, 2021
github-actions
bot
removed
the
Stale
Issues or pull requests that have not had recent activity.
label
Nov 9, 2021
jcfranco
added
2 - in development
Issues that are actively being worked on.
and removed
0 - new
New issues that need assignment.
needs triage
Planning workflow - pending design/dev review.
labels
Jul 28, 2022
jcfranco
added
the
refactor
Issues tied to code that needs to be significantly reworked.
label
Jul 28, 2022
github-actions
bot
modified the milestones:
Sprint 07/25 - 08/05,
Sprint 2022/08/08 - 2022/08/19
Aug 8, 2022
github-actions
bot
modified the milestones:
Sprint 2022/08/08 - 2022/08/19,
Sprint 2022/08/22 - 2022/09/02
Aug 22, 2022
github-actions
bot
modified the milestones:
Sprint 2022/08/22 - 2022/09/02,
Sprint 2022/09/05 - 2022/09/16
Sep 5, 2022
github-actions
bot
modified the milestones:
Sprint 2022/09/05 - 2022/09/16,
Sprint 2022/09/19 - 2022/09/30
Sep 19, 2022
github-actions
bot
modified the milestones:
Sprint 2022/09/19 - 2022/09/30,
Sprint 2022/10/03 - 2022/10/14
Oct 3, 2022
benelan
modified the milestones:
Sprint 2022/10/03 - 2022/10/07,
Sprint 2022/10/10 - 2022/10/21
Oct 11, 2022
github-actions
bot
modified the milestones:
Sprint 2022/10/10 - 2022/10/21,
Sprint 2022/10/24 - 2022/11/04
Oct 24, 2022
geospatialem
added
the
breaking change
Issues and pull requests with code changes that are not backwards compatible.
label
Nov 14, 2022
jcfranco
added
0 - new
New issues that need assignment.
and removed
2 - in development
Issues that are actively being worked on.
labels
Nov 20, 2022
github-actions
bot
modified the milestones:
Sprint 2022/11/07 - 2022/11/18,
Sprint 2022/11/20 - 2022/12/01
Nov 21, 2022
geospatialem
modified the milestones:
Sprint 2022/11/20 - 2022/12/01,
2023 January Priorities
Nov 23, 2022
geospatialem
added
2 - in development
Issues that are actively being worked on.
and removed
0 - new
New issues that need assignment.
labels
Dec 7, 2022
geospatialem
added
4 - verified
Issues that have been released and confirmed resolved.
and removed
2 - in development
Issues that are actively being worked on.
labels
Jan 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - verified
Issues that have been released and confirmed resolved.
breaking change
Issues and pull requests with code changes that are not backwards compatible.
estimate - 2
Small fix or update, may require updates to tests.
refactor
Issues tied to code that needs to be significantly reworked.
We should modify
modify calciteSwitchChange
event payload to not emit redundant props before 1.0 release.As part of #3162, we deprecated the
switched
property in favor ofchecked
but the event payload still has a switched property on it.The text was updated successfully, but these errors were encountered: