|
| 1 | +# v1.0.1-alpha.1: 2024-06-07 |
| 2 | + |
| 3 | +## New features |
| 4 | + |
| 5 | +### Blocks support height settings (<a href="https://github.com/nocobase/nocobase/pull/4441" target="_blank">#4441</a>) |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +Reference document: |
| 10 | + |
| 11 | +- [set block height](/handbook/ui/blocks/block-settings/block-height) |
| 12 | + |
| 13 | +### Link action: navigate to the specified URL (<a href="https://github.com/nocobase/nocobase/pull/4506" target="_blank">#4506</a>) |
| 14 | + |
| 15 | +Support configuring variables in the URL or search params. |
| 16 | + |
| 17 | +<video width="100%" height="440" controls> |
| 18 | + |
| 19 | + <source src="https://static-docs.nocobase.com/20240603224044.mp4" type="video/mp4"> |
| 20 | + |
| 21 | +</video> |
| 22 | + |
| 23 | +Reference document: |
| 24 | + |
| 25 | +- [Link action](/handbook/ui/actions/types/link) |
| 26 | + |
| 27 | +### Add a new variable called "URL search params" (<a href="https://github.com/nocobase/nocobase/pull/4506" target="_blank">#4506</a>) |
| 28 | + |
| 29 | +The variable is only available when there is a query string in the page URL, making it more convenient to use in conjunction with [link action](/handbook/ui/actions/types/link). |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +Reference document: |
| 34 | + |
| 35 | +- [URL search params](/handbook/ui/variables#url-search-params) |
| 36 | +- [Link action](/handbook/ui/actions/types/link) |
| 37 | + |
| 38 | +### Iframe support variables (<a href="https://github.com/nocobase/nocobase/pull/4512" target="_blank">#4512</a>) |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +Reference document: |
| 45 | + |
| 46 | +- [iframe block](/handbook/block-iframe) |
| 47 | + |
| 48 | +### File storages support configuring file size and file type (<a href="https://github.com/nocobase/nocobase/pull/4118" target="_blank">#4118</a>) |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +Reference document: |
| 53 | + |
| 54 | +- [File Storage](/handbook/file-manager/storage) |
| 55 | + |
| 56 | +### Workflow: variable nodes support selecting partial path of data objects as the value of variables |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +### URL fields support preview (<a href="https://github.com/nocobase/nocobase/pull/4559" target="_blank">#4559</a>) |
| 61 | + |
| 62 | +Currently only support image preview. |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +### Data visualization: Support for "URL query parameters" and "current role" variables (<a href="https://github.com/nocobase/nocobase/pull/4586" target="_blank">#4586</a>) |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +## Improvements |
| 73 | + |
| 74 | +### Import and export function optimization (<a href="https://github.com/nocobase/nocobase/pull/4468" target="_blank">#4468</a>) |
| 75 | + |
| 76 | +Improved the stability of import and export function, increased the limit of import and export to 2000 records. Supports extended import and export logic of custom field types. |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +### Avoid misoperation by disabling the date variable option (<a href="https://github.com/nocobase/nocobase/pull/4452" target="_blank">#4452</a>) |
| 81 | + |
| 82 | +Except for the "current time", the variables representing dates are intervals (arrays) rather than moments (strings). They can be used for filtering, but cannot be directly used as default values. |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | +### Linkage rule assignment interaction optimization (<a href="https://github.com/nocobase/nocobase/pull/4492" target="_blank">#4492</a>) |
| 87 | + |
| 88 | +Multi-select fields do not show assignment options. If a single-select field is selected and assigned, then switching to a multi-select field will clear the configuration |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | +### Adjust the top-right icon of the action column in the table block (<a href="https://github.com/nocobase/nocobase/pull/4538" target="_blank">#4538</a>) |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | +### ErrorFallback (<a href="https://github.com/nocobase/nocobase/pull/4459" target="_blank">#4459</a>) |
| 97 | + |
| 98 | +Refining error fallback for different components in the frontend to prevent the entrie page from becoming unusable due to a frontend error. |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | +### Collect debug information and quickly download logs when a frontend error occurs(<a href="https://github.com/nocobase/nocobase/pull/4524" target="_blank">#4524</a>) |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | +### Others |
| 107 | + |
| 108 | +- Modify character length limit of username to 1-50 (<a href="https://github.com/nocobase/nocobase/pull/4502" target="_blank">#4502</a>) |
| 109 | +- Do not hide foreign key fields(<a href="https://github.com/nocobase/nocobase/pull/4499" target="_blank">#4499</a>) |
| 110 | + |
| 111 | +## Bug fixes |
| 112 | + |
| 113 | +### The data scope in the permission configuration dialog should not support the "Current form" and "Current popup record" variables (<a href="https://github.com/nocobase/nocobase/pull/4484" target="_blank">#4484</a>) |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | +### Support selecting the value of a variable directly as the default value for a association field (<a href="https://github.com/nocobase/nocobase/pull/4439" target="_blank">#4439</a>) |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | +### Fix the issue of error when adding "Custom request" action multiple times (<a href="https://github.com/nocobase/nocobase/pull/4458" target="_blank">#4458</a>) |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | +### Others |
| 126 | + |
| 127 | +- Fix the issue of content in the sub-table not being cleared after form submission. (<a href="https://github.com/nocobase/nocobase/pull/4475" target="_blank">#4475</a>) |
| 128 | +- Fix the issue of abnormal use of the "Current object" variable in the sub-table. (<a href="https://github.com/nocobase/nocobase/pull/4521" target="_blank">#4521</a>) |
| 129 | +- add 'Set default zoom level' option for map fields. (<a href="https://github.com/nocobase/nocobase/pull/4527" target="_blank">#4527</a>) |
| 130 | +- Fix the issue of block not being displayed when adding a block using block templates in a popup window. (<a href="https://github.com/nocobase/nocobase/pull/4531" target="_blank">#4531</a>) |
| 131 | +- Fix the style issue of form data templates. (<a href="https://github.com/nocobase/nocobase/pull/4536" target="_blank">#4536</a>) |
| 132 | +- Workflow: expression box style disappeared in calculation node. (<a href="https://github.com/nocobase/nocobase/pull/4513" target="_blank">#4513</a>) |
| 133 | +- Workflow: field type incorrect when created in custom form of manual node. (<a href="https://github.com/nocobase/nocobase/pull/4519" target="_blank">#4519</a>) |
| 134 | +- Workflow: permission issue of triggering custom action event. (<a href="https://github.com/nocobase/nocobase/pull/4522" target="_blank">#4522</a>) |
| 135 | +- Workflow: incorrect depth configuration of preloading assoacition for multiple data source. (<a href="https://github.com/nocobase/nocobase/pull/4526" target="_blank">#4526</a>) |
| 136 | +- `json-templates` library bug. (<a href="https://github.com/nocobase/nocobase/pull/4525" target="_blank">#4525</a>) |
| 137 | +- File manager: error when uploading or deleting file on COS. (<a href="https://github.com/nocobase/nocobase/pull/4529" target="_blank">#4529</a>, <a href="https://github.com/nocobase/nocobase/pull/4537" target="_blank">#4537</a>) |
| 138 | +- Form linkage rule displays [object Object] when assigning a value of 0.00 to a numeric field. (<a href="https://github.com/nocobase/nocobase/pull/4482" target="_blank">#4482</a>) |
| 139 | +- Subtable is missing the control setting item for the add new button. (<a href="https://github.com/nocobase/nocobase/pull/4498" target="_blank">#4498</a>) |
| 140 | +- Submit button in the table edit form is missing the linkage rule setting item. (<a href="https://github.com/nocobase/nocobase/pull/4515" target="_blank">#4515</a>) |
| 141 | +- Data-visualization: fix the issue of field components invisible when setting default values for chart filter fields (<a href="https://github.com/nocobase/nocobase/pull/4509" target="_blank">#4509</a>) |
| 142 | +- Authentication: fix the issue where the sign up page is not found for newly created basic authenticator. (<a href="https://github.com/nocobase/nocobase/pull/4556" target="_blank">#4556</a>) |
| 143 | +- Localization: fix the issue where the page titles is not translated when translating the menu texts. (<a href="https://github.com/nocobase/nocobase/pull/4557" target="_blank">#4557</a>) |
| 144 | +- Map: fix the issue where AMap shows a key error despite correct configuration. (<a href="https://github.com/nocobase/nocobase/pull/4574" target="_blank">#4574</a>) |
0 commit comments