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

release of v10.30 #3538

Merged
merged 4 commits into from
May 8, 2024
Merged

release of v10.30 #3538

merged 4 commits into from
May 8, 2024

Conversation

tujoworker
Copy link
Member

No description provided.

Copy link

vercel bot commented May 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eufemia ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 0:04am

Copy link

codesandbox-ci bot commented May 8, 2024

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.

* Also check the `.dnb-core-style` element if version is not found on
`body`
* warning instead of error if version is `unknown`
* Explain that `unknown` might be caused by lazy loading or a version
older than "10.25.0"
* Add a .js import for theme basis and update documentation for css
importing
* Fix .js import of eiendom theme
```tsx
import { Form } from '@dnb/eufemia/extensions/forms'
render(
  <>
    <Field.Boolean path="/myState" />
    <Form.Visibility
      pathTrue="/myState"
      keepInDOM
      fieldPropsWhenHidden={{ disabled: true }}
    >
      <Field.String />
    </Form.Visibility>
  </>,
)
```

---------

Co-authored-by: Joakim Bjerknes <joakbjerk@gmail.com>
@tujoworker tujoworker merged commit e1e341c into release May 8, 2024
9 checks passed
@tujoworker
Copy link
Member Author

🎉 This PR is included in version 10.30.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
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants