From a942361c6be66c0e9036ba35924ed5dbc842ffdd Mon Sep 17 00:00:00 2001 From: krysal <9145885+krysal@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:42:03 +0000 Subject: [PATCH 1/3] Publish changelog for frontend-2024.09.25.05.33.23 --- .../frontend/2024.09.25.05.33.23.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 documentation/changelogs/frontend/2024.09.25.05.33.23.md diff --git a/documentation/changelogs/frontend/2024.09.25.05.33.23.md b/documentation/changelogs/frontend/2024.09.25.05.33.23.md new file mode 100644 index 00000000000..1f0300fdb8b --- /dev/null +++ b/documentation/changelogs/frontend/2024.09.25.05.33.23.md @@ -0,0 +1,40 @@ +# 2024.09.25.05.33.23 + +## Improvements + +- Add dark snapshots to 2xl breakpoint visual regression tests + ([#4915](https://github.com/WordPress/openverse/pull/4915)) by @obulat +- Add new feature notice for dark mode + ([#4922](https://github.com/WordPress/openverse/pull/4922)) by @dhruvkb + +## Internal Improvements + +- Add `lg` dark mode snapshots + ([#4977](https://github.com/WordPress/openverse/pull/4977)) by @obulat +- Fix just argument splitting on pass-through recipes with complex args + ([#4961](https://github.com/WordPress/openverse/pull/4961)) by @sarayourfriend +- Add dark snapshots to xl breakpoint visual regression tests + ([#4970](https://github.com/WordPress/openverse/pull/4970)) by @obulat +- Add dark snapshots to 2xl breakpoint visual regression tests + ([#4915](https://github.com/WordPress/openverse/pull/4915)) by @obulat +- Organise and fix bugs in color definitions + ([#4969](https://github.com/WordPress/openverse/pull/4969)) by @dhruvkb +- Make Storybook visual regression tests more strict + ([#4919](https://github.com/WordPress/openverse/pull/4919)) by @obulat +- Sign k6 requests with HMAC to enable WAF bypass + ([#4908](https://github.com/WordPress/openverse/pull/4908)) by @sarayourfriend +- Enable running the snapshot tests for both color modes + ([#4926](https://github.com/WordPress/openverse/pull/4926)) by @obulat + +## Bug Fixes + +- Fix just argument splitting on pass-through recipes with complex args + ([#4961](https://github.com/WordPress/openverse/pull/4961)) by @sarayourfriend +- Fix flaky image cell test + ([#4968](https://github.com/WordPress/openverse/pull/4968)) by @obulat +- Remove "Testing Nuxt 3" text from markup + ([#4945](https://github.com/WordPress/openverse/pull/4945)) by @d3jawu +- Fix `VSelectField` focus ring + ([#4939](https://github.com/WordPress/openverse/pull/4939)) by @obulat +- Remove the gradient background from the VSafetyWall + ([#4938](https://github.com/WordPress/openverse/pull/4938)) by @obulat From 2f59de4f1625d3ca0d012e1f57b6e2621dbcb265 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Wed, 25 Sep 2024 18:48:44 +0300 Subject: [PATCH 2/3] Update documentation/changelogs/frontend/2024.09.25.05.33.23.md --- documentation/changelogs/frontend/2024.09.25.05.33.23.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/changelogs/frontend/2024.09.25.05.33.23.md b/documentation/changelogs/frontend/2024.09.25.05.33.23.md index 1f0300fdb8b..5cc74a2643a 100644 --- a/documentation/changelogs/frontend/2024.09.25.05.33.23.md +++ b/documentation/changelogs/frontend/2024.09.25.05.33.23.md @@ -2,8 +2,6 @@ ## Improvements -- Add dark snapshots to 2xl breakpoint visual regression tests - ([#4915](https://github.com/WordPress/openverse/pull/4915)) by @obulat - Add new feature notice for dark mode ([#4922](https://github.com/WordPress/openverse/pull/4922)) by @dhruvkb From a835aea67990f3b44f729e19a1b474d37f44e13a Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Wed, 25 Sep 2024 18:48:50 +0300 Subject: [PATCH 3/3] Update documentation/changelogs/frontend/2024.09.25.05.33.23.md --- documentation/changelogs/frontend/2024.09.25.05.33.23.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/changelogs/frontend/2024.09.25.05.33.23.md b/documentation/changelogs/frontend/2024.09.25.05.33.23.md index 5cc74a2643a..5bc54cbb6a6 100644 --- a/documentation/changelogs/frontend/2024.09.25.05.33.23.md +++ b/documentation/changelogs/frontend/2024.09.25.05.33.23.md @@ -9,6 +9,8 @@ - Add `lg` dark mode snapshots ([#4977](https://github.com/WordPress/openverse/pull/4977)) by @obulat +- Add dark snapshots to 2xl breakpoint visual regression tests + ([#4915](https://github.com/WordPress/openverse/pull/4915)) by @obulat - Fix just argument splitting on pass-through recipes with complex args ([#4961](https://github.com/WordPress/openverse/pull/4961)) by @sarayourfriend - Add dark snapshots to xl breakpoint visual regression tests