Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

Expand Down
1 change: 1 addition & 0 deletions content/en/docs/releasenotes/studio-pro/11/11.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

Expand Down