Commit ed12d18
authored
chore(main): release 1.7.0 (#394)
🤖 I have created a release *beep* *boop*
---
##
[1.7.0](1.6.0...1.7.0)
(2025-12-12)
### Features
* Adds support for rendering a header background image using
`data.attributes.content.image`
([#393](#393))
([925db81](925db81))
An image can now be used as the background for the header (rather than
the `primary-800` color).
```jsonc
{
"_static": {
"generator": {
"name": "@globus/static-search-portal"
}
},
"data": {
"version": "1.0.0",
"attributes": {
"content": {
"image": "https://www.globus.org/assets/images/example-pattern.png",
"logo": {
"src": "https://www.globus.org/assets/images/logo_globus-solid.svg",
"alt": "Globus"
},
"headline": "Example Logo + Image"
},
// ...
}
}
```
<img width="1337" height="622" alt="example-header-image"
src="https://github.com/user-attachments/assets/30443589-ab06-48b5-92b3-806744141f4c"
/>
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 925db81 commit ed12d18
File tree
5 files changed
+12
-5
lines changed- src/globus
5 files changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments