Skip to content

Commit

Permalink
release of v10.57.1 (#4326)
Browse files Browse the repository at this point in the history
Motivation for the bugfix release is mainly this fix
#4324
  • Loading branch information
tujoworker authored Nov 22, 2024
2 parents 0d3f60e + 69dc60a commit 4cde2ba
Show file tree
Hide file tree
Showing 300 changed files with 11,159 additions and 369 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
- '!alpha'
pull_request:
branches:
- 'main'
- 'portal'
- 'release'
- 'beta'
- 'alpha'
- 'next'
types: [opened]

concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/icons-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- 'icon*/**'
pull_request:
branches:
- 'icon*/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:
- '!experiments/**'
pull_request:
branches:
- 'main'
- 'portal'
- 'release'
- 'beta'
- 'alpha'
- 'next'
types: [opened]

concurrency:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
- '!alpha'
pull_request:
branches:
- 'main'
- 'portal'
- 'release'
- 'beta'
- 'alpha'
- 'next'
types: [opened]

concurrency:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ When a field in the section has an error and the section has `containerMode` set

<Examples.ViewAndEditContainerValidation />

### Using `variant="basic"`

Using `variant="basic"` will render the view and edit container without the additional Card `outline`.

<Examples.BasicViewAndEditContainer />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,14 @@ export const WithAsyncFileHandler = () => {
<Form.Handler onSubmit={async (form) => console.log(form)}>
<Flex.Stack>
<Field.Upload
id="async_upload_context_id"
path="/attachments"
labelDescription="Upload multiple files at once to see the upload error message. This demo has been set up so that every other file in a batch will fail."
fileHandler={mockAsyncFileUpload}
required
/>
<Form.SubmitButton />
<Tools.Log />
</Flex.Stack>
<Output />
</Form.Handler>
)
}
Expand Down Expand Up @@ -145,11 +144,6 @@ export const WithAsyncFileHandler = () => {
return updatedFiles
}

const Output = () => {
const { files } = useUpload('async_upload_context_id')
return <Tools.Log data={files} top />
}

return <MyForm />
}}
</ComponentBox>
Expand All @@ -165,14 +159,13 @@ export const WithSyncFileHandler = () => {
<Form.Handler onSubmit={async (form) => console.log(form)}>
<Flex.Stack>
<Field.Upload
id="sync_upload_context_id"
path="/myattachments"
fileHandler={mockSyncFileUpload}
required
/>
<Form.SubmitButton />
<Tools.Log />
</Flex.Stack>
<Output />
</Form.Handler>
)
}
Expand All @@ -186,11 +179,6 @@ export const WithSyncFileHandler = () => {
})
}

const Output = () => {
const { files } = useUpload('sync_upload_context_id')
return <Tools.Log data={files} top />
}

return <MyForm />
}}
</ComponentBox>
Expand Down
148 changes: 148 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/ad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/ae.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/af.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/ag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/al.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/am.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/ao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/aq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions packages/dnb-eufemia/assets/flags/1x1/ar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4cde2ba

Please sign in to comment.