Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(listAtom): update the inner fieldAtom's name with current list name & position (#109) #112

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

MiroslavPetrik
Copy link
Member

Fixes #109

  • test(listAtom): scoped names

  • listItem as extended formAtom with name

  • use extended listItemForm

  • fix types so build passes

  • add effect for syncing field names

  • docs(List): add names

  • test(listAtom): the indexes are updated for current values

  • docs: add feature for scoped names

  • fix compouning names, drop the scoped atom once the fields unmount.

* test(listAtom): scoped names

* listItem as extended formAtom with name

* use extended listItemForm

* fix types so build passes

* add effect for syncing field names

* docs(List): add names

* test(listAtom): the indexes are updated for current values

* docs: add feature for scoped names

* fix compouning names, drop the scoped atom once the fields unmount.
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (d780fb2) 90.52% compared to head (562739e) 91.23%.

Files Patch % Lines
src/atoms/list-atom/listItemForm.ts 99.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   90.52%   91.23%   +0.70%     
==========================================
  Files         100      101       +1     
  Lines        2513     2737     +224     
  Branches      196      215      +19     
==========================================
+ Hits         2275     2497     +222     
- Misses        238      240       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MiroslavPetrik MiroslavPetrik merged commit 00d597b into main Feb 16, 2024
6 checks passed
Copy link

🎉 This PR is included in version 4.0.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scoped name property for listAtom
1 participant