NocoBase v1.6.0-alpha.2: Support enabling link opening pop ups on readPretty field

Release Note of v1.6.0-alpha.2

nocobase [bot] |

🎉 New Features

  • [client]

    • Support enabling link opening pop ups on readPretty field (#5747) by @katherinehhh

    • Support associate and disassociate action in association block (#5695) by @katherinehhh

  • [server] Add audit manager (#5601) by @chenzhizdt

  • [Workflow] support manually triggering workflow (#5664) by @mytharcher

  • [Workflow: Pre-action event] support manually triggering workflow by @mytharcher

🚀 Improvements

  • [client]

    • implement on-demand loading for front-end components (#5647) by @gchust

    • Improve page rendering performance and support page keep-alive functionality (#5515) by @zhangzhonghe

  • [Collection field: Sort] add plugin description (#5720) by @mytharcher

  • [Embed NocoBase] Improve page rendering performance by @zhangzhonghe

🐛 Bug Fixes

  • [client]

    • Fix issues where variables cannot be properly used in third-party data source blocks (#5782) by @zhangzhonghe

    • Fix the issue where association field values are empty in block templates. Fix the problem where block data scope using variables don’t work properly in third-party data sources (#5777) by @zhangzhonghe

    • Fix the issue where component’s dynamic props do not work with lazy loading (#5776) by @gchust

    • fixed the warning message in React when dynamically loading hooks in the development environment (#5758) by @gchust

  • [Data visualization] Fix the issue where filter field components of chart blocks not rendering (#5769) by @2013xile