|
|
|
@ -3,77 +3,77 @@
|
|
|
|
|
## Released 1.16.1-rc1
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Add new env var BASEROW_ALLOW_MULTIPLE_SSO_PROVIDERS_FOR_SAME_ACCOUNT, which when set allows logging in using multiple different SSO providers to the same account [#1677](https://gitlab.com/bramw/baserow/-/issues/1677)
|
|
|
|
|
* Add new env var BASEROW_ALLOW_MULTIPLE_SSO_PROVIDERS_FOR_SAME_ACCOUNT, which when set allows logging in using multiple different SSO providers to the same account [#1677](https://gitlab.com/baserow/baserow/-/issues/1677)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released 1.16.0
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Add multiple cells selection with shift+click [#1157](https://gitlab.com/bramw/baserow/-/issues/1157)
|
|
|
|
|
* Add calendar view [#140](https://gitlab.com/bramw/baserow/-/issues/140)
|
|
|
|
|
* Pre-fill name field after the linked table name [#1619](https://gitlab.com/bramw/baserow/-/issues/1619)
|
|
|
|
|
* Add multiple cells selection with shift+click [#1157](https://gitlab.com/baserow/baserow/-/issues/1157)
|
|
|
|
|
* Add calendar view [#140](https://gitlab.com/baserow/baserow/-/issues/140)
|
|
|
|
|
* Pre-fill name field after the linked table name [#1619](https://gitlab.com/baserow/baserow/-/issues/1619)
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Fix date picker grid breaking on smaller zoom levels [#1640](https://gitlab.com/bramw/baserow/-/issues/1640)
|
|
|
|
|
* fix formula with now and field functions not always periodically refreshing [#1650](https://gitlab.com/bramw/baserow/-/issues/1650)
|
|
|
|
|
* Fix clicking on the download link of an image randomly opened the file instead. [#1652](https://gitlab.com/bramw/baserow/-/issues/1652)
|
|
|
|
|
* fix airtable importer crashing for rich text field containing user mention [#1660](https://gitlab.com/bramw/baserow/-/issues/1660)
|
|
|
|
|
* ensure personal views are available in the advanced baserow plan [#1663](https://gitlab.com/bramw/baserow/-/issues/1663)
|
|
|
|
|
* Fixed calendar styling [#1666](https://gitlab.com/bramw/baserow/-/issues/1666)
|
|
|
|
|
* Fix bug causing the frontend send wrong datetime values to the backend when using date/time pickers [#1667](https://gitlab.com/bramw/baserow/-/issues/1667)
|
|
|
|
|
* baserow realtime collaboration broken in heroku after channels upgrade [#1676](https://gitlab.com/bramw/baserow/-/issues/1676)
|
|
|
|
|
* Fix date picker grid breaking on smaller zoom levels [#1640](https://gitlab.com/baserow/baserow/-/issues/1640)
|
|
|
|
|
* fix formula with now and field functions not always periodically refreshing [#1650](https://gitlab.com/baserow/baserow/-/issues/1650)
|
|
|
|
|
* Fix clicking on the download link of an image randomly opened the file instead. [#1652](https://gitlab.com/baserow/baserow/-/issues/1652)
|
|
|
|
|
* fix airtable importer crashing for rich text field containing user mention [#1660](https://gitlab.com/baserow/baserow/-/issues/1660)
|
|
|
|
|
* ensure personal views are available in the advanced baserow plan [#1663](https://gitlab.com/baserow/baserow/-/issues/1663)
|
|
|
|
|
* Fixed calendar styling [#1666](https://gitlab.com/baserow/baserow/-/issues/1666)
|
|
|
|
|
* Fix bug causing the frontend send wrong datetime values to the backend when using date/time pickers [#1667](https://gitlab.com/baserow/baserow/-/issues/1667)
|
|
|
|
|
* baserow realtime collaboration broken in heroku after channels upgrade [#1676](https://gitlab.com/baserow/baserow/-/issues/1676)
|
|
|
|
|
* Fix grid multiselect on small resolutions
|
|
|
|
|
* Fixed DRF Spectacular memory leak by caching the response and various warnings.
|
|
|
|
|
* Prevent validation error message to be displayed when adding a new field
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* Globally renamed the concept of a 'group' to 'workspace'. [#1303](https://gitlab.com/bramw/baserow/-/issues/1303)
|
|
|
|
|
* Globally renamed the concept of a 'group' to 'workspace'. [#1303](https://gitlab.com/baserow/baserow/-/issues/1303)
|
|
|
|
|
* https://baserow.io/docs/apis%2Fdeprecations
|
|
|
|
|
* Renamed group to workspace in the frontend translations. [#1642](https://gitlab.com/bramw/baserow/-/issues/1642)
|
|
|
|
|
* Renamed group to workspace in the frontend translations. [#1642](https://gitlab.com/baserow/baserow/-/issues/1642)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released 1.15.2
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Fix bug that prevented from decoding dates sent as prefilled values in form URLs [#1630](https://gitlab.com/bramw/baserow/-/issues/1630)
|
|
|
|
|
* Fix bug that prevented from decoding dates sent as prefilled values in form URLs [#1630](https://gitlab.com/baserow/baserow/-/issues/1630)
|
|
|
|
|
* Fix performance problem when checking token permissions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released 1.15.1
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Unregister the teams_in_group scope properly when navigating away from the teams settings page. [#1607](https://gitlab.com/bramw/baserow/-/issues/1607)
|
|
|
|
|
* fix forms with multiple select fields not being submitable [#1625](https://gitlab.com/bramw/baserow/-/issues/1625)
|
|
|
|
|
* Unregister the teams_in_group scope properly when navigating away from the teams settings page. [#1607](https://gitlab.com/baserow/baserow/-/issues/1607)
|
|
|
|
|
* fix forms with multiple select fields not being submitable [#1625](https://gitlab.com/baserow/baserow/-/issues/1625)
|
|
|
|
|
* Fix field creation when submitting with return/enter key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released 1.15.0
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Introduced a new command, `permanently_empty_database`, which will empty a database of all its tables. [#1090](https://gitlab.com/bramw/baserow/-/issues/1090)
|
|
|
|
|
* Improve create and edit field context [#1160](https://gitlab.com/bramw/baserow/-/issues/1160)
|
|
|
|
|
* Introduced a new command, `permanently_empty_database`, which will empty a database of all its tables. [#1090](https://gitlab.com/baserow/baserow/-/issues/1090)
|
|
|
|
|
* Improve create and edit field context [#1160](https://gitlab.com/baserow/baserow/-/issues/1160)
|
|
|
|
|
* Set field context menu width to 400px
|
|
|
|
|
* Open field type dropdown when field context menu is opened
|
|
|
|
|
* Set field name after field type when empty
|
|
|
|
|
* Increase field context menu dropdown height
|
|
|
|
|
* Allow closing file preview by clicking outside [#1167](https://gitlab.com/bramw/baserow/-/issues/1167)
|
|
|
|
|
* Added "Contains word" and "Doesn't contain word" filter for TextFieldType, LongTextFieldType, URLFieldType, EmailFieldType, SingleSelectFieldType, MultipleSelectFieldType and FormulaFieldType (text) fields. [#1236](https://gitlab.com/bramw/baserow/-/issues/1236)
|
|
|
|
|
* When right-clicking on the row add button in the grid view, you can now add multiple rows at a time. [#1249](https://gitlab.com/bramw/baserow/-/issues/1249)
|
|
|
|
|
* Add now() and today() formula with periodic updates [#1251](https://gitlab.com/bramw/baserow/-/issues/1251)
|
|
|
|
|
* Can add a row with textual values for single select, multiple select and link row field. [#1312](https://gitlab.com/bramw/baserow/-/issues/1312)
|
|
|
|
|
* Link row field can now be imported. [#1312](https://gitlab.com/bramw/baserow/-/issues/1312)
|
|
|
|
|
* Users can now create their own personal views. [#1448](https://gitlab.com/bramw/baserow/-/issues/1448)
|
|
|
|
|
* Make date fields timezone aware. [#1473](https://gitlab.com/bramw/baserow/-/issues/1473)
|
|
|
|
|
* Added missing actions for audit log. [#1500](https://gitlab.com/bramw/baserow/-/issues/1500)
|
|
|
|
|
* Show row and storage usage on premium admin group page. [#1513](https://gitlab.com/bramw/baserow/-/issues/1513)
|
|
|
|
|
* Add open telemetry exporters for logging, traces and metrics enabled using the BASEROW_ENABLE_OTEL env var. [#1518](https://gitlab.com/bramw/baserow/-/issues/1518)
|
|
|
|
|
* Add `is_nan` and `when_nan` formula functions [#1527](https://gitlab.com/bramw/baserow/-/issues/1527)
|
|
|
|
|
* Personal views improvements regarding premium. [#1532](https://gitlab.com/bramw/baserow/-/issues/1532)
|
|
|
|
|
* Add links in docs to new community maintained Baserow helm chart at https://artifacthub.io/packages/helm/christianknell/baserow. [#1549](https://gitlab.com/bramw/baserow/-/issues/1549)
|
|
|
|
|
* Add ability to create application builder [#1567](https://gitlab.com/bramw/baserow/-/issues/1567)
|
|
|
|
|
* Make commenter role free for advanced and enterprise. [#1596](https://gitlab.com/bramw/baserow/-/issues/1596)
|
|
|
|
|
* Ensure that e2e tests have staff users to work with on post_migrate. [#1614](https://gitlab.com/bramw/baserow/-/issues/1614)
|
|
|
|
|
* Add e2e tests. [#820](https://gitlab.com/bramw/baserow/-/issues/820)
|
|
|
|
|
* Allow closing file preview by clicking outside [#1167](https://gitlab.com/baserow/baserow/-/issues/1167)
|
|
|
|
|
* Added "Contains word" and "Doesn't contain word" filter for TextFieldType, LongTextFieldType, URLFieldType, EmailFieldType, SingleSelectFieldType, MultipleSelectFieldType and FormulaFieldType (text) fields. [#1236](https://gitlab.com/baserow/baserow/-/issues/1236)
|
|
|
|
|
* When right-clicking on the row add button in the grid view, you can now add multiple rows at a time. [#1249](https://gitlab.com/baserow/baserow/-/issues/1249)
|
|
|
|
|
* Add now() and today() formula with periodic updates [#1251](https://gitlab.com/baserow/baserow/-/issues/1251)
|
|
|
|
|
* Can add a row with textual values for single select, multiple select and link row field. [#1312](https://gitlab.com/baserow/baserow/-/issues/1312)
|
|
|
|
|
* Link row field can now be imported. [#1312](https://gitlab.com/baserow/baserow/-/issues/1312)
|
|
|
|
|
* Users can now create their own personal views. [#1448](https://gitlab.com/baserow/baserow/-/issues/1448)
|
|
|
|
|
* Make date fields timezone aware. [#1473](https://gitlab.com/baserow/baserow/-/issues/1473)
|
|
|
|
|
* Added missing actions for audit log. [#1500](https://gitlab.com/baserow/baserow/-/issues/1500)
|
|
|
|
|
* Show row and storage usage on premium admin group page. [#1513](https://gitlab.com/baserow/baserow/-/issues/1513)
|
|
|
|
|
* Add open telemetry exporters for logging, traces and metrics enabled using the BASEROW_ENABLE_OTEL env var. [#1518](https://gitlab.com/baserow/baserow/-/issues/1518)
|
|
|
|
|
* Add `is_nan` and `when_nan` formula functions [#1527](https://gitlab.com/baserow/baserow/-/issues/1527)
|
|
|
|
|
* Personal views improvements regarding premium. [#1532](https://gitlab.com/baserow/baserow/-/issues/1532)
|
|
|
|
|
* Add links in docs to new community maintained Baserow helm chart at https://artifacthub.io/packages/helm/christianknell/baserow. [#1549](https://gitlab.com/baserow/baserow/-/issues/1549)
|
|
|
|
|
* Add ability to create application builder [#1567](https://gitlab.com/baserow/baserow/-/issues/1567)
|
|
|
|
|
* Make commenter role free for advanced and enterprise. [#1596](https://gitlab.com/baserow/baserow/-/issues/1596)
|
|
|
|
|
* Ensure that e2e tests have staff users to work with on post_migrate. [#1614](https://gitlab.com/baserow/baserow/-/issues/1614)
|
|
|
|
|
* Add e2e tests. [#820](https://gitlab.com/baserow/baserow/-/issues/820)
|
|
|
|
|
* Added new templates for 1.15
|
|
|
|
|
* Business Goal Tracker (OKRs)
|
|
|
|
|
* Health Inspection Reports
|
|
|
|
@ -81,30 +81,30 @@
|
|
|
|
|
* SMB Business Plan
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Fix 500 error when fetching an aggregation that computes to `NaN` [#1054](https://gitlab.com/bramw/baserow/-/issues/1054)
|
|
|
|
|
* Improved the handling of taking a snapshot of, or duplicating, a database with many thousands of tables. [#1090](https://gitlab.com/bramw/baserow/-/issues/1090)
|
|
|
|
|
* Fixed API docs for creating and updating rows are missing for Multiple Select and Multiple Collaborator fields. [#1196](https://gitlab.com/bramw/baserow/-/issues/1196)
|
|
|
|
|
* Fix issue where you wouldn't get an error if you inserted whitespace only into a form text field [#1202](https://gitlab.com/bramw/baserow/-/issues/1202)
|
|
|
|
|
* Fixed memory leak when using our example `docker-compose` and a https URL in `BASEROW_CADDY_ADDRESSES` files caused by an incorrect Caddy healthcheck. [#1516](https://gitlab.com/bramw/baserow/-/issues/1516)
|
|
|
|
|
* Fix date field failing hard when trying to prefill an empty form value. [#1521](https://gitlab.com/bramw/baserow/-/issues/1521)
|
|
|
|
|
* Fix backspace stop responding due to double mixins. [#1523](https://gitlab.com/bramw/baserow/-/issues/1523)
|
|
|
|
|
* Single scrollbar for the personal and collaborative views. [#1531](https://gitlab.com/bramw/baserow/-/issues/1531)
|
|
|
|
|
* Fixed Brotli decoding issue where you sometimes cannot import from Airtable. [#1555](https://gitlab.com/bramw/baserow/-/issues/1555)
|
|
|
|
|
* disable silky_analyze_queries by default in developer env as it causes double data updates [#1591](https://gitlab.com/bramw/baserow/-/issues/1591)
|
|
|
|
|
* Fix stuck jobs when error occured while in pending state [#1615](https://gitlab.com/bramw/baserow/-/issues/1615)
|
|
|
|
|
* fix event loop is closed errors after channels upgrade [#1621](https://gitlab.com/bramw/baserow/-/issues/1621)
|
|
|
|
|
* Stop backend from failing hard during csv export if a character can't be encoded [#697](https://gitlab.com/bramw/baserow/-/issues/697)
|
|
|
|
|
* Fix being able to submit lookup field options without a field being selected [#941](https://gitlab.com/bramw/baserow/-/issues/941)
|
|
|
|
|
* Add missing `procps` system package to all-in-one docker image fixing `/baserow/supervisor/docker-postgres-setup.sh run` (#1512)[https://gitlab.com/bramw/baserow/-/issues/1512]
|
|
|
|
|
* Fix 500 error when fetching an aggregation that computes to `NaN` [#1054](https://gitlab.com/baserow/baserow/-/issues/1054)
|
|
|
|
|
* Improved the handling of taking a snapshot of, or duplicating, a database with many thousands of tables. [#1090](https://gitlab.com/baserow/baserow/-/issues/1090)
|
|
|
|
|
* Fixed API docs for creating and updating rows are missing for Multiple Select and Multiple Collaborator fields. [#1196](https://gitlab.com/baserow/baserow/-/issues/1196)
|
|
|
|
|
* Fix issue where you wouldn't get an error if you inserted whitespace only into a form text field [#1202](https://gitlab.com/baserow/baserow/-/issues/1202)
|
|
|
|
|
* Fixed memory leak when using our example `docker-compose` and a https URL in `BASEROW_CADDY_ADDRESSES` files caused by an incorrect Caddy healthcheck. [#1516](https://gitlab.com/baserow/baserow/-/issues/1516)
|
|
|
|
|
* Fix date field failing hard when trying to prefill an empty form value. [#1521](https://gitlab.com/baserow/baserow/-/issues/1521)
|
|
|
|
|
* Fix backspace stop responding due to double mixins. [#1523](https://gitlab.com/baserow/baserow/-/issues/1523)
|
|
|
|
|
* Single scrollbar for the personal and collaborative views. [#1531](https://gitlab.com/baserow/baserow/-/issues/1531)
|
|
|
|
|
* Fixed Brotli decoding issue where you sometimes cannot import from Airtable. [#1555](https://gitlab.com/baserow/baserow/-/issues/1555)
|
|
|
|
|
* disable silky_analyze_queries by default in developer env as it causes double data updates [#1591](https://gitlab.com/baserow/baserow/-/issues/1591)
|
|
|
|
|
* Fix stuck jobs when error occured while in pending state [#1615](https://gitlab.com/baserow/baserow/-/issues/1615)
|
|
|
|
|
* fix event loop is closed errors after channels upgrade [#1621](https://gitlab.com/baserow/baserow/-/issues/1621)
|
|
|
|
|
* Stop backend from failing hard during csv export if a character can't be encoded [#697](https://gitlab.com/baserow/baserow/-/issues/697)
|
|
|
|
|
* Fix being able to submit lookup field options without a field being selected [#941](https://gitlab.com/baserow/baserow/-/issues/941)
|
|
|
|
|
* Add missing `procps` system package to all-in-one docker image fixing `/baserow/supervisor/docker-postgres-setup.sh run` (#1512)[https://gitlab.com/baserow/baserow/-/issues/1512]
|
|
|
|
|
* Fix SimpleGridView graphical glitches
|
|
|
|
|
* Fix grid footer when only a few colums are displayed
|
|
|
|
|
* Add right border on grid last column
|
|
|
|
|
* Fix SimpleGridView border glitch in import modal
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* improve row before insert and move performance by refactoring the order to a fraction system [#1083](https://gitlab.com/bramw/baserow/-/issues/1083)
|
|
|
|
|
* Refactor date view filters to consider timezone when filtering results. [#1473](https://gitlab.com/bramw/baserow/-/issues/1473)
|
|
|
|
|
* Move enterprise imports out of core. [#1537](https://gitlab.com/bramw/baserow/-/issues/1537)
|
|
|
|
|
* improve row before insert and move performance by refactoring the order to a fraction system [#1083](https://gitlab.com/baserow/baserow/-/issues/1083)
|
|
|
|
|
* Refactor date view filters to consider timezone when filtering results. [#1473](https://gitlab.com/baserow/baserow/-/issues/1473)
|
|
|
|
|
* Move enterprise imports out of core. [#1537](https://gitlab.com/baserow/baserow/-/issues/1537)
|
|
|
|
|
* Improve existing templates for 1.15
|
|
|
|
|
* Benefit Show Manager
|
|
|
|
|
* Business Expenses
|
|
|
|
@ -114,25 +114,25 @@
|
|
|
|
|
* Upgrade Django Channels to version 4 and bumped other dependencies
|
|
|
|
|
|
|
|
|
|
### Breaking API changes
|
|
|
|
|
* Remove BASEROW_COUNT_ROWS_ENABLED and BASEROW_GROUP_STORAGE_USAGE_ENABLED env vars and replace them with a new setting on the settings page. [#1513](https://gitlab.com/bramw/baserow/-/issues/1513)
|
|
|
|
|
* **Baserow formula breaking change** formula functions now automatically coerce null arguments to sensible blank defaults. `'some text' + null = 'some text'` instead of previously resulting in 'null' for example. See [community post](https://community.baserow.io/t/baserow-formula-breaking-change-introducing-null-values-and-automatic-coercion/2306) for more information. [#996](https://gitlab.com/bramw/baserow/-/issues/996)
|
|
|
|
|
* Remove BASEROW_COUNT_ROWS_ENABLED and BASEROW_GROUP_STORAGE_USAGE_ENABLED env vars and replace them with a new setting on the settings page. [#1513](https://gitlab.com/baserow/baserow/-/issues/1513)
|
|
|
|
|
* **Baserow formula breaking change** formula functions now automatically coerce null arguments to sensible blank defaults. `'some text' + null = 'some text'` instead of previously resulting in 'null' for example. See [community post](https://community.baserow.io/t/baserow-formula-breaking-change-introducing-null-values-and-automatic-coercion/2306) for more information. [#996](https://gitlab.com/baserow/baserow/-/issues/996)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released (2023-01-18_1.14.0)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Add the "Audit Log" enterprise feature. Now admins can see every action that has been done in the instance. [#1152](https://gitlab.com/bramw/baserow/-/issues/1152)
|
|
|
|
|
* Add "has" and "has not" filters for Collaborators field. [#1204](https://gitlab.com/bramw/baserow/-/issues/1204)
|
|
|
|
|
* Pressing shift + enter in a selected cell of the grid view creates a new row. [#1208](https://gitlab.com/bramw/baserow/-/issues/1208)
|
|
|
|
|
* Select the primary field in the grid view after creating a new row. [#1217](https://gitlab.com/bramw/baserow/-/issues/1217)
|
|
|
|
|
* Added a new setting to the Admin Settings page to enable/disable global group creation. [#1311](https://gitlab.com/bramw/baserow/-/issues/1311)
|
|
|
|
|
* When your permissions change you now get notified in the frontend to reload your page [#1312](https://gitlab.com/bramw/baserow/-/issues/1312)
|
|
|
|
|
* Add various help icons to explain RBAC in the UI [#1318](https://gitlab.com/bramw/baserow/-/issues/1318)
|
|
|
|
|
* Pressing enter on a selected cell should select the cell below. [#1329](https://gitlab.com/bramw/baserow/-/issues/1329)
|
|
|
|
|
* Introduced a "select" and "deselect all" members button to the teams modal. [#1335](https://gitlab.com/bramw/baserow/-/issues/1335)
|
|
|
|
|
* Database and table ids are now hashed in websocket messages to not leak sensitive data [#1374](https://gitlab.com/bramw/baserow/-/issues/1374)
|
|
|
|
|
* Limit the amount of characters for messages supplied with group invitations to 250 [#1455](https://gitlab.com/bramw/baserow/-/issues/1455)
|
|
|
|
|
* Add Free label to free roles on role selector [#1504](https://gitlab.com/bramw/baserow/-/issues/1504)
|
|
|
|
|
* Add the "Audit Log" enterprise feature. Now admins can see every action that has been done in the instance. [#1152](https://gitlab.com/baserow/baserow/-/issues/1152)
|
|
|
|
|
* Add "has" and "has not" filters for Collaborators field. [#1204](https://gitlab.com/baserow/baserow/-/issues/1204)
|
|
|
|
|
* Pressing shift + enter in a selected cell of the grid view creates a new row. [#1208](https://gitlab.com/baserow/baserow/-/issues/1208)
|
|
|
|
|
* Select the primary field in the grid view after creating a new row. [#1217](https://gitlab.com/baserow/baserow/-/issues/1217)
|
|
|
|
|
* Added a new setting to the Admin Settings page to enable/disable global group creation. [#1311](https://gitlab.com/baserow/baserow/-/issues/1311)
|
|
|
|
|
* When your permissions change you now get notified in the frontend to reload your page [#1312](https://gitlab.com/baserow/baserow/-/issues/1312)
|
|
|
|
|
* Add various help icons to explain RBAC in the UI [#1318](https://gitlab.com/baserow/baserow/-/issues/1318)
|
|
|
|
|
* Pressing enter on a selected cell should select the cell below. [#1329](https://gitlab.com/baserow/baserow/-/issues/1329)
|
|
|
|
|
* Introduced a "select" and "deselect all" members button to the teams modal. [#1335](https://gitlab.com/baserow/baserow/-/issues/1335)
|
|
|
|
|
* Database and table ids are now hashed in websocket messages to not leak sensitive data [#1374](https://gitlab.com/baserow/baserow/-/issues/1374)
|
|
|
|
|
* Limit the amount of characters for messages supplied with group invitations to 250 [#1455](https://gitlab.com/baserow/baserow/-/issues/1455)
|
|
|
|
|
* Add Free label to free roles on role selector [#1504](https://gitlab.com/baserow/baserow/-/issues/1504)
|
|
|
|
|
* ./dev.sh now uses "docker compose" command if available.
|
|
|
|
|
* New templates:
|
|
|
|
|
* Car Dealership Inventory
|
|
|
|
@ -142,24 +142,24 @@
|
|
|
|
|
* Grocery Planner
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Fixed bug where it was not possible to change `conditional_color` decorator provider color after reloading. [#1098](https://gitlab.com/bramw/baserow/-/issues/1098)
|
|
|
|
|
* Fixed issue during importing of serialized applications causing formula columns to have incorrect database column [#1220](https://gitlab.com/bramw/baserow/-/issues/1220)
|
|
|
|
|
* Fixed encoding issue where you couldn't import xml files with non-ascii characters [#1360](https://gitlab.com/bramw/baserow/-/issues/1360)
|
|
|
|
|
* Fixed upgrading a license from premium to enterprise results in an expired license. [#1403](https://gitlab.com/bramw/baserow/-/issues/1403)
|
|
|
|
|
* Fixed issue where 2 admins could lower each others permissions at the same time and lock each other out [#1443](https://gitlab.com/bramw/baserow/-/issues/1443)
|
|
|
|
|
* Replaced the "contains not" and "has not" English filters with "doesn't contain" and "doesn't have" respectively. [#1452](https://gitlab.com/bramw/baserow/-/issues/1452)
|
|
|
|
|
* Tweaked the curl examples in the API documentation so that they work properly in all $SHELLs. [#1462](https://gitlab.com/bramw/baserow/-/issues/1462)
|
|
|
|
|
* Fixed a typo in the docker-compose.no-caddy.yml so it works out of the box. [#1469](https://gitlab.com/bramw/baserow/-/issues/1469)
|
|
|
|
|
* Form validator shows the correct message when a field is required. [#1475](https://gitlab.com/bramw/baserow/-/issues/1475)
|
|
|
|
|
* Prevent errors after migrating and syncing RBAC roles by adding migration to rename NO_ROLE to NO_ACCESS [#1478](https://gitlab.com/bramw/baserow/-/issues/1478)
|
|
|
|
|
* Fixed bug preventing groups from being restored when RBAC was enabled [#1485](https://gitlab.com/bramw/baserow/-/issues/1485)
|
|
|
|
|
* Fixed issue where importing a database would immediately close the modal and not show progress [#1492](https://gitlab.com/bramw/baserow/-/issues/1492)
|
|
|
|
|
* Fixed HOURS_UNTIL_TRASH_PERMANENTLY_DELETED environment variable is not converted to int. [#1499](https://gitlab.com/bramw/baserow/-/issues/1499)
|
|
|
|
|
* Fixed Change Password dialog not visible. [#1501](https://gitlab.com/bramw/baserow/-/issues/1501)
|
|
|
|
|
* Resolved an issue in `delete_expired_users` so that it doesn't delete groups when admins are deactivated and not marked for deletion. [#1503](https://gitlab.com/bramw/baserow/-/issues/1503)
|
|
|
|
|
* Fixed bug where it was not possible to change `conditional_color` decorator provider color after reloading. [#1098](https://gitlab.com/baserow/baserow/-/issues/1098)
|
|
|
|
|
* Fixed issue during importing of serialized applications causing formula columns to have incorrect database column [#1220](https://gitlab.com/baserow/baserow/-/issues/1220)
|
|
|
|
|
* Fixed encoding issue where you couldn't import xml files with non-ascii characters [#1360](https://gitlab.com/baserow/baserow/-/issues/1360)
|
|
|
|
|
* Fixed upgrading a license from premium to enterprise results in an expired license. [#1403](https://gitlab.com/baserow/baserow/-/issues/1403)
|
|
|
|
|
* Fixed issue where 2 admins could lower each others permissions at the same time and lock each other out [#1443](https://gitlab.com/baserow/baserow/-/issues/1443)
|
|
|
|
|
* Replaced the "contains not" and "has not" English filters with "doesn't contain" and "doesn't have" respectively. [#1452](https://gitlab.com/baserow/baserow/-/issues/1452)
|
|
|
|
|
* Tweaked the curl examples in the API documentation so that they work properly in all $SHELLs. [#1462](https://gitlab.com/baserow/baserow/-/issues/1462)
|
|
|
|
|
* Fixed a typo in the docker-compose.no-caddy.yml so it works out of the box. [#1469](https://gitlab.com/baserow/baserow/-/issues/1469)
|
|
|
|
|
* Form validator shows the correct message when a field is required. [#1475](https://gitlab.com/baserow/baserow/-/issues/1475)
|
|
|
|
|
* Prevent errors after migrating and syncing RBAC roles by adding migration to rename NO_ROLE to NO_ACCESS [#1478](https://gitlab.com/baserow/baserow/-/issues/1478)
|
|
|
|
|
* Fixed bug preventing groups from being restored when RBAC was enabled [#1485](https://gitlab.com/baserow/baserow/-/issues/1485)
|
|
|
|
|
* Fixed issue where importing a database would immediately close the modal and not show progress [#1492](https://gitlab.com/baserow/baserow/-/issues/1492)
|
|
|
|
|
* Fixed HOURS_UNTIL_TRASH_PERMANENTLY_DELETED environment variable is not converted to int. [#1499](https://gitlab.com/baserow/baserow/-/issues/1499)
|
|
|
|
|
* Fixed Change Password dialog not visible. [#1501](https://gitlab.com/baserow/baserow/-/issues/1501)
|
|
|
|
|
* Resolved an issue in `delete_expired_users` so that it doesn't delete groups when admins are deactivated and not marked for deletion. [#1503](https://gitlab.com/baserow/baserow/-/issues/1503)
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* Replaced deprecated `execCommand('copy')` with `clipboard API` for copy and paste. [#1392](https://gitlab.com/bramw/baserow/-/issues/1392)
|
|
|
|
|
* Replaced deprecated `execCommand('copy')` with `clipboard API` for copy and paste. [#1392](https://gitlab.com/baserow/baserow/-/issues/1392)
|
|
|
|
|
* Introduce a single-parent hierarchy for models.
|
|
|
|
|
* Refactor paving the way for a future removal of the `ExportJob` system in favor of the `core/jobs` one.
|
|
|
|
|
|
|
|
|
@ -170,81 +170,81 @@
|
|
|
|
|
## Released (2022-12-22_1.13.3)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Added more Maths formula functions. [#1183](https://gitlab.com/bramw/baserow/-/issues/1183)
|
|
|
|
|
* Add support for "Empty" and "Not Empty" filters for Collaborator field. [#1205](https://gitlab.com/bramw/baserow/-/issues/1205)
|
|
|
|
|
* Possibility to disable password authentication if another authentication provider is enabled. [#1317](https://gitlab.com/bramw/baserow/-/issues/1317)
|
|
|
|
|
* Added more Maths formula functions. [#1183](https://gitlab.com/baserow/baserow/-/issues/1183)
|
|
|
|
|
* Add support for "Empty" and "Not Empty" filters for Collaborator field. [#1205](https://gitlab.com/baserow/baserow/-/issues/1205)
|
|
|
|
|
* Possibility to disable password authentication if another authentication provider is enabled. [#1317](https://gitlab.com/baserow/baserow/-/issues/1317)
|
|
|
|
|
* Users with roles higher than viewer on tables and databases now counted as paid users
|
|
|
|
|
on the enterprise plan including users who get those roles from a team. [#1322](https://gitlab.com/bramw/baserow/-/issues/1322)
|
|
|
|
|
on the enterprise plan including users who get those roles from a team. [#1322](https://gitlab.com/baserow/baserow/-/issues/1322)
|
|
|
|
|
* Add support for wildcard '*' in the FEATURE_FLAG env variable which enables all features.
|
|
|
|
|
* (Enterprise Preview Feature) Database and Table level RBAC with Teams are now available as a preview feature for enterprise users, Add 'RBAC' to the FEATURE_FLAG env and restart var to enable.
|
|
|
|
|
* The ordering APIs can now accept a partial list of ids to order only these ids.
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Use the correct `OperationType` to restore rows [#1389](https://gitlab.com/bramw/baserow/-/issues/1389)
|
|
|
|
|
* Fixed an issue where you would get an error if you accepted a group invitation with `NO_ACCESS` as you role [#1394](https://gitlab.com/bramw/baserow/-/issues/1394)
|
|
|
|
|
* Link/Lookup/Formula fields work again when restricting a users access to the related table [#1439](https://gitlab.com/bramw/baserow/-/issues/1439)
|
|
|
|
|
* Prevent zooming in when clicking on an input on mobile. [#722](https://gitlab.com/bramw/baserow/-/issues/722)
|
|
|
|
|
* Use the correct `OperationType` to restore rows [#1389](https://gitlab.com/baserow/baserow/-/issues/1389)
|
|
|
|
|
* Fixed an issue where you would get an error if you accepted a group invitation with `NO_ACCESS` as you role [#1394](https://gitlab.com/baserow/baserow/-/issues/1394)
|
|
|
|
|
* Link/Lookup/Formula fields work again when restricting a users access to the related table [#1439](https://gitlab.com/baserow/baserow/-/issues/1439)
|
|
|
|
|
* Prevent zooming in when clicking on an input on mobile. [#722](https://gitlab.com/baserow/baserow/-/issues/722)
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* Set a fixed width for `card_cover` thumbnails to have better-quality images. [#1278](https://gitlab.com/bramw/baserow/-/issues/1278)
|
|
|
|
|
* Set a fixed width for `card_cover` thumbnails to have better-quality images. [#1278](https://gitlab.com/baserow/baserow/-/issues/1278)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released (2022-12-8_1.13.2)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Add drag and drop zone for files to the row edit modal [#1161](https://gitlab.com/bramw/baserow/-/issues/1161)
|
|
|
|
|
* Allow creating a new option by pressing enter in the dropdown [#1169](https://gitlab.com/bramw/baserow/-/issues/1169)
|
|
|
|
|
* Added the teams functionality as an enterprise feature. [#1226](https://gitlab.com/bramw/baserow/-/issues/1226)
|
|
|
|
|
* Automatically enable/disable enterprise features upon activation/deactivation without needing a page refresh first. [#1306](https://gitlab.com/bramw/baserow/-/issues/1306)
|
|
|
|
|
* Don't require password verification when deleting user account. [#1401](https://gitlab.com/bramw/baserow/-/issues/1401)
|
|
|
|
|
* Improved grid view on smaller screens by not making the primary field sticky. [#690](https://gitlab.com/bramw/baserow/-/issues/690)
|
|
|
|
|
* New items automatically get a new name in the modal. [1166](https://gitlab.com/bramw/baserow/-/issues/1166)
|
|
|
|
|
* Add drag and drop zone for files to the row edit modal [#1161](https://gitlab.com/baserow/baserow/-/issues/1161)
|
|
|
|
|
* Allow creating a new option by pressing enter in the dropdown [#1169](https://gitlab.com/baserow/baserow/-/issues/1169)
|
|
|
|
|
* Added the teams functionality as an enterprise feature. [#1226](https://gitlab.com/baserow/baserow/-/issues/1226)
|
|
|
|
|
* Automatically enable/disable enterprise features upon activation/deactivation without needing a page refresh first. [#1306](https://gitlab.com/baserow/baserow/-/issues/1306)
|
|
|
|
|
* Don't require password verification when deleting user account. [#1401](https://gitlab.com/baserow/baserow/-/issues/1401)
|
|
|
|
|
* Improved grid view on smaller screens by not making the primary field sticky. [#690](https://gitlab.com/baserow/baserow/-/issues/690)
|
|
|
|
|
* New items automatically get a new name in the modal. [1166](https://gitlab.com/baserow/baserow/-/issues/1166)
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Fixed failing webhook call log creation when a table has more than one webhooks. [#1100](https://gitlab.com/bramw/baserow/-/issues/1100)
|
|
|
|
|
* Fixed bug where only one condition per field was working in form's views. [#1400](https://gitlab.com/bramw/baserow/-/issues/1400)
|
|
|
|
|
* Fixed the Heroku deployment template. [#1420](https://gitlab.com/bramw/baserow/-/issues/1420)
|
|
|
|
|
* Fix "ERR_REDIRECT" for authenticated users redirected to the dashboard from the signup page. [1125](https://gitlab.com/bramw/baserow/-/issues/1125)
|
|
|
|
|
* Fixed failing webhook call log creation when a table has more than one webhooks. [#1100](https://gitlab.com/baserow/baserow/-/issues/1100)
|
|
|
|
|
* Fixed bug where only one condition per field was working in form's views. [#1400](https://gitlab.com/baserow/baserow/-/issues/1400)
|
|
|
|
|
* Fixed the Heroku deployment template. [#1420](https://gitlab.com/baserow/baserow/-/issues/1420)
|
|
|
|
|
* Fix "ERR_REDIRECT" for authenticated users redirected to the dashboard from the signup page. [1125](https://gitlab.com/baserow/baserow/-/issues/1125)
|
|
|
|
|
* Fixed a problem of some specific error messages not being recognized by the web front-end.
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* Refresh the JWT token when needed instead of periodically. [#1294](https://gitlab.com/bramw/baserow/-/issues/1294)
|
|
|
|
|
* Remove "// Baserow" from title on a publicly shared view if `show_logo` is set to false. [#1378](https://gitlab.com/bramw/baserow/-/issues/1378)
|
|
|
|
|
* Refresh the JWT token when needed instead of periodically. [#1294](https://gitlab.com/baserow/baserow/-/issues/1294)
|
|
|
|
|
* Remove "// Baserow" from title on a publicly shared view if `show_logo` is set to false. [#1378](https://gitlab.com/baserow/baserow/-/issues/1378)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released (2022-11-22_1.13.1)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Made it possible to optionally hide fields in a publicly shared form by providing the `hide_FIELD` query parameter. [#1096](https://gitlab.com/bramw/baserow/-/issues/1096)
|
|
|
|
|
* Calendar / date field picker: Highlight the current date and weekend [#1128](https://gitlab.com/bramw/baserow/-/issues/1128)
|
|
|
|
|
* OAuth 2 flows now support redirects to specific pages. [#1288](https://gitlab.com/bramw/baserow/-/issues/1288)
|
|
|
|
|
* Add support for language selection and group invitation tokens for OAuth 2 and SAML. [#1293](https://gitlab.com/bramw/baserow/-/issues/1293)
|
|
|
|
|
* Made it possible to optionally hide fields in a publicly shared form by providing the `hide_FIELD` query parameter. [#1096](https://gitlab.com/baserow/baserow/-/issues/1096)
|
|
|
|
|
* Calendar / date field picker: Highlight the current date and weekend [#1128](https://gitlab.com/baserow/baserow/-/issues/1128)
|
|
|
|
|
* OAuth 2 flows now support redirects to specific pages. [#1288](https://gitlab.com/baserow/baserow/-/issues/1288)
|
|
|
|
|
* Add support for language selection and group invitation tokens for OAuth 2 and SAML. [#1293](https://gitlab.com/baserow/baserow/-/issues/1293)
|
|
|
|
|
* Implemented the option to start direct support if the instance is on the enterprise plan.
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* `permanently_delete_marked_trash` task no longer fails on permanently deleting a table before an associated rows batch. [#1266](https://gitlab.com/bramw/baserow/-/issues/1266)
|
|
|
|
|
* Fixed bug where "add filter" link was not clickable if the primary field has no compatible filter types. [#1302](https://gitlab.com/bramw/baserow/-/issues/1302)
|
|
|
|
|
* Fixed authenticated state changing before redirected to the login page when logging off. [#1328](https://gitlab.com/bramw/baserow/-/issues/1328)
|
|
|
|
|
* Fixed OAuth 2 flows for providers that don't provide user's name. Email will be used as a temporary placeholder so that an account can be created. [#1371](https://gitlab.com/bramw/baserow/-/issues/1371)
|
|
|
|
|
* `permanently_delete_marked_trash` task no longer fails on permanently deleting a table before an associated rows batch. [#1266](https://gitlab.com/baserow/baserow/-/issues/1266)
|
|
|
|
|
* Fixed bug where "add filter" link was not clickable if the primary field has no compatible filter types. [#1302](https://gitlab.com/baserow/baserow/-/issues/1302)
|
|
|
|
|
* Fixed authenticated state changing before redirected to the login page when logging off. [#1328](https://gitlab.com/baserow/baserow/-/issues/1328)
|
|
|
|
|
* Fixed OAuth 2 flows for providers that don't provide user's name. Email will be used as a temporary placeholder so that an account can be created. [#1371](https://gitlab.com/baserow/baserow/-/issues/1371)
|
|
|
|
|
* Raise an exception when a user doesn't have a required feature on an endpoint
|
|
|
|
|
* Standardize the API documentation "token" references.
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* Moved the Open Sans font to the static directory instead of a Google fonts dependency. [#1246](https://gitlab.com/bramw/baserow/-/issues/1246)
|
|
|
|
|
* Replace the CSS classes for SSO settings forms. [#1336](https://gitlab.com/bramw/baserow/-/issues/1336)
|
|
|
|
|
* Moved the Open Sans font to the static directory instead of a Google fonts dependency. [#1246](https://gitlab.com/baserow/baserow/-/issues/1246)
|
|
|
|
|
* Replace the CSS classes for SSO settings forms. [#1336](https://gitlab.com/baserow/baserow/-/issues/1336)
|
|
|
|
|
* Changed `TableGroupStorageUsageItemType.calculate_storage_usage` to use a PL/pgSQL function to speedup the storage usage calculation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released (2022-11-02_1.13.0)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Always allow the cover image of a gallery view to be accessible by a public view [#1113](https://gitlab.com/bramw/baserow/-/issues/1113)
|
|
|
|
|
* Added the ability to double click a grid field name so that quick edits can be made. [#1147](https://gitlab.com/bramw/baserow/-/issues/1147)
|
|
|
|
|
* Add an option to remove the Baserow logo from your public view. [#1203](https://gitlab.com/bramw/baserow/-/issues/1203)
|
|
|
|
|
* Added SAML protocol implementation for Single Sign On as an enterprise feature. [#1227](https://gitlab.com/bramw/baserow/-/issues/1227)
|
|
|
|
|
* Added OAuth2 support for Single Sign On with Google, Facebook, GitHub, and GitLab as preconfigured providers. Added general support for OpenID Connect. [#1254](https://gitlab.com/bramw/baserow/-/issues/1254)
|
|
|
|
|
* Added Zapier integration code. [#816](https://gitlab.com/bramw/baserow/-/issues/816)
|
|
|
|
|
* Background pending tasks like duplication and template_install are restored in a new frontend session if unfinished. [#885](https://gitlab.com/bramw/baserow/-/issues/885)
|
|
|
|
|
* Always allow the cover image of a gallery view to be accessible by a public view [#1113](https://gitlab.com/baserow/baserow/-/issues/1113)
|
|
|
|
|
* Added the ability to double click a grid field name so that quick edits can be made. [#1147](https://gitlab.com/baserow/baserow/-/issues/1147)
|
|
|
|
|
* Add an option to remove the Baserow logo from your public view. [#1203](https://gitlab.com/baserow/baserow/-/issues/1203)
|
|
|
|
|
* Added SAML protocol implementation for Single Sign On as an enterprise feature. [#1227](https://gitlab.com/baserow/baserow/-/issues/1227)
|
|
|
|
|
* Added OAuth2 support for Single Sign On with Google, Facebook, GitHub, and GitLab as preconfigured providers. Added general support for OpenID Connect. [#1254](https://gitlab.com/baserow/baserow/-/issues/1254)
|
|
|
|
|
* Added Zapier integration code. [#816](https://gitlab.com/baserow/baserow/-/issues/816)
|
|
|
|
|
* Background pending tasks like duplication and template_install are restored in a new frontend session if unfinished. [#885](https://gitlab.com/baserow/baserow/-/issues/885)
|
|
|
|
|
* Expose `read_only` in the list fields endpoint.
|
|
|
|
|
* Made it possible to add additional signup step via plugins.
|
|
|
|
|
* Made it possible to filter on the `created_on` and `updated_on` columns, even though
|
|
|
|
@ -253,34 +253,34 @@ they're not exposed via fields.
|
|
|
|
|
* Upgraded python version from `python-3.7.16` to `python-3.9.2`.
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Fixed slug rotation for GalleryView. [#1232](https://gitlab.com/bramw/baserow/-/issues/1232)
|
|
|
|
|
* Fixed bug where it was not possible to select text in a selected and editing cell in Chrome. [#1234](https://gitlab.com/bramw/baserow/-/issues/1234)
|
|
|
|
|
* Selecting text in models, contexts, form fields and grid view cells no longer unselects when releasing the mouse outside. [#1243](https://gitlab.com/bramw/baserow/-/issues/1243)
|
|
|
|
|
* Duplicating a table with a removed single select option value no longer results in an error. [#1263](https://gitlab.com/bramw/baserow/-/issues/1263)
|
|
|
|
|
* Fixed slug rotation for GalleryView. [#1232](https://gitlab.com/baserow/baserow/-/issues/1232)
|
|
|
|
|
* Fixed bug where it was not possible to select text in a selected and editing cell in Chrome. [#1234](https://gitlab.com/baserow/baserow/-/issues/1234)
|
|
|
|
|
* Selecting text in models, contexts, form fields and grid view cells no longer unselects when releasing the mouse outside. [#1243](https://gitlab.com/baserow/baserow/-/issues/1243)
|
|
|
|
|
* Duplicating a table with a removed single select option value no longer results in an error. [#1263](https://gitlab.com/baserow/baserow/-/issues/1263)
|
|
|
|
|
* Fixed bug where the row metadata was not updated when receiving a realtime event.
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* Replace members modal with a new settings page. [#1229](https://gitlab.com/bramw/baserow/-/issues/1229)
|
|
|
|
|
* Frontend now install templates as an async job in background instead of using a blocking call. [#885](https://gitlab.com/bramw/baserow/-/issues/885)
|
|
|
|
|
* Replace members modal with a new settings page. [#1229](https://gitlab.com/baserow/baserow/-/issues/1229)
|
|
|
|
|
* Frontend now install templates as an async job in background instead of using a blocking call. [#885](https://gitlab.com/baserow/baserow/-/issues/885)
|
|
|
|
|
* Changed the add label of several buttons.
|
|
|
|
|
|
|
|
|
|
### Breaking API changes
|
|
|
|
|
* Changed error codes returned by the premium license API endpoints to replacing `PREMIUM_LICENSE` with `LICENSE`. [#1230](https://gitlab.com/bramw/baserow/-/issues/1230)
|
|
|
|
|
* The "token_auth" endpoint response and "user_data_updated" messages now have an "active_licenses" key instead of "premium" indicating what licenses the user has active. [#1230](https://gitlab.com/bramw/baserow/-/issues/1230)
|
|
|
|
|
* Changed the JWT library to fix a problem causing the refresh-tokens not working properly. [#787](https://gitlab.com/bramw/baserow/-/issues/787)
|
|
|
|
|
* List jobs endpoint "list_job" returns now an object with jobs instead of a list of jobs. [#885](https://gitlab.com/bramw/baserow/-/issues/885)
|
|
|
|
|
* Changed error codes returned by the premium license API endpoints to replacing `PREMIUM_LICENSE` with `LICENSE`. [#1230](https://gitlab.com/baserow/baserow/-/issues/1230)
|
|
|
|
|
* The "token_auth" endpoint response and "user_data_updated" messages now have an "active_licenses" key instead of "premium" indicating what licenses the user has active. [#1230](https://gitlab.com/baserow/baserow/-/issues/1230)
|
|
|
|
|
* Changed the JWT library to fix a problem causing the refresh-tokens not working properly. [#787](https://gitlab.com/baserow/baserow/-/issues/787)
|
|
|
|
|
* List jobs endpoint "list_job" returns now an object with jobs instead of a list of jobs. [#885](https://gitlab.com/baserow/baserow/-/issues/885)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released (2022-09-20_1.12.1)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Show database and table duplication progress in the left sidebar. [#1059](https://gitlab.com/bramw/baserow/-/issues/1059)
|
|
|
|
|
* Always allow the cover image of a gallery view to be accessible by a public view [#1113](https://gitlab.com/bramw/baserow/-/issues/1113)
|
|
|
|
|
* Add a rich preview while importing data to an existing table. [#1120](https://gitlab.com/bramw/baserow/-/issues/1120)
|
|
|
|
|
* Made it possible to share the Kanban view publicly. [#1146](https://gitlab.com/bramw/baserow/-/issues/1146)
|
|
|
|
|
* Added support for placeholders in form headings and fields. [#1168](https://gitlab.com/bramw/baserow/-/issues/1168)
|
|
|
|
|
* Added link, button, get_link_label and get_link_url formula functions. [#818](https://gitlab.com/bramw/baserow/-/issues/818)
|
|
|
|
|
* Add env vars for controlling which URLs and IPs webhooks are allowed to use. [#931](https://gitlab.com/bramw/baserow/-/issues/931)
|
|
|
|
|
* Show database and table duplication progress in the left sidebar. [#1059](https://gitlab.com/baserow/baserow/-/issues/1059)
|
|
|
|
|
* Always allow the cover image of a gallery view to be accessible by a public view [#1113](https://gitlab.com/baserow/baserow/-/issues/1113)
|
|
|
|
|
* Add a rich preview while importing data to an existing table. [#1120](https://gitlab.com/baserow/baserow/-/issues/1120)
|
|
|
|
|
* Made it possible to share the Kanban view publicly. [#1146](https://gitlab.com/baserow/baserow/-/issues/1146)
|
|
|
|
|
* Added support for placeholders in form headings and fields. [#1168](https://gitlab.com/baserow/baserow/-/issues/1168)
|
|
|
|
|
* Added link, button, get_link_label and get_link_url formula functions. [#818](https://gitlab.com/baserow/baserow/-/issues/818)
|
|
|
|
|
* Add env vars for controlling which URLs and IPs webhooks are allowed to use. [#931](https://gitlab.com/baserow/baserow/-/issues/931)
|
|
|
|
|
* New templates:
|
|
|
|
|
* Copy Management
|
|
|
|
|
* Hiking Guide
|
|
|
|
@ -295,35 +295,35 @@ they're not exposed via fields.
|
|
|
|
|
* Wedding Client Planner
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Fixed a bug that breaks the link row modal when a formula is referencing a single select field. [#1111](https://gitlab.com/bramw/baserow/-/issues/1111)
|
|
|
|
|
* Always allow the cover image of a gallery view to be accessible by a public view [#1113](https://gitlab.com/bramw/baserow/-/issues/1113)
|
|
|
|
|
* Fixed an issue where customers with malformed file extensions were unable to snapshot or duplicate properly [#1194](https://gitlab.com/bramw/baserow/-/issues/1194)
|
|
|
|
|
* Fixed a bug that breaks the link row modal when a formula is referencing a single select field. [#1111](https://gitlab.com/baserow/baserow/-/issues/1111)
|
|
|
|
|
* Always allow the cover image of a gallery view to be accessible by a public view [#1113](https://gitlab.com/baserow/baserow/-/issues/1113)
|
|
|
|
|
* Fixed an issue where customers with malformed file extensions were unable to snapshot or duplicate properly [#1194](https://gitlab.com/baserow/baserow/-/issues/1194)
|
|
|
|
|
* Fixed Multiple Collaborators field renames. Now renaming the field won't recreate the field so that data is preserved.
|
|
|
|
|
* Plugins can now change any and all Django settings instead of just the ones set previously by Baserow.
|
|
|
|
|
* Static files collected from plugins will now be correctly served.
|
|
|
|
|
* The /admin url postfix will now be passed through to the backend API for plugins to use.
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* Formulas which referenced other aggregate formulas now will work correctly. [#1081](https://gitlab.com/bramw/baserow/-/issues/1081)
|
|
|
|
|
* Improved file import UX for existing table. [#1120](https://gitlab.com/bramw/baserow/-/issues/1120)
|
|
|
|
|
* Used SimpleGrid component for SelectRowModal. [#1120](https://gitlab.com/bramw/baserow/-/issues/1120)
|
|
|
|
|
* Formulas which referenced other aggregate formulas now will work correctly. [#1081](https://gitlab.com/baserow/baserow/-/issues/1081)
|
|
|
|
|
* Improved file import UX for existing table. [#1120](https://gitlab.com/baserow/baserow/-/issues/1120)
|
|
|
|
|
* Used SimpleGrid component for SelectRowModal. [#1120](https://gitlab.com/baserow/baserow/-/issues/1120)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released (2022-09-07_1.12.0)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Add cancel button to field update context [#1020](https://gitlab.com/bramw/baserow/-/issues/1020)
|
|
|
|
|
* Sort fields on row select modal by the order of the first view in the related table. [#1062](https://gitlab.com/bramw/baserow/-/issues/1062)
|
|
|
|
|
* Allow not creating a reversed relationship with the link row field. [#1063](https://gitlab.com/bramw/baserow/-/issues/1063)
|
|
|
|
|
* Allow creating new rows when selecting a related row [#1064](https://gitlab.com/bramw/baserow/-/issues/1064)
|
|
|
|
|
* Search automatically after 400ms when chosing a related field via the modal. [#1091](https://gitlab.com/bramw/baserow/-/issues/1091)
|
|
|
|
|
* Added Multiple Collaborators field type. [#1119](https://gitlab.com/bramw/baserow/-/issues/1119)
|
|
|
|
|
* Add API token authentication support to multipart and via-URL file uploads. [#255](https://gitlab.com/bramw/baserow/-/issues/255)
|
|
|
|
|
* Introduced a premium form survey style theme. [#524](https://gitlab.com/bramw/baserow/-/issues/524)
|
|
|
|
|
* Enable `file field` in `form` views. [#525](https://gitlab.com/bramw/baserow/-/issues/525)
|
|
|
|
|
* Force browser language when viewing a public view. [#834](https://gitlab.com/bramw/baserow/-/issues/834)
|
|
|
|
|
* Fields can now be duplicated with their cell values also. [#964](https://gitlab.com/bramw/baserow/-/issues/964)
|
|
|
|
|
* Add a tooltip to applications and tables in the left sidebar to show the full name. [#986](https://gitlab.com/bramw/baserow/-/issues/986)
|
|
|
|
|
* Add cancel button to field update context [#1020](https://gitlab.com/baserow/baserow/-/issues/1020)
|
|
|
|
|
* Sort fields on row select modal by the order of the first view in the related table. [#1062](https://gitlab.com/baserow/baserow/-/issues/1062)
|
|
|
|
|
* Allow not creating a reversed relationship with the link row field. [#1063](https://gitlab.com/baserow/baserow/-/issues/1063)
|
|
|
|
|
* Allow creating new rows when selecting a related row [#1064](https://gitlab.com/baserow/baserow/-/issues/1064)
|
|
|
|
|
* Search automatically after 400ms when chosing a related field via the modal. [#1091](https://gitlab.com/baserow/baserow/-/issues/1091)
|
|
|
|
|
* Added Multiple Collaborators field type. [#1119](https://gitlab.com/baserow/baserow/-/issues/1119)
|
|
|
|
|
* Add API token authentication support to multipart and via-URL file uploads. [#255](https://gitlab.com/baserow/baserow/-/issues/255)
|
|
|
|
|
* Introduced a premium form survey style theme. [#524](https://gitlab.com/baserow/baserow/-/issues/524)
|
|
|
|
|
* Enable `file field` in `form` views. [#525](https://gitlab.com/baserow/baserow/-/issues/525)
|
|
|
|
|
* Force browser language when viewing a public view. [#834](https://gitlab.com/baserow/baserow/-/issues/834)
|
|
|
|
|
* Fields can now be duplicated with their cell values also. [#964](https://gitlab.com/baserow/baserow/-/issues/964)
|
|
|
|
|
* Add a tooltip to applications and tables in the left sidebar to show the full name. [#986](https://gitlab.com/baserow/baserow/-/issues/986)
|
|
|
|
|
* Add `isort` settings to sort python imports.
|
|
|
|
|
* Add navigation buttons to the `RowEditModal`.
|
|
|
|
|
* Add row url parameter to `gallery` and `kanban` view.
|
|
|
|
@ -333,16 +333,16 @@ they're not exposed via fields.
|
|
|
|
|
* Only allow relative urls in the in the original query parameter.
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Resolve an issue with uploading a file via a URL when it contains a querystring. [#1034](https://gitlab.com/bramw/baserow/-/issues/1034)
|
|
|
|
|
* Fixed a bug when importing Airtable base with a date field less than 1000. [#1046](https://gitlab.com/bramw/baserow/-/issues/1046)
|
|
|
|
|
* Add new filter types 'is after today' and 'is before today'. [#1093](https://gitlab.com/bramw/baserow/-/issues/1093)
|
|
|
|
|
* Fixed a bug that make the grid view crash when searching text and a formula field is referencing a singe-select field. [#1110](https://gitlab.com/bramw/baserow/-/issues/1110)
|
|
|
|
|
* Prefetch field options on views that are iterated over on field update realtime events [#1113](https://gitlab.com/bramw/baserow/-/issues/1113)
|
|
|
|
|
* Resolve circular dependency in `FieldWithFiltersAndSortsSerializer` [#1113](https://gitlab.com/bramw/baserow/-/issues/1113)
|
|
|
|
|
* Clearing cell values multi-selected from right to left with backspace shifts selection to the right and results in wrong deletion. [#1134](https://gitlab.com/bramw/baserow/-/issues/1134)
|
|
|
|
|
* Fixed a bug that prevent to use arrows keys in the grid view when a formula field is selected. [#1136](https://gitlab.com/bramw/baserow/-/issues/1136)
|
|
|
|
|
* "Link to table" field does not allow submitting empty values. [#1159](https://gitlab.com/bramw/baserow/-/issues/1159)
|
|
|
|
|
* Resolve an invalid URL in the "Backend URL mis-configuration detected" error message. [#967](https://gitlab.com/bramw/baserow/-/issues/967)
|
|
|
|
|
* Resolve an issue with uploading a file via a URL when it contains a querystring. [#1034](https://gitlab.com/baserow/baserow/-/issues/1034)
|
|
|
|
|
* Fixed a bug when importing Airtable base with a date field less than 1000. [#1046](https://gitlab.com/baserow/baserow/-/issues/1046)
|
|
|
|
|
* Add new filter types 'is after today' and 'is before today'. [#1093](https://gitlab.com/baserow/baserow/-/issues/1093)
|
|
|
|
|
* Fixed a bug that make the grid view crash when searching text and a formula field is referencing a singe-select field. [#1110](https://gitlab.com/baserow/baserow/-/issues/1110)
|
|
|
|
|
* Prefetch field options on views that are iterated over on field update realtime events [#1113](https://gitlab.com/baserow/baserow/-/issues/1113)
|
|
|
|
|
* Resolve circular dependency in `FieldWithFiltersAndSortsSerializer` [#1113](https://gitlab.com/baserow/baserow/-/issues/1113)
|
|
|
|
|
* Clearing cell values multi-selected from right to left with backspace shifts selection to the right and results in wrong deletion. [#1134](https://gitlab.com/baserow/baserow/-/issues/1134)
|
|
|
|
|
* Fixed a bug that prevent to use arrows keys in the grid view when a formula field is selected. [#1136](https://gitlab.com/baserow/baserow/-/issues/1136)
|
|
|
|
|
* "Link to table" field does not allow submitting empty values. [#1159](https://gitlab.com/baserow/baserow/-/issues/1159)
|
|
|
|
|
* Resolve an invalid URL in the "Backend URL mis-configuration detected" error message. [#967](https://gitlab.com/baserow/baserow/-/issues/967)
|
|
|
|
|
* Fix various misspellings. Contributed by [@Josh Soref](https://github.com/jsoref/) using [check-spelling.dev](https://check-spelling.dev/)
|
|
|
|
|
* Fixed broken call grouping when getting linked row names from server.
|
|
|
|
|
* Fixed bug where the "Create option" button was not visible for the single and multiple
|
|
|
|
@ -353,11 +353,11 @@ protected views.
|
|
|
|
|
* Fixed horizontal scroll on Mac OSX.
|
|
|
|
|
|
|
|
|
|
### Refactors
|
|
|
|
|
* Fixed error when sharing a view publicly with sorts more than one multi-select field. [#1082](https://gitlab.com/bramw/baserow/-/issues/1082)
|
|
|
|
|
* Fix view and fields getting out of date on realtime updates. [#1112](https://gitlab.com/bramw/baserow/-/issues/1112)
|
|
|
|
|
* Fixed crash in gallery view with searching. [#1130](https://gitlab.com/bramw/baserow/-/issues/1130)
|
|
|
|
|
* Users can copy/paste images into a file field. [#367](https://gitlab.com/bramw/baserow/-/issues/367)
|
|
|
|
|
* Make it possible to copy/paste/import from/to text values for multi-select and file fields. [#913](https://gitlab.com/bramw/baserow/-/issues/913)
|
|
|
|
|
* Fixed error when sharing a view publicly with sorts more than one multi-select field. [#1082](https://gitlab.com/baserow/baserow/-/issues/1082)
|
|
|
|
|
* Fix view and fields getting out of date on realtime updates. [#1112](https://gitlab.com/baserow/baserow/-/issues/1112)
|
|
|
|
|
* Fixed crash in gallery view with searching. [#1130](https://gitlab.com/baserow/baserow/-/issues/1130)
|
|
|
|
|
* Users can copy/paste images into a file field. [#367](https://gitlab.com/baserow/baserow/-/issues/367)
|
|
|
|
|
* Make it possible to copy/paste/import from/to text values for multi-select and file fields. [#913](https://gitlab.com/baserow/baserow/-/issues/913)
|
|
|
|
|
|
|
|
|
|
### Breaking API changes
|
|
|
|
|
* The date parsing takes the date format into account when parsing unless the format respect the ISO-8601 format. This will change the value for ambiguous dates like `02/03/2020`.
|
|
|
|
@ -367,23 +367,23 @@ protected views.
|
|
|
|
|
## Released (2022-07-27_1.11.0)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Replaced all custom alert code with `Alert` component [#1016](https://gitlab.com/bramw/baserow/-/issues/1016)
|
|
|
|
|
* Added a new "is months ago filter". [#1018](https://gitlab.com/bramw/baserow/-/issues/1018)
|
|
|
|
|
* Added a new "is years ago filter". [#1019](https://gitlab.com/bramw/baserow/-/issues/1019)
|
|
|
|
|
* Added public gallery view [#1057](https://gitlab.com/bramw/baserow/-/issues/1057)
|
|
|
|
|
* Made it possible to select the entire row via the row context menu. [#1061](https://gitlab.com/bramw/baserow/-/issues/1061)
|
|
|
|
|
* Show modal when the users clicks on a deactivated premium features. [#1066](https://gitlab.com/bramw/baserow/-/issues/1066)
|
|
|
|
|
* Introduced environment variable to disable Google docs file preview. [#1074](https://gitlab.com/bramw/baserow/-/issues/1074)
|
|
|
|
|
* Add ability to create and restore snapshots. [#141](https://gitlab.com/bramw/baserow/-/issues/141)
|
|
|
|
|
* Added option to use view's filters and sorting when listing rows. [#190](https://gitlab.com/bramw/baserow/-/issues/190)
|
|
|
|
|
* Made it possible to import data into an existing table. [#342](https://gitlab.com/bramw/baserow/-/issues/342)
|
|
|
|
|
* Add configs and docs for VSCode setup. [#854](https://gitlab.com/bramw/baserow/-/issues/854)
|
|
|
|
|
* Allow users to use row id in the form redirect URL. [#871](https://gitlab.com/bramw/baserow/-/issues/871)
|
|
|
|
|
* When viewing an expanded row switch to a unique URL which links to that row. [#938](https://gitlab.com/bramw/baserow/-/issues/938)
|
|
|
|
|
* Added a new `ClientUndoRedoActionGroupId` request header to bundle multiple actions in a single API call. [#951](https://gitlab.com/bramw/baserow/-/issues/951)
|
|
|
|
|
* Added `in this week` filter [#954](https://gitlab.com/bramw/baserow/-/issues/954)
|
|
|
|
|
* Applications can now be duplicated. [#960](https://gitlab.com/bramw/baserow/-/issues/960)
|
|
|
|
|
* Tables can now be duplicated. [#961](https://gitlab.com/bramw/baserow/-/issues/961)
|
|
|
|
|
* Replaced all custom alert code with `Alert` component [#1016](https://gitlab.com/baserow/baserow/-/issues/1016)
|
|
|
|
|
* Added a new "is months ago filter". [#1018](https://gitlab.com/baserow/baserow/-/issues/1018)
|
|
|
|
|
* Added a new "is years ago filter". [#1019](https://gitlab.com/baserow/baserow/-/issues/1019)
|
|
|
|
|
* Added public gallery view [#1057](https://gitlab.com/baserow/baserow/-/issues/1057)
|
|
|
|
|
* Made it possible to select the entire row via the row context menu. [#1061](https://gitlab.com/baserow/baserow/-/issues/1061)
|
|
|
|
|
* Show modal when the users clicks on a deactivated premium features. [#1066](https://gitlab.com/baserow/baserow/-/issues/1066)
|
|
|
|
|
* Introduced environment variable to disable Google docs file preview. [#1074](https://gitlab.com/baserow/baserow/-/issues/1074)
|
|
|
|
|
* Add ability to create and restore snapshots. [#141](https://gitlab.com/baserow/baserow/-/issues/141)
|
|
|
|
|
* Added option to use view's filters and sorting when listing rows. [#190](https://gitlab.com/baserow/baserow/-/issues/190)
|
|
|
|
|
* Made it possible to import data into an existing table. [#342](https://gitlab.com/baserow/baserow/-/issues/342)
|
|
|
|
|
* Add configs and docs for VSCode setup. [#854](https://gitlab.com/baserow/baserow/-/issues/854)
|
|
|
|
|
* Allow users to use row id in the form redirect URL. [#871](https://gitlab.com/baserow/baserow/-/issues/871)
|
|
|
|
|
* When viewing an expanded row switch to a unique URL which links to that row. [#938](https://gitlab.com/baserow/baserow/-/issues/938)
|
|
|
|
|
* Added a new `ClientUndoRedoActionGroupId` request header to bundle multiple actions in a single API call. [#951](https://gitlab.com/baserow/baserow/-/issues/951)
|
|
|
|
|
* Added `in this week` filter [#954](https://gitlab.com/baserow/baserow/-/issues/954)
|
|
|
|
|
* Applications can now be duplicated. [#960](https://gitlab.com/baserow/baserow/-/issues/960)
|
|
|
|
|
* Tables can now be duplicated. [#961](https://gitlab.com/baserow/baserow/-/issues/961)
|
|
|
|
|
* Conditionally show form fields.
|
|
|
|
|
* Fixed bug with 404 middleware returning different 404 error messages based on the endpoint.
|
|
|
|
|
* New templates:
|
|
|
|
@ -412,25 +412,25 @@ protected views.
|
|
|
|
|
* Wedding Planning
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Disable table import field type guessing and instead always import as text fields. [#1050](https://gitlab.com/bramw/baserow/-/issues/1050)
|
|
|
|
|
* Add better error handling to row count job. [#1051](https://gitlab.com/bramw/baserow/-/issues/1051)
|
|
|
|
|
* Upgrade the images provided in our example docker-compose files to be the latest and most secure. [#1056](https://gitlab.com/bramw/baserow/-/issues/1056)
|
|
|
|
|
* Fix the perm delete trash cleanup job failing for self linking tables. [#1075](https://gitlab.com/bramw/baserow/-/issues/1075)
|
|
|
|
|
* Fixed changing field type to unsupported form view bug. [#1078](https://gitlab.com/bramw/baserow/-/issues/1078)
|
|
|
|
|
* Fix backspace and delete keys breaking after selecting a formula text cell. [#1085](https://gitlab.com/bramw/baserow/-/issues/1085)
|
|
|
|
|
* Fix some rare errors when combining the if and divide formula functions. [#1086](https://gitlab.com/bramw/baserow/-/issues/1086)
|
|
|
|
|
* Don't allow invalid aggregate formulas from being created causing errors when inserting rows. [#1089](https://gitlab.com/bramw/baserow/-/issues/1089)
|
|
|
|
|
* Ensure the latest error is always shown when clicking the formula refresh options link. [#1092](https://gitlab.com/bramw/baserow/-/issues/1092)
|
|
|
|
|
* Display round and trunc functions in the formula edit modal, rename int to trunc and make these functions handle weird inputs better. [#1095](https://gitlab.com/bramw/baserow/-/issues/1095)
|
|
|
|
|
* Fixed duplicating view with that depends on select options mapping. [#1104](https://gitlab.com/bramw/baserow/-/issues/1104)
|
|
|
|
|
* Fixed problem causing kanban view duplication to fail silently. [#1109](https://gitlab.com/bramw/baserow/-/issues/1109)
|
|
|
|
|
* Disable table import field type guessing and instead always import as text fields. [#1050](https://gitlab.com/baserow/baserow/-/issues/1050)
|
|
|
|
|
* Add better error handling to row count job. [#1051](https://gitlab.com/baserow/baserow/-/issues/1051)
|
|
|
|
|
* Upgrade the images provided in our example docker-compose files to be the latest and most secure. [#1056](https://gitlab.com/baserow/baserow/-/issues/1056)
|
|
|
|
|
* Fix the perm delete trash cleanup job failing for self linking tables. [#1075](https://gitlab.com/baserow/baserow/-/issues/1075)
|
|
|
|
|
* Fixed changing field type to unsupported form view bug. [#1078](https://gitlab.com/baserow/baserow/-/issues/1078)
|
|
|
|
|
* Fix backspace and delete keys breaking after selecting a formula text cell. [#1085](https://gitlab.com/baserow/baserow/-/issues/1085)
|
|
|
|
|
* Fix some rare errors when combining the if and divide formula functions. [#1086](https://gitlab.com/baserow/baserow/-/issues/1086)
|
|
|
|
|
* Don't allow invalid aggregate formulas from being created causing errors when inserting rows. [#1089](https://gitlab.com/baserow/baserow/-/issues/1089)
|
|
|
|
|
* Ensure the latest error is always shown when clicking the formula refresh options link. [#1092](https://gitlab.com/baserow/baserow/-/issues/1092)
|
|
|
|
|
* Display round and trunc functions in the formula edit modal, rename int to trunc and make these functions handle weird inputs better. [#1095](https://gitlab.com/baserow/baserow/-/issues/1095)
|
|
|
|
|
* Fixed duplicating view with that depends on select options mapping. [#1104](https://gitlab.com/baserow/baserow/-/issues/1104)
|
|
|
|
|
* Fixed problem causing kanban view duplication to fail silently. [#1109](https://gitlab.com/baserow/baserow/-/issues/1109)
|
|
|
|
|
* Fixed problem when new webhooks would be sent twice with both old and new payload.
|
|
|
|
|
|
|
|
|
|
### Breaking API changes
|
|
|
|
|
* API endpoint `/database/views/grid/${viewSlug}/public/info/` has been replaced by `/database/views/${viewSlug}/public/info/` [#1057](https://gitlab.com/bramw/baserow/-/issues/1057)
|
|
|
|
|
* Removed `primary` from all `components`and `stores` where it isn't absolutely required. [#1057](https://gitlab.com/bramw/baserow/-/issues/1057)
|
|
|
|
|
* Fix not being able to paste multiple cells when a formula field of array or single select type was in an error state. [#1084](https://gitlab.com/bramw/baserow/-/issues/1084)
|
|
|
|
|
* Concurrent field updates will now respond with a 409 instead of blocking until the previous update finished, set the env var BASEROW_WAIT_INSTEAD_OF_409_CONFLICT_ERROR to revert to the old behaviour. [#1097](https://gitlab.com/bramw/baserow/-/issues/1097)
|
|
|
|
|
* API endpoint `/database/views/grid/${viewSlug}/public/info/` has been replaced by `/database/views/${viewSlug}/public/info/` [#1057](https://gitlab.com/baserow/baserow/-/issues/1057)
|
|
|
|
|
* Removed `primary` from all `components`and `stores` where it isn't absolutely required. [#1057](https://gitlab.com/baserow/baserow/-/issues/1057)
|
|
|
|
|
* Fix not being able to paste multiple cells when a formula field of array or single select type was in an error state. [#1084](https://gitlab.com/baserow/baserow/-/issues/1084)
|
|
|
|
|
* Concurrent field updates will now respond with a 409 instead of blocking until the previous update finished, set the env var BASEROW_WAIT_INSTEAD_OF_409_CONFLICT_ERROR to revert to the old behaviour. [#1097](https://gitlab.com/baserow/baserow/-/issues/1097)
|
|
|
|
|
* API endpoints `undo` and `redo` now returns a list of actions undone/redone instead of a single action.
|
|
|
|
|
* **breaking change** Webhooks `row.created`, `row.updated` and `row.deleted` are
|
|
|
|
|
replaced with `rows.created`, `rows.updated` and `rows.deleted`, containing multiple
|
|
|
|
@ -442,23 +442,23 @@ recommended to convert all webhooks to the new types.
|
|
|
|
|
## Released (2022-07-05_1.10.2)
|
|
|
|
|
|
|
|
|
|
### New features
|
|
|
|
|
* Made the styling of the dashboard cleaner and more efficient. [#1023](https://gitlab.com/bramw/baserow/-/issues/1023)
|
|
|
|
|
* Redirect to signup instead of the login page if there are no admin users. [#1035](https://gitlab.com/bramw/baserow/-/issues/1035)
|
|
|
|
|
* Add startup check ensuring BASEROW_PUBLIC_URL and related variables are correct. [#1041](https://gitlab.com/bramw/baserow/-/issues/1041)
|
|
|
|
|
* Link to table field can now link rows in the same table. [#798](https://gitlab.com/bramw/baserow/-/issues/798)
|
|
|
|
|
* Added prefill query parameters for forms. [#852](https://gitlab.com/bramw/baserow/-/issues/852)
|
|
|
|
|
* Add support for horizontal scrolling in grid views pressing Shift + mouse-wheel. [#867](https://gitlab.com/bramw/baserow/-/issues/867)
|
|
|
|
|
* Added possibility to delete own user account [#880](https://gitlab.com/bramw/baserow/-/issues/880)
|
|
|
|
|
* Added formula round and int functions. [#891](https://gitlab.com/bramw/baserow/-/issues/891)
|
|
|
|
|
* Views can be duplicated. [#962](https://gitlab.com/bramw/baserow/-/issues/962)
|
|
|
|
|
* Add basic field duplication. [#964](https://gitlab.com/bramw/baserow/-/issues/964)
|
|
|
|
|
* Made the styling of the dashboard cleaner and more efficient. [#1023](https://gitlab.com/baserow/baserow/-/issues/1023)
|
|
|
|
|
* Redirect to signup instead of the login page if there are no admin users. [#1035](https://gitlab.com/baserow/baserow/-/issues/1035)
|
|
|
|
|
* Add startup check ensuring BASEROW_PUBLIC_URL and related variables are correct. [#1041](https://gitlab.com/baserow/baserow/-/issues/1041)
|
|
|
|
|
* Link to table field can now link rows in the same table. [#798](https://gitlab.com/baserow/baserow/-/issues/798)
|
|
|
|
|
* Added prefill query parameters for forms. [#852](https://gitlab.com/baserow/baserow/-/issues/852)
|
|
|
|
|
* Add support for horizontal scrolling in grid views pressing Shift + mouse-wheel. [#867](https://gitlab.com/baserow/baserow/-/issues/867)
|
|
|
|
|
* Added possibility to delete own user account [#880](https://gitlab.com/baserow/baserow/-/issues/880)
|
|
|
|
|
* Added formula round and int functions. [#891](https://gitlab.com/baserow/baserow/-/issues/891)
|
|
|
|
|
* Views can be duplicated. [#962](https://gitlab.com/baserow/baserow/-/issues/962)
|
|
|
|
|
* Add basic field duplication. [#964](https://gitlab.com/baserow/baserow/-/issues/964)
|
|
|
|
|
* Add the ability to disable the model cache with the new BASEROW_DISABLE_MODEL_CACHE env variable.
|
|
|
|
|
* Added API exception registry that allows plugins to provide custom exception mappings for the REST API.
|
|
|
|
|
* Added Link Row contains filter. [874](https://gitlab.com/bramw/baserow/-/issues/874)
|
|
|
|
|
* Added Link Row contains filter. [874](https://gitlab.com/baserow/baserow/-/issues/874)
|
|
|
|
|
* Added multi-cell clearing via backspace key (delete on Mac).
|
|
|
|
|
* Added new `before_group_deleted` signal that is called just before a group would end up in the trash.
|
|
|
|
|
* Added new `group_user_added` signal that is called when an user accept an invitation to join a group.
|
|
|
|
|
* Allow to import more than 15Mb. [949](ttps://gitlab.com/bramw/baserow/-/issues/949)
|
|
|
|
|
* Allow to import more than 15Mb. [949](ttps://gitlab.com/baserow/baserow/-/issues/949)
|
|
|
|
|
* `./dev.sh all_in_one_dev` now starts a hot reloading dev mode using the all-in-one image.
|
|
|
|
|
* Made it clearer that you're navigating to baserow.io when clicking the "Get a license"
|
|
|
|
|
button.
|
|
|
|
@ -466,26 +466,26 @@ button.
|
|
|
|
|
* Made it possible to extend the register page.
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
* Fix regex_replace formula function allowing invalid types as params. [#1024](https://gitlab.com/bramw/baserow/-/issues/1024)
|
|
|
|
|
* Fix newly imported templates missing field dependencies for some link row fields. [#1025](https://gitlab.com/bramw/baserow/-/issues/1025)
|
|
|
|
|
* Fix converting a link row not updating dependants on the reverse side. [#1026](https://gitlab.com/bramw/baserow/-/issues/1026)
|
|
|
|
|
* Fix lookup field conversions deleting all of its old field dependencies. [#1036](https://gitlab.com/bramw/baserow/-/issues/1036)
|
|
|
|
|
* Fix refresh formula options button always being shown initially. [#1037](https://gitlab.com/bramw/baserow/-/issues/1037)
|
|
|
|
|
* Fix views becoming inaccessible due to race condition when invalidating model cache. [#1040](https://gitlab.com/bramw/baserow/-/issues/1040)
|
|
|
|
|
* Fix get_human_readable_value crashing for some formula types. [#1042](https://gitlab.com/bramw/baserow/-/issues/1042)
|
|
|
|
|
* Upload modal no longer closes when removing a file. [#569](https://gitlab.com/bramw/baserow/-/issues/569)
|
|
|
|
|
* Fix rare formula bug with multiple different formulas and view filters in one table. [#801](https://gitlab.com/bramw/baserow/-/issues/801)
|
|
|
|
|
* Added FormulaField to the options for the primary field. [#859](https://gitlab.com/bramw/baserow/-/issues/859)
|
|
|
|
|
* Treat null values as zeros for numeric formulas. [#886](https://gitlab.com/bramw/baserow/-/issues/886)
|
|
|
|
|
* Fix formula bug caused when looking up date intervals. [#924](https://gitlab.com/bramw/baserow/-/issues/924)
|
|
|
|
|
* Fix formula bugs caused by unsupported generation of BC dates. [#952](https://gitlab.com/bramw/baserow/-/issues/952)
|
|
|
|
|
* Fixed URL fields not being available in lookup fields. [#984](https://gitlab.com/bramw/baserow/-/issues/984)
|
|
|
|
|
* Fix regex_replace formula function allowing invalid types as params. [#1024](https://gitlab.com/baserow/baserow/-/issues/1024)
|
|
|
|
|
* Fix newly imported templates missing field dependencies for some link row fields. [#1025](https://gitlab.com/baserow/baserow/-/issues/1025)
|
|
|
|
|
* Fix converting a link row not updating dependants on the reverse side. [#1026](https://gitlab.com/baserow/baserow/-/issues/1026)
|
|
|
|
|
* Fix lookup field conversions deleting all of its old field dependencies. [#1036](https://gitlab.com/baserow/baserow/-/issues/1036)
|
|
|
|
|
* Fix refresh formula options button always being shown initially. [#1037](https://gitlab.com/baserow/baserow/-/issues/1037)
|
|
|
|
|
* Fix views becoming inaccessible due to race condition when invalidating model cache. [#1040](https://gitlab.com/baserow/baserow/-/issues/1040)
|
|
|
|
|
* Fix get_human_readable_value crashing for some formula types. [#1042](https://gitlab.com/baserow/baserow/-/issues/1042)
|
|
|
|
|
* Upload modal no longer closes when removing a file. [#569](https://gitlab.com/baserow/baserow/-/issues/569)
|
|
|
|
|
* Fix rare formula bug with multiple different formulas and view filters in one table. [#801](https://gitlab.com/baserow/baserow/-/issues/801)
|
|
|
|
|
* Added FormulaField to the options for the primary field. [#859](https://gitlab.com/baserow/baserow/-/issues/859)
|
|
|
|
|
* Treat null values as zeros for numeric formulas. [#886](https://gitlab.com/baserow/baserow/-/issues/886)
|
|
|
|
|
* Fix formula bug caused when looking up date intervals. [#924](https://gitlab.com/baserow/baserow/-/issues/924)
|
|
|
|
|
* Fix formula bugs caused by unsupported generation of BC dates. [#952](https://gitlab.com/baserow/baserow/-/issues/952)
|
|
|
|
|
* Fixed URL fields not being available in lookup fields. [#984](https://gitlab.com/baserow/baserow/-/issues/984)
|
|
|
|
|
* Add debugging commands/options for inspecting tables and updating formulas.
|
|
|
|
|
* API returns a nicer error if URL trailing slash is missing. [798](https://gitlab.com/bramw/baserow/-/issues/798)
|
|
|
|
|
* Fix dependant fields not being updated if the other side of a link row field changed. [918](https://gitlab.com/bramw/baserow/-/issues/918)
|
|
|
|
|
* API returns a nicer error if URL trailing slash is missing. [798](https://gitlab.com/baserow/baserow/-/issues/798)
|
|
|
|
|
* Fix dependant fields not being updated if the other side of a link row field changed. [918](https://gitlab.com/baserow/baserow/-/issues/918)
|
|
|
|
|
* Fix errors when using row_id formula function with left/right functions.
|
|
|
|
|
* Fix import form that gets stuck in a spinning state when it hits an error.
|
|
|
|
|
* Fix nested aggregate formulas not calculating results or causing errors. [683](https://gitlab.com/bramw/baserow/-/issues/683)
|
|
|
|
|
* Fix nested aggregate formulas not calculating results or causing errors. [683](https://gitlab.com/baserow/baserow/-/issues/683)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Released (2022-06-09_1.10.1)
|
|
|
|
|