-
Notifications
You must be signed in to change notification settings - Fork 35
fix(NumberFormat): ensure -0 is displayed as 0 #4691
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
langz
approved these changes
Mar 6, 2025
tujoworker
pushed a commit
that referenced
this pull request
Mar 10, 2025
## [10.67.0](v10.66.1...v10.67.0) (2025-03-10) ### 📝 Documentation * **Autocomplete:** correct link to data property ([#4677](#4677)) ([e124b6c](e124b6c)) * **Breadcrumb:** move `onClick` from properties to events doc ([#4675](#4675)) ([09b4463](09b4463)) * **DatePicker:** correct `range` description ([#4697](#4697)) ([3aa057a](3aa057a)) * **Dialog:** removes double properties heading ([#4676](#4676)) ([6cb9ee3](6cb9ee3)) * **Dropdown:** correct link to data property ([#4678](#4678)) ([7081e79](7081e79)) * **Form.Section.EditContainer:** move events to events tab ([#4682](#4682)) ([fbaa6b5](fbaa6b5)) * **Form.Section.ViewContainer:** move events to events tab ([#4683](#4683)) ([c85296f](c85296f)) * **Form.SubmitConfirmation:** move events to events tab ([#4684](#4684)) ([d4829d8](d4829d8)) * **HeightAnimation:** remove properties heading from events doc ([#4679](#4679)) ([ea80698](ea80698)) * **InfoCard:** remove events from properties ([#4680](#4680)) ([787118b](787118b)) * **Timeline:** correct import example ([#4681](#4681)) ([1d6a755](1d6a755)) * **Wizard.EditButton:** add properties docs ([#4685](#4685)) ([25f6474](25f6474)) ### 🐛 Bug Fixes * **Anchor:** deprecate `scrollToHashHandler` ([#4671](#4671)) ([cd2df7c](cd2df7c)) * **DatePicker:** remove input validation (use Field.Date for included validation) ([#4688](#4688)) ([2e66cda](2e66cda)) * **DatePicker:** using custom locale `sv-SE` breaks calendar ([#4698](#4698)) ([3108de0](3108de0)) * **Forms:** ensure to update status message when validator returns different array ([#4690](#4690)) ([f8868c5](f8868c5)) * **NumberFormat:** ensure -0 is displayed as 0 ([#4691](#4691)) ([8fab366](8fab366)) * **Value.SummaryList:** use `span` when wrapped inside Form.Visibility ([#4669](#4669)) ([00d7386](00d7386)) ### ✨ Features * **DatePicker:** add support for swedish translations ([#4706](#4706)) ([0e57c76](0e57c76)) * **Field.Address:** add `element` property ([#4670](#4670)) ([1aae5d0](1aae5d0)) * **Field.NationalIdentityNumber:** bump internally used @navikt/fnrvalidator to v2.1.5 ([#4695](#4695)) ([b640c17](b640c17)) * **Forms:** add async Autocomplete support to Field.Selection ([#4664](#4664)) ([ac8d58c](ac8d58c)), closes [#4657](#4657) * use @dnb/browserslist-config for when creating the bundle ([#4704](#4704)) ([dde596b](dde596b))
Member
Author
|
🎉 This PR is included in version 10.67.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
tujoworker
added a commit
that referenced
this pull request
Mar 20, 2025
tujoworker
pushed a commit
that referenced
this pull request
Mar 21, 2025
## [10.69.0](v10.68.1...v10.69.0) (2025-03-21) ### ✨ Features * **Field.SelectCountry:** add `autoComplete` support ([#4781](#4781)) ([176760b](176760b)) * **Field.SelectCountry:** enhance value type ([#4782](#4782)) ([a51ec61](a51ec61)) * **Forms:** add `CountryISO` as the value type to Field.SelectCountry ([#4791](#4791)) ([b8491ed](b8491ed)) * **Forms:** add `Field.SelectCurrency` and `Value.SelectCurrency` ([#4770](#4770)) ([279d03e](279d03e)) * **InfoCard:** add `stretch` property and don't stretch by default ([#4765](#4765)) ([d7c850d](d7c850d)) * **NumberFormat:** use component's translation for invalid aria text ([#4763](#4763)) ([f446639](f446639)) * **Table:** add view transition support to inserted table rows (accordion) ([#4764](#4764)) ([29273c8](29273c8)) ### 📝 Documentation * add link to localization docs in portal tools menu ([#4762](#4762)) ([d39353b](d39353b)) * **DatePicker:** add rationale behind why `correctInvalidDate` is not on by default ([#4776](#4776)) ([c414463](c414463)) * **Field.SelectCountry:** improve event arguments ([#4784](#4784)) ([644f9e8](644f9e8)) * **Forms:** add example on how to use `onInput` ([#4792](#4792)) ([2294b68](2294b68)) ### 🐛 Bug Fixes * **Forms:** don't show Wizard step error on small screens for the same step ([#4774](#4774)) ([74afa5e](74afa5e)) * **Forms:** enhance typing for `FieldBlock` and `useFieldProps` ([#4785](#4785)) ([64070a6](64070a6)) * **Forms:** ensure Wizard does not show invalid error ([#4786](#4786)) ([e5f913c](e5f913c)) * **NumberFormat:** ensure -0 is displayed as 0 when formatted as currency ([#4788](#4788)) ([aa02d37](aa02d37)), closes [#4691](#4691)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
More info.