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: fixedDecimalValue issue #292 and handle fixedDecimalValue 0 #313

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

cchanxzy
Copy link
Owner

@cchanxzy cchanxzy commented Nov 7, 2023

Fixes issue #292 regarding fixedDecimalValue.

Also, fixes/better handles if fixedDecimalValue = 0 . Prior to this fix, 0 would be ignored, which isn't exactly correct.

@cchanxzy cchanxzy force-pushed the fix/fixedDecimalValue-handle-changes branch from c1eba67 to 3302541 Compare November 7, 2023 18:03
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c9f6afe) 100.00% compared to head (3302541) 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #313   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          402       406    +4     
  Branches       155       157    +2     
=========================================
+ Hits           402       406    +4     
Files Coverage Δ
src/components/utils/fixedDecimalValue.ts 100.00% <100.00%> (ø)

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

@cchanxzy cchanxzy merged commit 5be14cb into master Nov 7, 2023
5 checks passed
@cchanxzy cchanxzy deleted the fix/fixedDecimalValue-handle-changes branch November 7, 2023 18:08
github-actions bot pushed a commit that referenced this pull request Nov 7, 2023
## [3.6.12](v3.6.11...v3.6.12) (2023-11-07)

### Bug Fixes

* fixedDecimalValue issue [#292](#292) and handle fixedDecimalValue 0 ([#313](#313)) ([5be14cb](5be14cb))
Copy link

github-actions bot commented Nov 7, 2023

🎉 This PR is included in version 3.6.12 🎉

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.

2 participants