2026.4.1.4273
This patch resolves one crash on application start in PostgreSQL, one UX issue, and protects against possible supply chain attacks.
Released on 2026-05-29T07:21:00Z.
Architect: Incorrect PostgreSQL deployment scripts for OpenIddict
Deployment scripts for PostgreSQL adding OpenIddict specified that all the tables are created in the public schema. If the project has a different schema defined in the OrigamSettings.config file, these tables are scripted in a different schema than the one used by the application. It caused an error during the application start.
HTML Architect: Missing space between radio button and label
All radio buttons didn’t have enough breathing room between the control and its text label. This fix improves the UX by adding a 4 px space between them.
Supply chain risk mitigation for frontend projects
With the increasing supply chain risks, we are tightening rules for updating our dependencies. We disallowed dependency updates released less than 24 hours ago, disabled silently updating the dependency lockfile, disabled running post-install scripts, and bumped up the package manager version.