Skip to content
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): remove css from list component, use correct class names #6010

Merged
merged 4 commits into from
Aug 2, 2021

Conversation

DeepakSap14
Copy link
Contributor

@DeepakSap14 DeepakSap14 commented Jul 16, 2021

Please provide a link to the associated issue.

Part of #5025

Please provide a brief summary of this pull request.

This PR removes css from list component in core and platform.
and modifies the html template for correct use of class names.

Breaking Change:
Removed [noSeperator] property as it was not necessary, as we have [noBorder] property which has same functionality.

Please check whether the PR fulfills the following requirements

Documentation checklist:

@DeepakSap14 DeepakSap14 added platform platform core Core library specific issues css clean up labels Jul 16, 2021
@DeepakSap14 DeepakSap14 self-assigned this Jul 16, 2021
@netlify
Copy link

netlify bot commented Jul 16, 2021

✔️ Deploy Preview for fundamental-ngx ready!

🔨 Explore the source changes: a96027e

🔍 Inspect the deploy log: https://app.netlify.com/sites/fundamental-ngx/deploys/610421dfce380d000847f237

😎 Browse the preview: https://deploy-preview-6010--fundamental-ngx.netlify.app

@github-actions
Copy link

This pull request is stale because it has been open 2 days with no activity. Remove stale label or comment or this will be closed in 3 days

@github-actions github-actions bot added the stale label Jul 19, 2021
@DeepakSap14 DeepakSap14 force-pushed the fix/5025-list-remove-css branch from a4ae0b4 to d584d94 Compare July 20, 2021 10:01
@DeepakSap14 DeepakSap14 requested a review from Betrozov July 20, 2021 10:02
@DeepakSap14 DeepakSap14 removed the stale label Jul 20, 2021
@DeepakSap14 DeepakSap14 requested a review from platon-rov July 23, 2021 04:15
@DeepakSap14 DeepakSap14 added the ready for qa Testing should be started for the PR label Jul 26, 2021
@puru-hk puru-hk added QA Approved and removed ready for qa Testing should be started for the PR labels Jul 27, 2021
@DeepakSap14 DeepakSap14 force-pushed the fix/5025-list-remove-css branch from d584d94 to c084304 Compare July 28, 2021 04:17
@DeepakSap14 DeepakSap14 force-pushed the fix/5025-list-remove-css branch from c084304 to 18cef91 Compare July 30, 2021 14:11
@dimamarksman dimamarksman merged commit b58f36b into main Aug 2, 2021
@dimamarksman dimamarksman deleted the fix/5025-list-remove-css branch August 2, 2021 10:04
maxym-valor pushed a commit to maxym-valor/fundamental-ngx that referenced this pull request Aug 2, 2021
…tr.name in radio button (SAP#6056)

chore(release): version 0.31.0-rc.151 build 18851 [ci skip]

feat(core): dialog auto labelling (SAP#6053)

chore(release): version 0.31.0-rc.152 build 18855 [ci skip]

fix(platform): grouping & frozen columns table layout fix (SAP#6043)

test(e2e): add e2e tests for date-picker core

test(e2e): skip failed scenarios for prod mode (SAP#6110)

* test(e2e): update url and visual regression

* test(e2e): minor changes

* test(e2e): minor changes 2

* test(e2e): skip failed scenarios

* test(e2e): skip failed scenarios

chore(release): version 0.31.0-rc.153 build 18909 [ci skip]

fix(platform): combobox in mobile mode (SAP#6115)

chore(release): version 0.31.0-rc.154 build 18923 [ci skip]

fix(core): fix extra onChange event in the TimePicker component (SAP#6079)

* fix(core): fix extra onChange event

* test(e2e): update e2e tests

Co-authored-by: nikvalor <[email protected]>

chore(release): version 0.31.0-rc.155 build 18928 [ci skip]

feat(core): moment date time adapter implementation (SAP#6000)

* feat(core): moment date time adapter implementation

* feat(core): inclusive language fix

* feat(core): replace unused variables

* feat(core): moment date time adapter change request implementation

* feat(core): moment date time adapter change request implementation

* feat(core): moment date time adapter change request implementation

* feat(core): moment date time adapter change request implementation

* feat(core): moment date time adapter change request implementation

* feat(core): add moment-adapter api doc

* feat(core): moment-adapter fix publish commands

Co-authored-by: dimamarksman <[email protected]>

chore(release): version 0.31.0-rc.156 build 18929 [ci skip]

docs(platform): add ariba labels to those component doc pages (SAP#6051)

* docs(platform): add ariba labels to those component doc pages

* docs: update the info labels with the components

chore(release): version 0.31.0-rc.157 build 18932 [ci skip]

fix(platform): add attribute option into combobox (SAP#5772)

* fix(platform): add attribute option into combobox

* fix(platform): delete interaction states

* fix(platform): delete styles into combobox component

* test(e2e): update visual regression

* fix(platform): remove tabindex

* test(e2e): update visual regression

Co-authored-by: nikvalor <[email protected]>

chore(release): version 0.31.0-rc.158 build 18935 [ci skip]

fix(platform): fix search component keyboard accessibility and screen reader issues (SAP#5673)

* fix(platform): esc button close and taborder

* fix(platform): select list item on tab

* fix(platform): menu trigger on spacebar

* fix(platform): menu item select on spacebar

* fix(platform): search suggestion announcement fixed with aria-live

* test(platform): fixed failing test case for timer

* fix(platform): using Keyutil and custom message

* fix(platform): reference comment added

* test(platform): e2e test fix

* fix(platform): use liveAnnouncer from cdk

* fix(platform): change message variable to private

* fix(platform): use keyutil and code formatting

* fix(platform): remove role search, correct count for suggestion

* fix(platform): travis fix and review comments

chore(release): version 0.31.0-rc.159 build 18954 [ci skip]

fix(core): remove css from fixed-card-layout component, use correct class names (SAP#6009)

* fix(core): remove css from fixed-card-layout, use correct class names

* fix(core): broken travis tests fix

* fix(core): broken travis tests fix

* fix(core): add cdk-drag-disabled class to change cursor to default

fix(core,platform): remove css from list component, use correct class names (SAP#6010)

BREAKING CHANGE:
Removed [noSeperator] property in list component as it was not necessary, as we have [noBorder] property which has the same functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core library specific issues platform platform QA Approved ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants