Skip to content

Releases: jledentu/vue-finder

v3.1.0

04 Jan 12:18
Compare
Choose a tag to compare

3.1.0 (2023-01-04)

Features

v3.0.1

11 Oct 07:21
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release

3.0.1 (2022-10-11)

Bug Fixes

  • update package.json to support CSS export / import (#188) (e5394ea)

v3.0.0

22 Aug 12:42
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

3.0.0 (2022-08-22)

Bug Fixes

Features

BREAKING CHANGES

  • do not support Vue 2

v2.0.1

28 Jan 21:05
Compare
Choose a tag to compare

Maintenance

  • Upgrade lodash-es from 4.17.15 to 4.17.20 (security update, doesn't impact this library though)
  • Upgrade Storybook and rewrite stories by using CSF format
  • Upgrade some other dev dependencies

v2.0.0

09 Sep 16:00
Compare
Choose a tag to compare

Potential breaking changes

This major release fixes some CSS issues when no height is set on the parent element of the Finder (#145). It should be displayed exactly as before, but may potentially cause changes if you customized some CSS. To prevent any unexpected regression, I prefer to publish a major release.

Maintenance

  • Use Github actions as CI
  • Bump many development dependencies

v1.21.0

02 Sep 20:36
Compare
Choose a tag to compare

Features

  • Add autoSelectDescendants and autoDeselectDescendants props (#137)

Documentation

  • Improve the Getting Started section in the README (#134)

v1.20.0

14 May 13:35
Compare
Choose a tag to compare

Improvements

  • Add a sourceEvent argument in the expand method. This will appear as sourceEvent in the generated expand event.

v1.19.0

14 May 12:31
Compare
Choose a tag to compare

Improvements

  • Add an item prop in arrowComponent. This allows to make the style of the arrow dependent on the item. (#127)

Maintenance

Documentation

  • Add a Contributing section in the README (#126)

v1.18.0

13 May 17:32
Compare
Choose a tag to compare

Features

  • Add a arrowComponent prop that allows to customize the arrows (#125)

v1.17.1

21 Feb 09:15
Compare
Choose a tag to compare

Fixes

  • Restore the filtered items when the given tree changes (#103)

Maintenance

  • Update dependencies (#104)