Zum Hauptinhalt springen

v23.0.0

⚠ BREAKING CHANGES

  • ousp-request: use DocFileHelper for field verification (REQ-14)
  • ousp-invoice: ensure documentsOS and library compatibility (INV-500, INV-522) (#523)
  • library: Library now fully switched to require. This means that all portalscript, that are using the library-sdk, must replace the old // #import syntax with the new require() syntax.

Features

  • library,mocks-documents,types-documents: change gadgetApi [LIB-412] (#411) (b4039fe)
  • library: add dynamic intellisense support for SelectBuilder (LIB-409) (45de19b)
  • library: add dynamic intellisense support for SelectBuilder (LIB-409) (#378) (3307641)
  • library: add field verification function to DocFileHelper (REQ-14) (#466) (3463928)
  • library: add new ClientExecutable class (574e2a9)
  • library: added key enter listener in fileSearch buttons(LIB-393) (#275) (6486909)
  • library: log select statement on execute (LIB-391) (#444) (6412f6b)
  • library: provide a 'KnownTables' type for SelectBuilder auto completion (#433) (92136f9)
  • library: use SelectBuilder instead of obsolete QueryBuilder [LIB-403] (#418) (12b3fe1)
  • ousp-invoice: ensure documentsOS and library compatibility (INV-500, INV-522) (#523) (98881ad)
  • ousp-request: use DocFileHelper for field verification (REQ-14) (98881ad)
  • proof of concept - React FolderCounter gadget (LIB-407) (#465) (3ad6a77)
  • upgrade to new docusaurus plugin (OUD-99) (#520) (51c4e7f)

Bug Fixes

  • library-demo: refactor xml export in project.json (ec1a979)
  • library: added BusyPanel in FileSearch (LIB-392) (#274) (1be3c04)
  • library: added scollbar for folderCounter (LIB-388) (#273) (ee0a71c)
  • library: changed url from test to prod (#300) (a7a7bff)
  • library: correct background-color of (date) input (dd0bc10)
  • library: do not use Object.values [LIB-404] (#405) (a189499)
  • library: in testmode there not must be a cc field [LIB-408] (#413) (04cc6da)
  • library: lazy load gadgetAPI (05b7019)
  • library: remove gadgets from "ou.sp.Library" (LIB-413) (#425) (ec1a979)
  • library: suppress html2pdf error if pdf file was created (LIB-414) (#489) (6e4fd84)
  • library: use deepmerge for assign logic (LIB-348) (#442) (f93d930)
  • ousp-efiles-demo: read files.json as objects (dd0bc10)
  • ousp-efiles-demo: update demo data (EFI-119) (#420) (dd0bc10)
  • ousp-efiles: correct fileSearch gadget (dd0bc10)
  • ousp-postman: correct unsafe usage in finally-blocks (51c4e7f)
  • update all demo tenants (DEM-229, #350) (ce12d87)

Code Refactoring

  • library: switch to require-imports (LIB-400) (#271) (84b5c8e)