NocoBase 1.3: REST API data source, mobile v2, and more features

NocoBase 1.3 introduces REST API and MSSQL data sources, support for opening pop-ups via URL, dynamically configuring field components, enhanced mobile version, WeCom authentication, many-to-many arrays, and a new date calculation node in workflows.

NocoBase team |

Starting from version 1.3, NocoBase offers two key branches: main and next.

  • main branch (beta version) focuses on bug fixes, ensuring a stable version for users.
  • next branch (alpha version) contains some unreleased new features. This version is unstable and is intended for developers or testers to experience new features early or to conduct compatibility testing.

The new features in the 1.3 beta include:

Core

Support for opening pop-ups via URL

Reference documentation:

Support for opening pop-ups as a page

A new “page” option has been added for pop-up operations.

4a75fb85c9ee716316b8286e5b9473c0.png

Reference documentation:

Fields support configuration of style attributes

04e31b81fb3a9deb16b917431abfe695.png

Reference documentation:

Markdown and iframe HTML support the Handlebars template engine

20240811205239

Reference documentation:

Support for dynamically configuring field components

20240807092556.png

Reference documentation:

Plugins

REST API data source

20240721171420.png

Reference documentation:

MSSQL external data source

aac26e115213a2adbfbb5dfcf0e7ddc5.png

Reference documentation:

Mobile V2

e88f4f84b47f9076d3ae518ff4d1cc15.png

Reference documentation:

Many-to-many (array)

202407051108180.png

Reference documentation:

Authentication: WeCom

202406272115805.png

Reference documentation:

Workflow: Date calculation node

0975e0b188846624ec6d66f46b3f25b0.png

Reference documentation:

Important changes

Environment variable DB_TIMEZONE changed to TZ

The new TZ environment variable has been added to set the application’s time zone, with the default being the operating system’s time zone. The old DB_TIMEZONE remains compatible but is deprecated.

Reference: