Skip to content

Release v1.73 🌈

Choose a tag to compare

@btsgh btsgh released this 22 May 06:10
· 349 commits to master since this release
1284a69

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 with runBehavior. (#40358)
  • Replaced executeOnLoad with runBehavior in all action config settings. (#40339)
  • Updated references across the codebase from executeOnLoad to runBehaviour. (#40361)