What's new?
🚀 Features
- You can now use menu buttons inside the table widget. (#7039)
- Improvements in JS code linting to support optional chaining, null coalescing and even in trigger functions (#8448, #7638)
- You can now run APIs or DB queries periodically using
setInterval
andclearInterval
JS functions (#8158) - You can now add authentication details directly from the API pane (#8245)
🐛 Bug Fixes
- Fixed an annoying bug where the autocomplete suggestions would randomly disappear (#7662)
- Improved debugging experience with better error messages (#8518, #8263, #8195)
- Fixed a bug where renaming a table changed the column order (#8386, #8167)
- Clicking the icon button inside a table no longer de-selects the row in a table widget (#8197)
- When applying any filters to a table widget, the page number now resets to 1 (#8257)
- Fixed inconsistency in button variant types to PRIMARY, SECONDARY and TERTIARY (#7817)
- Improvements to UI widgets across the board (#8271, #8223, #8424, #8183, #8209)