Skip to content

@spartacus/styles@2.0.0

Choose a tag to compare

@marlass marlass released this 03 Jun 11:59
· 4809 commits to develop since this release

Commits

Commit Description Notes
new Facet navigation (#7089) [Closes #6581]
MediaService takes media threshold for a given media format (#7230) [Closes #7229]
[Closes #6629]
[Closes #5398]
[Closes #5395]
introduce form errors component (#6874) [Closes #6742]
sets calydon-as-base theme (#6982)
keyboard-only visible focus (#6880) [Closes #6879]
Autofocus after using skip links (#6816) [Closes #6815]
[Closes #6669]
localisation in mini-cart count and total (#6914) [Closes #6913]
Change the way to list the available customer coupons. (#6726)
Keyboard Accessibility (#6677)
Allow for text driven icons and content projection (#6632) [Closes #6631]
update style library to latest stable sass processor (#6675) [Closes #6293]
Update to Angular 9 (#6608) [Closes #5704]
use a clean DOM and CSS for PLP slots (#6616) [Closes #6615]
create update schematic for cms component state (#6338) [Closes #6027]
Vertically align delivery info topics
misalignment on shipping price for mobile (#7744)
adapt height of placeholder images in PLP grid mode
adapt dynamic height for carousel slides
Anonymous consent dialog with launch service (#7492) [Closes #7338]
[SAFARI/IOS] all ngbootstrap modal with small height/width (viewport) not scrollable (GH-6546) - maintenance [Closes #6546]
enable partial order cancellation (#7271) (#7398)
remove duplicate copyright notice (#7376) [Closes #7016]
visible focus partially hidden on upselling products in Safari (#7344) [Closes #6575]
long price slightly cut on checkout in firefox (#7343) [Closes #7152]
improve a11y e2e tests (#7291) [Closes #6758]
buttons spacing in Address Book and PDP Reviews also Tabs width for mobile (#7311) [Closes #3067]
long name overflowing item price column on review page (#5505) [Closes #4517]
align item name in PLP (#7310) [Closes #7130]
GH-7293: Bring back unconsigned entries (#7294) [Closes #7293]
standardizing style for action links (#7257) [Closes #5176]
cross browser select menu background color (#7196) [Closes #3692]
remove redundant styles for order-details page (#7240) [Closes #5839]
set default focus styling for buttons in PDP
visibility of pagination's focus indicator (#6748) [Closes #4329]
visibility of focus indicator on storefinder's page (#6749) [Closes #6589]
focus indicator's consistent visibility for menu navigation
enable stars review rating for a11y in PDP (#6810)
adapt a11y for storefinder (#6751)
Cannot Clear All and Select All using keyboard on consent management page (GH-6530) (#6648)
missing focus indicator on upselling products on PDP [Closes #6575]

Breaking changes

  • The b2cLayoutConfig will change, which will produced a change in the DOM for the category and search pages - the CSS layout for the category and search pages will no longer use specific "order" for the layout.
    #6615
  • Spartacus requires the `allCategories` index property begin configured on the backend. The `categories` index property is no longer used.
    #5510
  • The pagination component is refactored completely: - The UI supports anchor links next to action links - The pagination links are build by a builder class - The links, link labels and link positions are fully configurable - The pagination is fully configurable by CSS as well - The pagination is hidden when there is no pagination needed
    #6060
    #3045
    #5631
    #4632
    #5487
    #3856
    #3118
  • Changed for message type error the style class from alert-warning to alert-danger and added the style class alert-warning to message type warning.
    #6257