Releases: jledentu/vue-finder
Releases · jledentu/vue-finder
v3.1.0
v3.0.1
v3.0.0
v2.0.1
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
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
v1.20.0
v1.19.0
Improvements
- Add an
item
prop inarrowComponent
. This allows to make the style of the arrow dependent on the item. (#127)
Maintenance
- Update rollup-plugin-license from
^0.13.0
to^0.14.0
(#121) - Update rollup-plugin-filesize to from
^6.2.1
to^7.0.0
(#122)
Documentation
- Add a Contributing section in the README (#126)