-
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
feat(forms): add property compensateForGap to Visibility #3733
Merged
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
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
Jun 25, 2024
packages/dnb-eufemia/src/components/height-animation/useHeightAnimation.tsx
Outdated
Show resolved
Hide resolved
packages/dnb-eufemia/src/extensions/forms/Form/Visibility/Visibility.tsx
Outdated
Show resolved
Hide resolved
packages/dnb-eufemia/src/extensions/forms/Form/Visibility/VisibilityDocs.ts
Outdated
Show resolved
Hide resolved
tujoworker
force-pushed
the
feat/visibility-gap
branch
from
June 25, 2024 09:17
ea78ed5
to
5109840
Compare
tujoworker
pushed a commit
that referenced
this pull request
Jun 26, 2024
## [10.38.0](v10.37.0...v10.38.0) (2024-06-26) ### 🐛 Bug Fixes * **Accordion:** add missing bottom border on hover ([#3723](#3723)) ([41fb027](41fb027)) ### 📝 Documentation * **Button:** add 'small' button size as supported ([#3735](#3735)) ([686cb90](686cb90)) ### ✨ Features * **Accordion:** allow multiple accordions inside a group to be expanded at the same time ([#3726](#3726)) ([68d3b0b](68d3b0b)) * **Card:** add support for nesting a Section with breakout until edge of card ([#3728](#3728)) ([97e92c2](97e92c2)) * **forms:** add property compensateForGap to Visibility ([#3733](#3733)) ([3094b18](3094b18)), closes [#3732](#3732) * **forms:** add support for nested `Section` and `ArraySelection` fields ([#3734](#3734)) ([d4b3bb4](d4b3bb4)), closes [#3733](#3733) * **HeightAnimation:** add property `compensateForGap` ([#3732](#3732)) ([b0c4199](b0c4199))
🎉 This PR is included in version 10.38.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.
Based on #3732