-
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
refactor(scrim,rating,time-picker,input-time-picker,value-list)!: removed deprecated intl*
properties
#6053
Merged
anveshmekala
merged 4 commits into
master
from
anveshmekala/5946-remove-intl-deprecations-StoV
Dec 15, 2022
Merged
refactor(scrim,rating,time-picker,input-time-picker,value-list)!: removed deprecated intl*
properties
#6053
anveshmekala
merged 4 commits into
master
from
anveshmekala/5946-remove-intl-deprecations-StoV
Dec 15, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
refactor
Issues tied to code that needs to be significantly reworked.
label
Dec 15, 2022
anveshmekala
added
the
breaking change
Issues and pull requests with code changes that are not backwards compatible.
label
Dec 15, 2022
anveshmekala
added
the
pr ready for visual snapshots
Adding this label will run visual snapshot testing.
label
Dec 15, 2022
anveshmekala
changed the title
refactor(scrim,rating,time-picker,value-list): removed deprecated
refactor(scrim,rating,time-picker,value-list)!: removed deprecated Dec 15, 2022
intl*
propertiesintl*
properties
anveshmekala
changed the title
refactor(scrim,rating,time-picker,value-list)!: removed deprecated
refactor(scrim,rating,time-picker,input-time-picker,value-list)!: removed deprecated Dec 15, 2022
intl*
propertiesintl*
properties
driskull
approved these changes
Dec 15, 2022
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.
Looks good 👍
anveshmekala
deleted the
anveshmekala/5946-remove-intl-deprecations-StoV
branch
December 15, 2022 15:24
benelan
added a commit
that referenced
this pull request
Dec 15, 2022
* master: (21 commits) 1.0.0-next.685 refactor(modal)!: Renamed property and updated values (#6054) 1.0.0-next.684 refactor(tab-nav, tab-title)!: remove `event.detail` payload from events (#6046) refactor(tree)!: remove `event.detail` payload from events (#6051) docs(changelog): fix breaking change indent levels (#6057) 1.0.0-next.683 refactor(pagination)!: remove `event.detail` payload from events (#6047) refactor(dropdown)!: remove `event.detail` payload from events (#6044) refactor(rating)!: remove `event.detail` payload from events (#6045) refactor(inline-editable,input,input-text,input-number)!: remove deprecated `intl*` properties (#6049) 1.0.0-next.682 refactor(scrim,rating,time-picker,input-time-picker,value-list)!: removed deprecated `intl*`properties (#6053) docs: update component READMEs (#6052) 1.0.0-next.681 refactor(chip,card,combobox,date-picker,flow,flow-item,filter, input-date-picker): remove deprecated `intl*` & accessible label properties (#6041) refactor(action,action-bar,action-group,action-pad,alert,block-section,block,button): remove deprecated `intl*` properties (#5982) 1.0.0-next.680 refactor(popover, dropdown, modal, pick-list-item, value-list-item)!: rename `disable*` properties (#6036) refactor(input-date-picker)!: Remove deprecated calciteDatePickerChange event (#6040) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking change
Issues and pull requests with code changes that are not backwards compatible.
pr ready for visual snapshots
Adding this label will run visual snapshot testing.
refactor
Issues tied to code that needs to be significantly reworked.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Removed deprecated intl* & accessible label properties.
rating:
intlStars
, usemesssageOverrides.stars
instead.intlRating
, usemesssageOverrides.rating
instead.scrim:
intlLoading
, usemesssageOverrides.loading
instead.time-picker:
intlHour
, usemesssageOverrides.hour
instead.intlHourDown
, usemesssageOverrides.hourDown
instead.intlHourUp
, usemesssageOverrides.hourUp
instead.intlMeridiem
, usemesssageOverrides.meridiem
instead.intlMeridiemDown
, usemesssageOverrides.meridiemDown
instead.intlMeridiemUp
, usemesssageOverrides.meridiemUp
instead.intlMinute
, usemesssageOverrides.minute
instead.intlMinuteUp
, usemesssageOverrides.minuteUp
instead.intlMinuteDown
, usemesssageOverrides.minuteDown
instead.intlSecond
, usemesssageOverrides.second
instead.intlSecondUp
, usemesssageOverrides.secondUp
instead.intlSecondDown
, usemesssageOverrides.secondDown
instead.input-time-picker:
intlHour
, usemesssageOverrides.hour
instead.intlHourDown
, usemesssageOverrides.hourDown
instead.intlHourUp
, usemesssageOverrides.hourUp
instead.intlMeridiem
, usemesssageOverrides.meridiem
instead.intlMeridiemDown
, usemesssageOverrides.meridiemDown
instead.intlMeridiemUp
, usemesssageOverrides.meridiemUp
instead.intlMinute
, usemesssageOverrides.minute
instead.intlMinuteUp
, usemesssageOverrides.minuteUp
instead.intlMinuteDown
, usemesssageOverrides.minuteDown
instead.intlSecond
, usemesssageOverrides.second
instead.intlSecondUp
, usemesssageOverrides.secondUp
instead.intlSecondDown
, usemesssageOverrides.secondDown
instead.value-list:
intlDragHandleActive
, usemesssageOverrides.dragHandleActive
instead.intlDragHandleChange
, usemesssageOverrides.dragHandleChange
instead.intlDragHandleCommit
, usemesssageOverrides.dragHandleCommit
instead.intlDragHandleIdle
, usemesssageOverrides.dragHandleIdle
instead.