@nocobase/resourcer
Advanced tools
Changelog
v1.4.3 - 2024-12-05
[test] Allow login with role name in test cases (#5794) by @mytharcher
[Notification: In-app message] update titles for detail URLs in in-app-message forms and localization files (#5742) by @sheldon66
Fix the issue where the token is not cleared after a user without a role encounters a sign in error and clicks the โSign in with another accountโ button (#5790) by @2013xile
Loss of request headers on silent requests (#5795) by @chenos
Blank page when user has no role (#5797) by @chenos
Fix scrollbar issue in sub-table with size small under compact theme (#5796) by @katherinehhh
Changelog
v1.4.0 - 2024-12-03
Reference documentation:
Reference documentation:
Reference documentation:
Reference documentation:
Share public forms externally to collect information from anonymous users.
Reference documentation:
Use the KingbaseES database as a data source, either as the main database or an external database.
Reference documentation:
Use external Oracle databases as a data source.
Reference documentation:
Supports URL-based attachments.
Reference documentation:
Reference documentation:
JavaScript nodes allow users to execute JavaScript within a workflow. The script can use variables from upstream nodes in the process as parameters and the return value of the script can be used in downstream nodes.
Reference documentation:
Added ECharts, supporting funnel, radar and more charts, and providing more user-friendly configurations.
Reference documentation:
Reference documentation:
Designed to house various quick actions, currently supports:
Supports both grid and list layouts
Reference documentation:
Changelog
v1.3.55 - 2024-12-03
[client]
[database] Fix update hasOne/belongsTo association values without foreign key (#5754) by @chareice
[Data source manager] Fix incorrect display of source key (#5771) by @katherinehhh
[Workflow: Custom action event]
Allow all roles to triggering custom action event in external data sources by @mytharcher
Fix default data source as main by @mytharcher
Fix data source error when not matched by @mytharcher
Fix custom action trigger not triggering on association by @mytharcher