-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dropdown): added open and close events (#386)
## Feat * feat: added events when closing and opening ## Chore * chore: project configuration changes * chore(deps-dev): updated dependencies * chore: bumped version ## Style * style: fixed lint issues ## Fix * fix(button): centered spinner loader ## CI * ci: moved semantic commit checking to app
- Loading branch information
Showing
12 changed files
with
1,610 additions
and
1,909 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# https://github.com/zeke/semantic-pull-requests#configuration | ||
|
||
# Always validate the PR title AND all the commits | ||
titleAndCommits: true | ||
|
||
# Allow use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns") | ||
# this is only relevant when using commitsOnly: true (or titleAndCommits: true) | ||
allowMergeCommits: true | ||
|
||
# Allow use of Revert commits (eg on github: "Revert "feat: ride unicorns"") | ||
# this is only relevant when using commitsOnly: true (or titleAndCommits: true) | ||
allowRevertCommits: true | ||
|
||
# Scopes matching the ones defined in .commitlintrc.js file | ||
scopes: | ||
- 'avatar' | ||
- 'badge' | ||
- 'button' | ||
- 'button-group' | ||
- 'button-toggle' | ||
- 'checkbox' | ||
- 'dropdown' | ||
- 'file-input' | ||
- 'file-uploader' | ||
- 'input' | ||
- 'loader-linear' | ||
- 'loader-spinner' | ||
- 'modal' | ||
- 'panel' | ||
- 'pill' | ||
- 'radio' | ||
- 'range-slider' | ||
- 'select' | ||
- 'table' | ||
- 'textarea' | ||
- 'toggle' | ||
- 'pagination' | ||
- 'transitions' | ||
- 'tooltip' | ||
- 'outer-html' | ||
- 'click-away' | ||
- 'intersect' | ||
- 'deps' | ||
- 'deps-dev' |
This file was deleted.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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