diff --git a/documentation/changelogs/frontend/2024.12.19.03.36.42.md b/documentation/changelogs/frontend/2024.12.19.03.36.42.md new file mode 100644 index 00000000000..cdcb9230bb6 --- /dev/null +++ b/documentation/changelogs/frontend/2024.12.19.03.36.42.md @@ -0,0 +1,14 @@ +# 2024.12.19.03.36.42 + +## Improvements + +- Add sources cache to Nuxt app + ([#5288](https://github.com/WordPress/openverse/pull/5288)) by @obulat + +## Bug Fixes + +- Add required variables for Nuxt Sentry setup + ([#5284](https://github.com/WordPress/openverse/pull/5284)) by @obulat +- Fix scrollbar visibility issue on Windows browsers(replaced overflow-y: scroll + with overflow-y: auto). + ([#5285](https://github.com/WordPress/openverse/pull/5285)) by @Anuj012004