-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename event names to camelCase (#2215)
Previously our event names were not consistent. Now every event has camelCase notation. BREAKING CHANGE: - sbb-alert: Event `will-present` was renamed to `willPresent`. - sbb-alert: Event `did-present` was renamed to `didPresent`. - sbb-alert: Event `dismissal-requested` was renamed to `dismissalRequested`. - sbb-alert-group: Event `did-dismiss-alert` was renamed to `didDismissAlert`. - sbb-autocomplete: Event `will-open` was renamed to `willOpen`. - sbb-autocomplete: Event `did-open` was renamed to `didOpen`. - sbb-autocomplete: Event `will-close` was renamed to `willClose`. - sbb-autocomplete: Event `did-close` was renamed to `didClose`. - sbb-calendar: Event `date-selected` was renamed to `dateSelected`. - sbb-checkbox: Event `did-change` was renamed to `didChange`. - sbb-dialog: Event `will-open` was renamed to `willOpen`. - sbb-dialog: Event `did-open` was renamed to `didOpen`. - sbb-dialog: Event `will-close` was renamed to `willClose`. - sbb-dialog: Event `did-close` was renamed to `didClose`. - sbb-dialog: Event `request-back-action` was renamed to `requestBackAction`. - sbb-expansion-panel: Event `will-open` was renamed to `willOpen`. - sbb-expansion-panel: Event `did-open` was renamed to `didOpen`. - sbb-expansion-panel: Event `will-close` was renamed to `willClose`. - sbb-expansion-panel: Event `did-close` was renamed to `didClose`. - sbb-expansion-panel-header: Event `toggle-expanded` was renamed to `toggleExpanded`. - sbb-file-selector: Event `file-changed` was renamed to `fileChanged`. - sbb-menu: Event `will-open` was renamed to `willOpen`. - sbb-menu: Event `did-open` was renamed to `didOpen`. - sbb-menu: Event `will-close` was renamed to `willClose`. - sbb-menu: Event `did-close` was renamed to `didClose`. - sbb-notification: Event `will-open` was renamed to `willOpen`. - sbb-notification: Event `did-open` was renamed to `didOpen`. - sbb-notification: Event `will-close` was renamed to `willClose`. - sbb-notification: Event `did-close` was renamed to `didClose`. - sbb-option: Event `option-selection-change` was renamed to `optionSelectionChange`. - sbb-option: Event `option-selected` was renamed to `optionSelected`. - sbb-select: Event `will-open` was renamed to `willOpen`. - sbb-select: Event `did-open` was renamed to `didOpen`. - sbb-select: Event `will-close` was renamed to `willClose`. - sbb-select: Event `did-close` was renamed to `didClose`. - sbb-tab-group: Event `did-change` was renamed to `didChange`. - sbb-tag: Event `state-change` was renamed to `stateChange` and was changed to an internal event. - sbb-toast: Event `will-open` was renamed to `willOpen`. - sbb-toast: Event `did-open` was renamed to `didOpen`. - sbb-toast: Event `will-close` was renamed to `willClose`. - sbb-toast: Event `did-close` was renamed to `didClose`. - sbb-tooltip: Event `will-open` was renamed to `willOpen`. - sbb-tooltip: Event `did-open` was renamed to `didOpen`. - sbb-tooltip: Event `will-close` was renamed to `willClose`. - sbb-tooltip: Event `did-close` was renamed to `didClose`.
- Loading branch information
1 parent
150724f
commit 9b657e8
Showing
76 changed files
with
345 additions
and
360 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.