-
Notifications
You must be signed in to change notification settings - Fork 478
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
refactor(core)!: tuiFormatNumber(value, configs)
new function signature
#2309
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
Codecov Report
@@ Coverage Diff @@
## v3.x #2309 +/- ##
=======================================
Coverage ? 56.34%
=======================================
Files ? 973
Lines ? 9566
Branches ? 1937
=======================================
Hits ? 5390
Misses ? 3747
Partials ? 429
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Visit the preview URL for this PR (updated for commit 7f5f864): https://taiga-ui--pr2309-format-number-fn-arg-hrufd4o7.web.app (expires Wed, 10 Aug 2022 12:17:21 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
1918350
to
b4f6e49
Compare
b4f6e49
to
82ba309
Compare
…th single object
4c0bbaa
to
7f5f864
Compare
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
…ture (#2309) * refactor(core)!: `tuiFormatNumber(value, configs)` new function signature * refactor(core)!: `TuiNumberFormatSettings` add `decimalLimit` * refactor(core)!: `FormatNumberPipe` replace all optional arguments with single object * feat(core): new constant `TUI_DEFAULT_NUMBER_FORMAT`
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Utility:
Pipe:
What is the new behavior?
Utility:
Pipe:
Does this PR introduce a breaking change?