Baserow - Package Updates
-
[1.30.0]
- Update baserow to 1.33.0
- Full Changelog
- [Database] Handle UniquePrimaryPropertyNotFound gracefully. #3430
- [Database] Add support for list filtering on link_row_has filter type. #3478
- [Database] Support default values for Boolean and Number fields #2173
- [Builder] Add a file input element to upload files #2188
- [Database] Install template during onboarding #2638
- [Builder] Add rating element, collection rating field and rating input field. #2765
- [Database] Add field level permisions. #3189
- [Database] Trigger webhooks when linked row values change in related tables. #3267
- [Builder] Add support for list type values for query parameters. #3433
- [Builder] Add "Made with Baserow" label to bottom of the pages. #3464
-
[1.30.1]
- Update baserow to 1.33.1
- Full Changelog
- [Database] Fix Airtable import empty is_any_off bug. #3595
- [Database] Show row creation/deletion in row history' #2117
- [Database] Add empty and not_empty filters for lookup fields. #3527
- [Database] Introduce advanced self-hosting license type.
- [Builder] Fixed bug that prevented older browsers from checking the error state of a Collection element. #3591
- [Builder] Made the login error handling slightly more robust. #3592
- [Builder] Improved error handling in user source authentication. #3594
- [Database] Fix clearing link row and rating cell value in the grid view with backspace. #1788
-
[1.30.2]
- Update baserow to 1.33.2
- Full Changelog
- [Builder] Support id_token to get user info with OIDC providers
- [Database] Fix bug formatting numbers in the gallery view with space and comma. #3584
- [Builder] Fixed a bug caused by an uninitialized variable. #3589
- [Builder] Fix a potential race condition when querying Data Sources. #3593
- [Database] Resolved a warning which was displayed when an autonumber field was added. #3600
-
[1.30.3]
- Update baserow to 1.33.3
- Full Changelog
- [Database] Introduce list all tables endpoints via token auth. #1100
- [Database] Be able to specify a default value on multiple select field #2173
- [Database] Support default values for single select field #2173
- [Database] Make AI field editable #3557
- [Builder] Fix issue when two columns of a table element have the same value #3144
- [Builder] Allow blank link row values in create and update row actions. #3524
- [Builder] Fix form values being reset before all actions are done #3530
- [Builder] Fix data input not reset after form submition with "Reset after submission" option #3583
- [Builder] Fix choice element missing default value for single select #3602
- [Database] Returns an HTTP 409 instead of an HTTP 503 when the request fails due to a deadlock.
-
[1.30.4]
- Update baserow to 1.33.4
- Full Changelog
- [Builder] Add the HTTP request action to request endpoint #3234
- [Dashboard] Add ability to choose between bar and line series #3514
- [Dashboard] Jira data sync personal access token authentication. #3558
- [Database] Fix rating filter style reactivity #3523
- [Builder] Login action are now executed even if the user is already authenticated #3630
- [Builder] Ensure that in the Theme settings, the Table styles are rendered in the preview panel. #3631
- [Builder] Fix styling issues when using Text element with markdown format. #3632
- [Builder] Fix code blocks in markdown code for text element #3634
- [Database] Fixed bug where formula values reset when moving rows. #3640
- [Database] Fix bug where empty numeric fields were displayed as
NaN
in the row edit modal and in forms #3651
-
[1.31.0]
- Update baserow to 1.34.2
- Full Changelog
- [Builder] Resolved an issue which prevented the table element's button events from working correctly.
- [Database] Limit the number of linked items returned by default in views. #161
- [Database] Add ability to select multiple rows via checkbox or keyboard shortcut for bulk actions #1923
- [Builder] Allow to add custom CSS/JS and external scripts to a published application #2344
- [Database] Optionally auto sync newly added properties to the data sync. #3423
- [Dashboard] Group aggregated values into 'Other' bucket when the number of buckets is not sufficient #3549
- [Builder] Error messages are displayed in the editor when an element, an action or a data source is misconfigured #3550
- [Builder] Improve error message for data source and action errors #3550
- [Builder] Allow sending emails with SMTP #3551
- [Builder] User can define the default count of records returned by the Local Baserow List Rows data source. #3673
-
[1.31.1]
- Added 'Overview' Heading
-
[1.31.2]
- Update baserow to 1.34.4
- Full Changelog
- [Database] Fix Field
id
expected by got dict error - [Dashboard] Separate bar and line charts as new chart options #3663
- [Database] Handle empty number_decimal_places value for number formula field #3616
- [Builder] Remove toast in the editor as it is confusing #3750
- [Database] Do not re-raise mapped exceptions when running jobs #3753
- [Builder] Fix font family from theme not applied to previewed/published page
- [Core] Fixed issue where applications failed to load properly with multiple workspaces
- [Builder] Resolved an issue which prevented data sources from being able to choose a specific view.
- [Database] Stop scheduling search tasks if the workspace is None (i.e. snapshots)
-
[1.31.3]
- Update baserow to 1.34.5
- Full Changelog
- [Database] Speed up a slow query to update search vectors and automatically remove stale entries from the pending updates table.
-
[1.32.0]
- Update baserow to 1.35.0
- Full Changelog
- [Database] Show an asterisk (*) to indicate required fields in forms #2704
- [Dashboard] Add pie and doughnut charts #3552
- [Database] Allow application selection during workspace export #3734
- [Builder] Add environment variable to allow sending request to internal IPs with HTTP request action #
- [Core] Show highest role on admin user listing page. #3754
- [Database] Deactivate data sync and notify user when no proper license is available #3562
- [Database] Skipped fields during CSV import will not overwrite table data #3652
- [Builder] Properly handle error in HTTP request action #3749
- [Builder] Don't show an error message for unused data source #3760
- [Database] Fix undo for single select with default value #3762
-
[1.32.1]
- Update baserow to 1.35.1
- Full Changelog
- [Builder] Allow to set CSSclasses for any element #3752
- [Database] Added missing translations for ImportFileModal.vue #3802
- [Database] Clears the pendingsearchvalueupdate entries of a table where the workspace table does not exist anymore.
- [Database] Fix a performance regression when deleting rows.
- [Database] Fix performance bug selecting from pendingsearchvalueupdate table.
- [Builder] Resolved a table element bug which allowed users to mark non-filterable fields as filterable to external users.