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(useCheckboxGroup): make field initializable (#94) #95

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

MiroslavPetrik
Copy link
Member

fixes #94

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

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

Comparison is base (126b454) 89.74% compared to head (1b942c0) 89.87%.
Report is 3 commits behind head on next.

Files Patch % Lines
src/components/checkbox-group/CheckboxGroup.tsx 45.00% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             next      #95      +/-   ##
==========================================
+ Coverage   89.74%   89.87%   +0.13%     
==========================================
  Files          92       92              
  Lines        2243     2282      +39     
  Branches      184      184              
==========================================
+ Hits         2013     2051      +38     
- Misses        227      228       +1     
  Partials        3        3              

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

@MiroslavPetrik MiroslavPetrik merged commit 412f651 into next Jan 18, 2024
2 of 3 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 18, 2024
## [4.0.7-next.9](v4.0.7-next.8...v4.0.7-next.9) (2024-01-18)

### Bug Fixes

* **useCheckboxGroup:** make field initializable ([#94](#94)) ([#95](#95)) ([412f651](412f651))
Copy link

🎉 This PR is included in version 4.0.7-next.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MiroslavPetrik MiroslavPetrik deleted the fix-94 branch January 18, 2024 17:28
MiroslavPetrik added a commit that referenced this pull request Jan 18, 2024
* fix(useFieldProps): enable passing initialValue via options (#82)

* chore(release): 4.0.7-next.1

## [4.0.7-next.1](v4.0.6...v4.0.7-next.1) (2024-01-18)

### Bug Fixes

* **useFieldProps:** enable passing initialValue via options ([#82](#82)) ([4fb0c3f](4fb0c3f))

* fix(checkboxFieldProps): make checkboxField initializable via options (#83)

* chore(release): 4.0.7-next.2

## [4.0.7-next.2](v4.0.7-next.1...v4.0.7-next.2) (2024-01-18)

### Bug Fixes

* **checkboxFieldProps:** make checkboxField initializable via options ([#83](#83)) ([63afa6d](63afa6d))

* fix(useDateFieldProps): make dateField initializable via options (#84)

* chore(release): 4.0.7-next.3

## [4.0.7-next.3](v4.0.7-next.2...v4.0.7-next.3) (2024-01-18)

### Bug Fixes

* **useDateFieldProps:** make dateField initializable via options ([#84](#84)) ([164487d](164487d))

* fix(useNumberFieldProps): make numberField initializable via options (#85)

* chore(release): 4.0.7-next.4

## [4.0.7-next.4](v4.0.7-next.3...v4.0.7-next.4) (2024-01-18)

### Bug Fixes

* **useNumberFieldProps:** make numberField initializable via options ([#85](#85)) ([dbad7da](dbad7da))

* fix(useFilesFieldProps): ignore the initialValue (#86) (#87)

* chore(release): 4.0.7-next.5

## [4.0.7-next.5](v4.0.7-next.4...v4.0.7-next.5) (2024-01-18)

### Bug Fixes

* **useFilesFieldProps:** ignore the initialValue ([#86](#86)) ([#87](#87)) ([40362f0](40362f0))

* fix(useTextFieldProps): make textField initializable via options (#88) (#89)

* fix(useTextFieldProps): make textField initializable via options (#88)

* optional options

fixes #88

* chore(release): 4.0.7-next.6

## [4.0.7-next.6](v4.0.7-next.5...v4.0.7-next.6) (2024-01-18)

### Bug Fixes

* **useTextFieldProps:** make textField initializable via options ([#88](#88)) ([#89](#89)) ([10d8ea9](10d8ea9))

* fix(useSelectFieldProps): make field initializable via options (#91)

* chore(release): 4.0.7-next.7

## [4.0.7-next.7](v4.0.7-next.6...v4.0.7-next.7) (2024-01-18)

### Bug Fixes

* **useSelectFieldProps:** make field initializable via options ([#91](#91)) ([126b454](126b454))

* fix(RadioGroup): support for `initialValue` prop (#92) (#93)

fixes #92

* chore(release): 4.0.7-next.8

## [4.0.7-next.8](v4.0.7-next.7...v4.0.7-next.8) (2024-01-18)

### Bug Fixes

* **RadioGroup:** support for `initialValue` prop ([#92](#92)) ([#93](#93)) ([f08db15](f08db15))

* fix(useCheckboxGroup): make field initializable (#94) (#95)

fixes #94

* chore(release): 4.0.7-next.9

## [4.0.7-next.9](v4.0.7-next.8...v4.0.7-next.9) (2024-01-18)

### Bug Fixes

* **useCheckboxGroup:** make field initializable ([#94](#94)) ([#95](#95)) ([412f651](412f651))

* fix(useMultiSelectFieldProps): make field initializable via options (#96) (#97)

fixes #96

* chore(release): 4.0.7-next.10

## [4.0.7-next.10](v4.0.7-next.9...v4.0.7-next.10) (2024-01-18)

### Bug Fixes

* **useMultiSelectFieldProps:** make field initializable via options ([#96](#96)) ([#97](#97)) ([049945b](049945b))

---------

Co-authored-by: semantic-release-bot <[email protected]>
github-actions bot pushed a commit that referenced this pull request Jan 18, 2024
## [4.0.7](v4.0.6...v4.0.7) (2024-01-18)

### Bug Fixes

* make fields initializable ([#98](#98)) ([2cd4e76](2cd4e76)), closes [#82](#82) [#82](#82) [#83](#83) [#83](#83) [#84](#84) [#84](#84) [#85](#85) [#85](#85) [#86](#86) [#87](#87) [#86](#86) [#87](#87) [#88](#88) [#89](#89) [#88](#88) [#88](#88) [#88](#88) [#89](#89) [#91](#91) [#91](#91) [#92](#92) [#93](#93) [#92](#92) [#92](#92) [#93](#93) [#94](#94) [#95](#95) [#94](#94) [#94](#94) [#95](#95) [#96](#96) [#97](#97) [#96](#96) [#96](#96) [#97](#97)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant