hypermedia-app / shaperone

Form UI elements driven by SHACL Shapes
https://forms.hypermedia.app
MIT License
46 stars 5 forks source link

Separate autocomplete #219

Closed tpluscode closed 2 years ago

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 41482a77f55aaa03d364ecc698a2f8870f87f30a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages | Name | Type | | ---------------------------------------- | ----- | | @hydrofoil/shaperone-core | Patch | | @hydrofoil/shaperone-wc-vaadin | Patch | | @hydrofoil/shaperone-hydra | Patch | | @hydrofoil/shaperone-playground-examples | Patch | | @hydrofoil/shaperone-playground | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 2 years ago

Codecov Report

Merging #219 (41482a7) into master (d72bd83) will increase coverage by 0.35%. The diff coverage is 91.48%.

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   79.26%   79.61%   +0.35%     
==========================================
  Files         150      153       +3     
  Lines        7137     7236      +99     
  Branches      581      584       +3     
==========================================
+ Hits         5657     5761     +104     
+ Misses       1454     1449       -5     
  Partials       26       26              
Impacted Files Coverage Δ
packages/hydra/components.ts 0.00% <0.00%> (ø)
packages/hydra/index.ts 0.00% <0.00%> (ø)
packages/wc-vaadin/components/instancesSelect.ts 85.15% <80.95%> (+9.94%) :arrow_up:
packages/hydra/lib/components/searchDecorator.ts 90.54% <90.54%> (ø)
...ckages/core/lib/components/base/instancesSelect.ts 96.38% <96.38%> (ø)
packages/core/lib/components/autoComplete.ts 100.00% <100.00%> (ø)
packages/core/lib/components/instancesSelect.ts 100.00% <100.00%> (+3.48%) :arrow_up:
packages/hydra/lib/components/autocomplete.ts 100.00% <100.00%> (ø)
packages/hydra/lib/components/instancesSelector.ts 100.00% <100.00%> (+8.58%) :arrow_up:
packages/wc-vaadin/components.ts 95.89% <100.00%> (+0.23%) :arrow_up:
... and 1 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more