Fixes
- Logged out users automatically if their session has expired between page navigations. (#40718)
- Updated styles for the JS settings popover. (#40660)
- Improved offline data handling for data tables with infinite scroll enabled. (#40632)
- Refined table search by excluding system columns from search results. (#40647)
- Removed usage of the Google Shared Drive flag. (#40617)
- Resolved cyclic dependencies caused by run behavior changes in reactive queries. (#40481)
- Fixed unit test failures in
JSFunctionSettings
. (#40480)
Features
- Added backend support for backwards compatibility in "execute on load" functionality. (#40644)
- Improved infinite scroll column merging in
TableWidgetV2
. (#40610) - Replaced all frontend instances of
executeOnLoad
withrunBehavior
. (#40358) - Replaced
executeOnLoad
withrunBehavior
in all action config settings. (#40339) - Updated references across the codebase from
executeOnLoad
torunBehaviour
. (#40361)