Skip to content

Releases: danyaridiger/vue3-extended-multiselect

v2.2.3

03 Apr 17:32
Compare
Choose a tag to compare
  • Fixing bug with incorrect extended multiselect base height.
  • Changing rotation of toggle icon.

v2.2.1

03 Apr 16:41
Compare
Choose a tag to compare
  • Adding "icon" directory with svg-icon components.
  • Adding BaseArrowIcon component.
  • Adding CancelIcon component.
  • Adding DoubleArrowIcon component.
  • Adding InnerArrowIcon component.
  • Adding LoaderIcon component.
  • Adding TriangleArrowIcon component.
  • Adding TriangleCircleArrowIcon component.
  • Adding WideArrowIcon component.
  • Removal of "copy" plugin and "transform" section from rollup.config.mjs.
  • Removal of "rollup-plugin-copy" dev-dependency.
  • Removal of "assets" and "images" directories with corresponding files.
  • Adding "@babel/runtime" dev-dependency.
  • Adding JSDoc blocks to tools.
  • Fixing bug with the placeholder disappearing after switching the list of options.

v2.1.0

03 Apr 12:55
Compare
Choose a tag to compare
  • Adding link to page with live examples.
  • Fixing bug with always basic icon filter.
  • Fixing bug with rendering icon filter instead of loader icon filter.
  • Fixing bug with "disabledPrimitiveOptions" prop accepting options of type "Array".