Skip to content

v4.4.0

Latest
Compare
Choose a tag to compare
@gumbarros gumbarros released this 15 Apr 13:37
· 67 commits to main since this release

version

New Features:

  • 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.