Skip to content

Latest commit

History

History
185 lines (115 loc) 路 8.76 KB

CHANGELOG.md

File metadata and controls

185 lines (115 loc) 路 8.76 KB

@storefront-ui/vue

2.6.2

Patch Changes

2.6.1

Patch Changes

2.6.0

Minor Changes

Patch Changes

2.5.0

Minor Changes

Patch Changes

  • Updated dependencies [aa9c2f328]:
    • @storefront-ui/shared@2.5.0

2.4.1

Patch Changes

  • fixing publish error with workspaces protocol handling

2.4.0

Minor Changes

Patch Changes

2.3.1 (2023-06-08)

Bug fixes

  • fix package cross-dependencies that caused released package to fail

2.3.0 (2023-06-07)

Components

  • SfBadge

Improvements

  • useScrollable: add missing methods, remove prop getter and add containerRef

Bug fixes

  • SfInput: replace div element with dynamic WrapperTag, remove spans around slots, styling issues
  • Pagination: on mobile, buttons width based on container width, gap above prev/next buttons on Vue
  • Breadcrumbs: replace anchor from last item to span
  • SfButton: ring border fixed
  • Filters: checkbox and radio components selecting, styling issues
  • Card Feature: styling issues
  • Icons: visibility on the list

2.2.1 (2023-05-24)

Overview

This is a patch release containing bug fixes to SFUI2.

Bug fixes

  • enable CJS support introduced by react-merge-refs dependency (#2699, c1c5b5fee).

2.2.0 (2023-05-11)

Improvements

  • Order Summary - alerts

Bug fixes

  • SfSelect chevron rotates on blur (#2569)
  • SfScrollable: general improvement
  • MegaMenu: styling issues and keyboard navigation
  • Pagination: improved mobile version
  • Order Summary: styling issues
  • Alert: styling issues
  • NavbarTop: double login button
  • Filters: issues with sort by and clear all

2.1.0 (2023-04-18)

Base UI Elements

  • SfScrollable

Composables

  • useScrollable

Improvements

  • Modal - added animated block.

2.0.0 (2023-03-23)

Base components

  • AccordionItem component
  • Button component
  • Checkbox component
  • Checkbox
  • Chip component
  • Counter component
  • Drawer component
  • Dropdown component
  • IconBase component
  • Input component
  • Link component
  • ListItem component
  • LoaderCircular component
  • LoaderLinear component
  • Modal component
  • ProgressCircular component
  • ProgressLinear component
  • Radio component
  • Rating component
  • Select component
  • Switch component
  • Thumbnail component
  • Tooltip component

Composables

  • useDisclosure
  • useDropdown
  • usePopover
  • useTooltip
  • useTrapFocus