New features
- Add file field support to formula and lookup fields #1012
- Make it possible to edit values in the row edit modal of a relationship #1117
- Added condition groups for advanced row filtering using 'And' & 'Or' conjunctions. #1271
- Add a new view filter for selecting rows whose file columns have less files than a given number #1771
- Replace icons #1918
- Restyle tabs component #1918
- Add ability to subscribe to multiple pages via websockets #2019
- Add row edit history #2030
- Prevent CSV injection when exporting view to CSV format. #2043
- Invalidate authentication tokens on password change. #2044
- Expires the refresh token on log out. #2045
- Enable linking to multiple link to table entries in form view #810
- Introduced endpoint to create a new user as admin.
- Reduced the number of queries when listing rows in a table that has many single/multiple select fields.
- Introduced space bar keyboard shortcut to open row edit modal in grid view. #2030
Bug fixes
- baserow round formula causing sql errors #1595
- date interval addtion bug #1742
- Prevent filters to be applied when the user open the row edit modal. #1765
- the second formula function applied on a date field fails hard #1812
- fix when_empty must be the same type error when working with url and email fields #1880
- Fix rounded corners in edit row modal #1950
- fix webhook url validation not being disabled when baserow_webhooks_allow_private_address true #1959
- Fix a not working ctrl/cmd+f keyboard shortcut on pages that don't have a search box. #1968
- Fix bug where the navigation history was wrong after last view. #2006
- Fix a bug not clearing the notification store when the user logs out. #2016
- Fix an issue with running Baserow in production mode #2035
- Remove duplicate field options and fix remaining race in update_field_options #725
- Fix batch file request missing validation.
- Fix performance bug when N number
empty_count
view aggregation were added.
- Fix import serialized with missing select options error.
- Fix bug in the gallery view which resulted in the row edit modal not always having an update to do row.
- Reduced the number of
get_model
calls in the row endpoints.
Refactors
- Replaced template icons with Iconoir.
- Replaced the logo with the new one.