You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Component: Code Editor – Identical to the VS Code editor.
Import dictionaries from schemas other than "dbo" – You can now import a dictionary from a schema other than "dbo".
Filter option – Filters can now be submitted (default behavior remains AJAX, as usual). This is available under Actions -> Detailed Filters -> Advanced (Suggestion from @ygorsilv1997 ).
Import table fields after dictionary creation – It's now possible to import table fields after the dictionary has been created. (Suggestion from community member @PolywickStudio).
Database Scripts – The database script screen now supports dark mode and is displayed in an offcanvas.
Update docs for easier setup from new projects
Bugfix:
WebApi Endpoint for single record retrieval – Fixed a bug where the endpoint for fetching a single record from the WebApi wasn't functioning properly.