Zum Hauptinhalt springen

v21.0.1

⚠ BREAKING CHANGES

  • If you're using an older script.jsp version, you need to update the existing Workflow-ext/jsp/script.jsp file with <script type="text/javascript" src="./ext/js/ou/sp/library.js"></script>
  • You need to update your docker volume mount path, now: mount/ousp/library

🚀 New Features

  • SDK for portalscripts to use Data-Rai API directly. (2761c6c)
  • added "ou.sp.HttpClient" class (3b10843)
  • bundle into single client file (1dc3578)
  • Add changelog to docs (7532813)
  • Add library-demo extract (9f310ca)
  • add demo content (b6df469)
  • Add static use func to logging (4bd895e)
  • Implement logging class from ousp-invoice (eb3a59c)

🐛 Bug Fixes

  • absolute path to file download (DRAI-83) (f98c2d0)
  • access dbResultSet column only once (6fa4f4b)
  • activate default imports (legacy) (2ad495f)
  • Check for imports in docs (8d4567e)
  • copy docs resources from compiled dir (a19eda8)
  • correct dynamic imports (27ad2c9)
  • Correct isNumber pattern (13d7bf5)
  • demo: correct require (493ecf4)
  • e2e: correct register name (216425e)
  • multitable: Trigger update only on event type "menuselect" (89e4185)
  • Optimize imports (9e96d12)
  • Optimize imports to prevent circular documents imports (c4e5332)
  • put vue components to end of bundle file (84594bb)
  • remove dynamic resources (18241f7)
  • Remove vue-components.js (now in library.js) (d338c26)
  • reorder runDev (2529ea6)
  • Restore INSTALL.md (9daf4a0)
  • revert all imports (due to recursive bug) (27c0f50)
  • trigger callback also when no option is defined (5026142)
  • Update examples (b81e105)
  • Update mount point (d65a14c)
  • Use fallback language for dialog (0578e47)
  • Use object.assign (b815b7c)
  • Use otrLogger mock from documents-mock (b9402db)