-
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.22 #3342
Merged
Merged
release of v10.22 #3342
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
* Added expandable table rows * Sbanken styling of table accordion
…n) (#3340) Design change as of Jan 16th.
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. |
Added a property to the theme context that can be used to tell components that they are on a dark background. This will let us create styling for components that can't be used on dark background today. * Added Theme context prop `darkBackground` * Added `Theme.Provider` wrapper to easily define theme context areas without changing DOM * Added styling for sbanken buttons on dark background
* Added variant `responsive` as default * Variant `multiple` now stays expanded on all screen sizes * Update documentation to make it more clear what the different variants do
From before, Eufemia helpers offers a `debounce` method. We expand on it and add async/await support.
… 100% on clickable labels (#3338) The visual test does also verify that new appearance. Visually it should not make any difference. But the "clickable" area will be more logically. Before <img width="639" alt="Screenshot 2024-02-26 at 09 55 40" src="https://github.com/dnbexperience/eufemia/assets/1501870/73d37892-8869-4ec5-be44-e0e8f4a9662e"> After <img width="225" alt="Screenshot 2024-02-26 at 09 55 50" src="https://github.com/dnbexperience/eufemia/assets/1501870/9e03e954-c862-48a8-8e8d-df19f9c38378">
…use span instead of divs to support inline elements (#3344) After: <img width="180" alt="Screenshot 2024-02-27 at 08 27 20" src="https://github.com/dnbexperience/eufemia/assets/1501870/26941654-f3ab-4aa7-9959-1f0691472c1f"> Before: <img width="189" alt="Screenshot 2024-02-27 at 08 27 40" src="https://github.com/dnbexperience/eufemia/assets/1501870/6908e404-02a3-4e0c-a65d-88844e33eb2c">
By using `position: absolute` on the first pain styles, we got a wrong height calculation.
…nments (#3350) More [info](https://dnb-it.slack.com/archives/CMXABCHEY/p1708946072052039). Thank you @kimroen ⭐
🎉 This PR is included in version 10.22.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.