Skip to content

Latest commit

 

History

History
113 lines (68 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

113 lines (68 loc) · 4.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.2 (2023-09-15)

Features

  • export open indicator color variable (c241ac7)

0.1.1 (2023-08-04)

Bug Fixes

  • option should not highlighted when the mouse is moved away (30e1811)

0.1.0 (2023-07-17)

Features

Chores

  • add github action for testing (c5a1107)
  • migrate to pnpm workspaces (bad802f)

0.0.8 (2023-06-21)

Features

  • added a new customizable property for aria-label, thanks to the original PR#1765 (160bef3)

0.0.7 (2023-06-21)

Features

  • export no-drop and dropdown-menu padding style in css variables (242c814)

Style Updates

  • export .vs__dropdown-option--selected (2118d83)

0.0.6 (2023-06-05)

Bug Fixes

  • set the pointer to the selected option for the computed options (b710b8e)

Style Updates

  • export --vs-height (bf2d2cb)
  • selected option highlight in menu and add --vs-dropdown-options-gap (49dcbc3)

Chores

0.0.5 (2023-06-02)

Style Updates

  • export --vs-dropdown-border-radius (48eb5c5)

0.0.4 (2023-06-02)

Features

  • add touchstart event for option hover style on mobile (b41c719)
  • update with new css style (45046b6)

Chores

  • remove github issue template (3e6f55f)
  • update dev environment (2090a30)

0.0.3 (2023-05-09)

Bug Fixes

  • fix mobile selection bug (11f34ce)

0.0.2 (2023-05-04)

Features

  • close dropdown when clicking selection, resolve #1273 (3f1cf00)

Chores