jledentu / vue-finder

📁 A Vue.js component to display hierarchical data (like the MacOS X finder)
https://vue-finder.netlify.app
MIT License
160 stars 16 forks source link

fix(filter): refresh filtered items on tree change #103

Closed jledentu closed 4 years ago

jledentu commented 4 years ago

Recompute the filtered elements when tree is updated.

codecov[bot] commented 4 years ago

Codecov Report

Merging #103 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   93.89%   93.93%   +0.04%     
==========================================
  Files           8        8              
  Lines         262      264       +2     
  Branches       60       60              
==========================================
+ Hits          246      248       +2     
  Misses         16       16
Impacted Files Coverage Δ
src/utils/tree-model.js 98.8% <100%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 667fbcc...e4a668a. Read the comment docs.

jledentu commented 4 years ago

:tada: This PR is included in version 1.17.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: