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

feat(kit): allow dynamic changes to TUI_NUMBER_FORMAT #6856

Merged
merged 6 commits into from
Feb 29, 2024

Conversation

vladimirpotekhin
Copy link
Member

Closes #2900, #2578

BREAKING CHANGES: remove TUI_NUMBER_FORMAT_OBSERVABLE in favour of TUI_NUMBER_FORMAT, tuiFormatNumber pipe requires async pipe now

Copy link

lumberjack-bot bot commented Feb 22, 2024

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

@@ -149,7 +149,7 @@ describe('InputRange', () => {
});

it('does not rounds to nearest multiple of [quantum] until text field losses focus', () => {
inputPORight.sendText('8');
inputPORight.sendText('8 лет');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps this is due to the removal of the initial calibration plugin from input-number, everything seems to be ok in the demo

Copy link
Contributor

github-actions bot commented Feb 22, 2024

Visit the preview URL for this PR (updated for commit ba421bf):

https://taiga-ui--pr6856-format-dynamic-yhycjcta.web.app

(expires Fri, 01 Mar 2024 10:12:09 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4b5ece1e114386f6a105425ef799091475b249eb

Copy link

bundlemon bot commented Feb 22, 2024

BundleMon

Files updated (2)
Status Path Size Limits
demo/browser/runtime.(hash).js
36.66KB (+34B +0.09%) +10%
demo/browser/vendor.(hash).js
205KB (-49B -0.02%) +10%
Unchanged files (3)
Status Path Size Limits
demo/browser/main.(hash).js
316.01KB +10%
demo/browser/styles.(hash).css
13.79KB +10%
demo/browser/polyfills.(hash).js
11.2KB +10%

Total files change -5B 0%

Groups updated (1)
Status Path Size Limits
demo/browser/*..js
2.21MB (+1.16KB +0.05%) -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

Copy link
Collaborator

@waterplea waterplea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll review InputNumber changes once other comments are addressed as it seems like it will change quite a bit.

@vladimirpotekhin vladimirpotekhin force-pushed the format-dynamic branch 3 times, most recently from 5bb8741 to 3d5dd3e Compare February 27, 2024 13:00
Copy link
Collaborator

@waterplea waterplea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it's all well without the initial calibration plugin? :)

@vladimirpotekhin vladimirpotekhin merged commit 3b3feb1 into main Feb 29, 2024
28 checks passed
@vladimirpotekhin vladimirpotekhin deleted the format-dynamic branch February 29, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

🚀 - Allow dynamic changes to TUI_NUMBER_FORMAT
4 participants