From 10868969926213e1ca1d1c9f3fa50ae77f0fef39 Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:42:25 -0400 Subject: [PATCH] Publish changelog for frontend-2024.12.19.03.36.42 (#5291) Co-authored-by: obulat <15233243+obulat@users.noreply.github.com> --- .../changelogs/frontend/2024.12.19.03.36.42.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 documentation/changelogs/frontend/2024.12.19.03.36.42.md 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