Skip to content

2sxc 21.04

Choose a tag to compare

@iJungleboy iJungleboy released this 04 Mar 14:30
· 48 commits to master since this release
0bc3741

2sxc v21.04.00 (2026-03-04)

General Enhancements

  1. ⚙️ Admin: Ability to click on an entity to see it's relationships ⭐
  2. ✏️ Edit UI: Ability to always hide HTML button from normal users (you change the default per system/site) (sponsored)
  3. ✏️ Edit UI: Ability to show the HTML button for super-users in Debug mode (sponsored)

Minor

  1. 🧑🏼‍💻 Code Generator start with auto-generate on changes (WIP)
  2. 🧑🏼‍💻 VS Coding experience, work on making it compatible with latest C# in VS Code

Bugfixes

  1. 🐞 App Export was broken, missing some data (regression, v21.03)
  2. 🐞 Visual Query can't edit newly created queries
  3. 🐞 Copilot - was broken in v21.03
  4. 🪲 Minor visual query certain edge cases
  5. 🪲 Minor admin shared fields - definitions were not showing properly
  6. 🪲 Minor when in the list-sort dialog, titles from HTML looked off (drop html, ellipsis)

Internal and Code Hygiene

  1. Rework internal DataBuilder to DataAssembler
  2. 🌪️ DataSources: New internal DataSource System.GetEntities
  3. Internal object structure for permission-check, now uses new IServiceWithSetup
  4. Chore: update FAB components to latest version
  5. 🌪️ DataSources: Rework public Linking API, improve the IDataService with CreateLink() and CombineLinks()
  6. 📖 Improve docs - internal docs + start improving section C# Razor