From 077d20bb1d36687ad6a66b0b3be184aff3a5c704 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 15 Sep 2025 12:53:31 +0200 Subject: [PATCH 1/4] Added missing RN --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 749acbbb636..34a174d5c3a 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -136,6 +136,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for * We fixed an issue where Studio Pro crashed when opening the **History** dialog if the metadata was corrupted * In the Dojo client, we fixed a pop-up window resizing issue that occurred upon interacting with a combobox widget inside the popup on mobile devices. * We fixed a conversion issue affecting sorting in the **Gallery** widget, specifically when upgrading the data widgets Marketplace module to version 3.0.0 or above. +* We introduced a set of pre-commit checks to ensure generated content is up-to-date before committing. This prevents generated content being updated without any user input after committing, which limited the user doing other version control operations like a Pull from the server. ### Known Issues From 2c048163d7df889f139f4800a9b3b3e845f72ad6 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 15 Sep 2025 12:54:49 +0200 Subject: [PATCH 2/4] Added missing RN --- content/en/docs/releasenotes/studio-pro/11/11.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.1.md b/content/en/docs/releasenotes/studio-pro/11/11.1.md index a4b13dea88b..cf4aa90b9d1 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.1.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.1.md @@ -124,6 +124,7 @@ weight: 99 * In the Dojo client, we fixed pop-up windows resizing while interacting with a Combobox inside the pop-up window on mobile devices. * When upgrading to a data widgets module version 3.0.0 or above, we fixed conversion issues affecting both grid-wide filtering configurations (when filter widgets were wrapped in containers) and drop-down filter settings for associations on Data grid 2 columns during widget updates. * We fixed an error that appeared when trying to use the [Radio buttons](/refguide/radio-buttons/) widget. +* We introduced a set of pre-commit checks to ensure generated content is up-to-date before committing. This prevents generated content being updated without any user input after committing, which limited the user doing other version control operations like a Pull from the server. ### Breaking Changes From 586053c88fd733ae0e987b45651248109e92f484 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:12:25 +0200 Subject: [PATCH 3/4] Update 10.24.md --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 34a174d5c3a..15240f61701 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -136,7 +136,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for * We fixed an issue where Studio Pro crashed when opening the **History** dialog if the metadata was corrupted * In the Dojo client, we fixed a pop-up window resizing issue that occurred upon interacting with a combobox widget inside the popup on mobile devices. * We fixed a conversion issue affecting sorting in the **Gallery** widget, specifically when upgrading the data widgets Marketplace module to version 3.0.0 or above. -* We introduced a set of pre-commit checks to ensure generated content is up-to-date before committing. This prevents generated content being updated without any user input after committing, which limited the user doing other version control operations like a Pull from the server. +* We introduced a set of pre-commit checks to ensure generated content is up to date before committing. This prevents generated content from being updated without any user input after committing, which limited the user from completing other version control operations (like a **Pull** from the server). ### Known Issues From da6e5578e3224220dc1dfce6a48a89065f829b54 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:12:47 +0200 Subject: [PATCH 4/4] Update 11.1.md --- content/en/docs/releasenotes/studio-pro/11/11.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.1.md b/content/en/docs/releasenotes/studio-pro/11/11.1.md index cf4aa90b9d1..21355ff3ad0 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.1.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.1.md @@ -124,7 +124,7 @@ weight: 99 * In the Dojo client, we fixed pop-up windows resizing while interacting with a Combobox inside the pop-up window on mobile devices. * When upgrading to a data widgets module version 3.0.0 or above, we fixed conversion issues affecting both grid-wide filtering configurations (when filter widgets were wrapped in containers) and drop-down filter settings for associations on Data grid 2 columns during widget updates. * We fixed an error that appeared when trying to use the [Radio buttons](/refguide/radio-buttons/) widget. -* We introduced a set of pre-commit checks to ensure generated content is up-to-date before committing. This prevents generated content being updated without any user input after committing, which limited the user doing other version control operations like a Pull from the server. +* We introduced a set of pre-commit checks to ensure generated content is up to date before committing. This prevents generated content from being updated without any user input after committing, which limited the user from completing other version control operations (like a **Pull** from the server). ### Breaking Changes