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.62 #4414

Merged
merged 9 commits into from
Dec 20, 2024
Merged

release of v10.62 #4414

merged 9 commits into from
Dec 20, 2024

Conversation

langz
Copy link
Contributor

@langz langz commented Dec 17, 2024

No description provided.

To fix failing CI runs.

---------

Co-authored-by: -l <anderslangseth@gmail.com>
@langz langz requested a review from tujoworker as a code owner December 17, 2024 19:06
Copy link

vercel bot commented Dec 17, 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 Dec 19, 2024 7:09pm

Copy link

codesandbox-ci bot commented Dec 17, 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.

…#4409)

This PR adds two new properties to the `SubmitIndicator`:

- `showLabel` makes to the label gets visible.
- `label` is to customize the label content.

The `SubmitIndicator` is not effected from this change, except that we
speed up the animation.

---------

Co-authored-by: Anders <anderslangseth@gmail.com>
…es (#4410)

This PR is based on #4409

Add `showLabel` to the FieldBlock, so that async processes have label
instead of just the dots:

<img width="420" alt="Screenshot 2024-12-17 at 10 35 02"
src="https://github.com/user-attachments/assets/df772014-aa63-4959-b7f1-b936eb0eb0b1"
/>

---------

Co-authored-by: Anders <anderslangseth@gmail.com>
Like the `update` method from useData, I think it would be befeifial to
have an update method to use "outside" of the React tree. Right now I
think it is logical to place in the setData handler. But any better
ideas are welcome.

```tsx
import { Form } from '@dnb/eufemia/extensions/forms'

const myFormId = 'unique-id' // or a function, object or React Context reference
const { update } = Form.setData(myFormId)

// Call "update" with the path and the new value.
update('/foo', 1)
```
…bers` (#4419)

fixes #4293

As of now, I've just added support for the characters ÆØÅ, not sure if
there's other non-alphanumeric characters we should support, and perhaps
improve the regex to something better than just`\wÆØÅæøå`.

[Original CSB from the
issue](https://codesandbox.io/p/sandbox/stoic-feather-8ymh7s)
[CSB with the
fix](https://codesandbox.io/p/sandbox/relaxed-paper-gyxyf8?workspaceId=ws_LbiDwJdEBdbwxH2AkyAyVE)
using commit
aa28f0c
[CSB with the
fix](https://codesandbox.io/p/sandbox/flamboyant-feistel-klw9c2?workspaceId=ws_LbiDwJdEBdbwxH2AkyAyVE)
using commit
2334c87

---------

Co-authored-by: Tobias Høegh <tobias@tujo.no>
Changelog for forms in release v10.62.0
#4414

---------

Co-authored-by: Tobias Høegh <tobias@tujo.no>
@langz langz merged commit 90217a1 into release Dec 20, 2024
10 checks passed
@tujoworker
Copy link
Member

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

2 participants