-
Notifications
You must be signed in to change notification settings - Fork 32
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
release of v10.57 #4295
Merged
release of v10.57 #4295
Conversation
This file contains 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
Adds missing `asyncFileHandler` property from docs and adds test for mixed `asyncFileHandler`handler results --------- Co-authored-by: Whitney Hiltz <[email protected]>
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. |
…Selection): disabled options (#4154) * Individual entries in `DrawerList` can now be disabled * Works with `Dropdown`, `Autocomplete`, `Field.Selection`, and `Field.ArraySelection` Other changes: * `selected_key` prop deprecated and can be replaced by `selectedKey` * Updated types for `DrawerList` props * `value` also checks index if no `selectedKey` is a match * `title` overrides `children` in `Field.Option` used by `Field.Selection` and `Field.ArraySelection`
langz
commented
Nov 19, 2024
packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/changelog.mdx
Outdated
Show resolved
Hide resolved
…dateInitially` is used (#4303)
Also, it corrects icon size of icon when given like this `icon={<Bell />}` to e.g. a button.
…phy props to Span (#4235) * Added CSS classes for basic typography. Prefix `.dnb-t` * Updated all component to use the new classes instead of `.dnb-p` classes * Added typography props to the `<Span>` component * Updated typography documentation to show the current theme's values
Based on #4311 --------- Co-authored-by: -l <[email protected]>
…ard (use `Form.Card` in forms instead of Card) (#4318) With this we introduce `Form.Card` a new wrapper component for Card. It defaults to true on `outset` and `stack`. So when using it, it automatically gives the needed styles for classical forms. [Here](https://eufemia-git-feat-forms-card-eufemia.vercel.app/uilib/extensions/forms/Form/Card/) are the docs. <img width="567" alt="Screenshot 2024-11-21 at 20 04 43" src="https://github.com/user-attachments/assets/95d98bd4-297c-4355-8ee1-2f8aa7579b5e"> We also need to set a higher gap between the Wizard sidebar and its content: <img width="708" alt="Screenshot 2024-11-21 at 22 13 51" src="https://github.com/user-attachments/assets/e0328554-61bd-4ff3-8058-8a9bdd803bf4"> --------- Co-authored-by: Anders <[email protected]>
tujoworker
approved these changes
Nov 22, 2024
🎉 This PR is included in version 10.57.0 🎉 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
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.
No description provided.