Skip to content

Files

Latest commit

6ac00dc · Jan 14, 2025

History

History
49 lines (25 loc) · 992 Bytes

CHANGELOG.md

File metadata and controls

49 lines (25 loc) · 992 Bytes

version 2.2.1

Providing types

version 2.2.0

Adding openOnClick and openOnKeyDown props

version 2.1.1

  • Fix click event issue

  • Popper should be open only when its children is not equal to null and its length is not equal to zero

  • Fix issue of minify css

version 2.1.0

  • Fix onKeyDown issue

  • Provide autoFocus feature

  • Provide box-shadow for popup list at panel theme

  • Open Suggestion List on Enter Key

  • Provide inputName prop

  • Adding corner prop

version 2.0.0

  • Fix click issue inside the popper container

  • Fix style issue

  • Now @popperjs/core package is peerDependency and not dependency

  • Provide multi themes : underline | outline | panel

  • Adding onChange, ClearIcon, MagnifierIcon, onClear, theme, inputContainerStyle, onFocus props and remove inconsColor, searchIconStyle, setValue and clearIconStyle props

  • Export Style

  • Fix React warning

version 1.0.1

Fix issue of React is undefined