Browse Source
Merge branch 'main' into feat/storybook-holdings-table-component
pull/5697/head
Thomas Kaul
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/index.html
|
|
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Added a _Storybook_ story for the holdings table component |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Disabled the zoom functionality in the _Progressive Web App_ (PWA) |
|
|
|
|
|
|
|
## 2.208.0 - 2025-10-11 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ |
|
|
|
<meta content="${rootUrl}/${featureGraphicPath}" name="twitter:image" /> |
|
|
|
<meta content="${title}" name="twitter:title" /> |
|
|
|
<meta |
|
|
|
content="initial-scale=1, viewport-fit=cover, width=device-width" |
|
|
|
content="initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover, width=device-width" |
|
|
|
name="viewport" |
|
|
|
/> |
|
|
|
<meta content="#FFFFFF" name="theme-color" /> |
|
|
|
|