-
Notifications
You must be signed in to change notification settings - Fork 129
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
fix(core,platform): missing class on split button #8034
fix(core,platform): missing class on split button #8034
Conversation
Visit the preview URL for this PR (updated for commit 7844ec9): https://fundamental-ngx-gh--pr8034-fix-split-button-mis-uzd7atge.web.app (expires Sat, 30 Apr 2022 08:58:57 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
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.
good catch!
e2e tests, which are not related to this component will be fixed on target branch separately before merging with main |
* fix(core,platform): shellbar breaking changes adoption * fix(core,platform): toolbar breaking changes adoption BREAKING CHANGE: * toolbar title now requires fd-toolbar__title class * fix(core,platform): table breaking changes adoption BREAKING CHANGE: * wrap text in table cell in fd-table-text directive to have the text-shadow * fix(core,platform): calendar breaking changes adoption * fix(core): shellbar action-sheet instead of list * test(core,platform): e2e fixes * fix(docs): fix button type * chore(core,platform): fund styles version bump to v0.24.0-rc.41 * fix(docs): fixed documentation sidebar background color * fix(docs): fixed documentation page compatibility with themes * chore(deps): bumped fundamental-styles * chore(e2e): updated selector for sidenav control * fix(core,platform): fixed split button missing class (#8034) * feat(platform): icon tab bar horizon theme adaptation (#8006) * fix(platform): removed unnecessary more(extra) button directive * fix(platform): fixed unit test * chore(e2e): fixed e2e * chore(core,platform): fund styles version bump to v0.24.0-rc.53 * fix(core,platform): calendar year & month items * test(core): e2e fixes * fix(core): vertical nav styles derivation from styles lib * test(core,platform): e2e fixes for calendar based comps * test(core,platform): e2e fixes for calendar based comps * fix(core,platform): calendar year & months items styling * fix(core): update toolbar and bar for horizon * fix(core,platform): adjust toolbar component for dynamic page (#8052) * feat(core): more toolbar updates * feat(core): more toolbar improvements allowing and documenting both title approaches * fix(core): title token * fix(core): accidental change Co-authored-by: Platon Rov <[email protected]> Co-authored-by: g-cheishvili <[email protected]> Co-authored-by: N1XUS <[email protected]>
* fix(core,platform): shellbar breaking changes adoption * fix(core,platform): toolbar breaking changes adoption BREAKING CHANGE: * toolbar title now requires fd-toolbar__title class * fix(core,platform): table breaking changes adoption BREAKING CHANGE: * wrap text in table cell in fd-table-text directive to have the text-shadow * fix(core,platform): calendar breaking changes adoption * fix(core): shellbar action-sheet instead of list * test(core,platform): e2e fixes * fix(docs): fix button type * chore(core,platform): fund styles version bump to v0.24.0-rc.41 * fix(docs): fixed documentation sidebar background color * fix(docs): fixed documentation page compatibility with themes * chore(deps): bumped fundamental-styles * chore(e2e): updated selector for sidenav control * fix(core,platform): fixed split button missing class (#8034) * feat(platform): icon tab bar horizon theme adaptation (#8006) * fix(platform): removed unnecessary more(extra) button directive * fix(platform): fixed unit test * chore(e2e): fixed e2e * chore(core,platform): fund styles version bump to v0.24.0-rc.53 * fix(core,platform): calendar year & month items * test(core): e2e fixes * fix(core): vertical nav styles derivation from styles lib * test(core,platform): e2e fixes for calendar based comps * test(core,platform): e2e fixes for calendar based comps * fix(core,platform): calendar year & months items styling * fix(core): update toolbar and bar for horizon * fix(core,platform): adjust toolbar component for dynamic page (#8052) * feat(core): more toolbar updates * feat(core): more toolbar improvements allowing and documenting both title approaches * fix(core): title token * fix(core): accidental change Co-authored-by: Platon Rov <[email protected]> Co-authored-by: g-cheishvili <[email protected]> Co-authored-by: N1XUS <[email protected]>
* fix(core,platform): shellbar breaking changes adoption * fix(core,platform): toolbar breaking changes adoption BREAKING CHANGE: * toolbar title now requires fd-toolbar__title class * fix(core,platform): table breaking changes adoption BREAKING CHANGE: * wrap text in table cell in fd-table-text directive to have the text-shadow * fix(core,platform): calendar breaking changes adoption * fix(core): shellbar action-sheet instead of list * test(core,platform): e2e fixes * fix(docs): fix button type * chore(core,platform): fund styles version bump to v0.24.0-rc.41 * fix(docs): fixed documentation sidebar background color * fix(docs): fixed documentation page compatibility with themes * chore(deps): bumped fundamental-styles * chore(e2e): updated selector for sidenav control * fix(core,platform): fixed split button missing class (#8034) * feat(platform): icon tab bar horizon theme adaptation (#8006) * fix(platform): removed unnecessary more(extra) button directive * fix(platform): fixed unit test * chore(e2e): fixed e2e * chore(core,platform): fund styles version bump to v0.24.0-rc.53 * fix(core,platform): calendar year & month items * test(core): e2e fixes * fix(core): vertical nav styles derivation from styles lib * test(core,platform): e2e fixes for calendar based comps * test(core,platform): e2e fixes for calendar based comps * fix(core,platform): calendar year & months items styling * fix(core): update toolbar and bar for horizon * fix(core,platform): adjust toolbar component for dynamic page (#8052) * feat(core): more toolbar updates * feat(core): more toolbar improvements allowing and documenting both title approaches * fix(core): title token * fix(core): accidental change Co-authored-by: Platon Rov <[email protected]> Co-authored-by: g-cheishvili <[email protected]> Co-authored-by: N1XUS <[email protected]>
Related Issue(s)
part of #7984
Description
Type class should have been applied to the parent class too
Screenshots
Before:
After: