Skip to content

202604 upstream merge#255

Merged
erictheise merged 44 commits into
stagingfrom
202604-upstream-merge
Mar 31, 2026
Merged

202604 upstream merge#255
erictheise merged 44 commits into
stagingfrom
202604-upstream-merge

Conversation

@erictheise
Copy link
Copy Markdown
Member

No description provided.

tyrasd and others added 30 commits August 25, 2025 12:39
this allows for example to make the replaced parts to use additional html markup:

```js
selection.call(t.append('stringId', {
    key1: 'replacementString',
    key2: sel => sel.append('a')
        .attr('href', 'https://example.com')
        .text(…);
})
```
* fields
* commit.js / uploader
* conflicts resolution pane
* contributors list
(left are: intro modules, and situations where markup is passed through `marked` which should sanitize the content sufficiently)
Bumps [netlify-cli](https://github.com/netlify/cli) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v24.0.1...v24.1.0)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-version: 24.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…okenize-replacements

Allow string replacements to use callback functions. This allows to implement replacement parts that can inject additional html markup:

```
selection.call(t.append('stringId', {
    key1: 'replacementString',
    key2: sel => sel.append('a')
        .attr('href', 'https://example.com')
        .text(…);
})
```

Further, it allows to have the correct locales on a replacement part if the respective substring is not yet translated in that locale.
@erictheise erictheise merged commit e9f9a2e into staging Mar 31, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants