Skip to content

Releases: Dani3lSun/apex-plugin-apexscreencapture

apex-plugin-apexscreencapture v1.9.5

21 Oct 13:39
Compare
Choose a tag to compare
  • Added option to export screenshot as a PDF file

apex-plugin-apexscreencapture v1.9.4

18 May 21:02
Compare
Choose a tag to compare

get proper width/height of elements if JQuery Selector != body

apex-plugin-apexscreencapture v1.9.3

11 Apr 22:15
Compare
Choose a tag to compare

added support for capturing SVG

apex-plugin-apexscreencapture v1.9.2

18 Dec 10:49
Compare
Choose a tag to compare
  • fixed a bug there the DOM Selector picked the wrong region

apex-plugin-apexscreencapture v1.9.1

17 Dec 23:32
Compare
Choose a tag to compare
  • added option to choose the mime type (PNG or JPEG) of the image which gets saved to DB

apex-plugin-apexscreencapture v1.9

27 Sep 19:35
Compare
Choose a tag to compare
  • performance improvements when saving image
  • added wait spinner to visualize progress
  • fixed error when opening image in new tab in IE
  • APEX 5 Demo App:
    f613_screen_capture_demo.zip

apex-plugin-apexscreencapture v1.8

13 Jan 21:40
Compare
Choose a tag to compare
  • added APEX events to plugin, so you can react with other DA on this
  • Events: "Saved to DB" & "Error saving to DB"
  • cleaned up js code with own namespace

apex-plugin-apexscreencapture v1.7

11 Jan 22:39
Compare
Choose a tag to compare
  • added minified css/js files for normal mode and full files for debug mode

apex-plugin-apexscreencapture v1.6

10 Jan 18:57
Compare
Choose a tag to compare
  • performance improvements (removed redundant AJAX call)
  • split the clob into a 30k param array (OHS 32k limit for params)

apex-plugin-apexscreencapture v1.5

05 Jan 10:08
Compare
Choose a tag to compare
  • removed the save to item functionality
  • instead added a AJAX function which saves the resulting image to Database using custom PL/SQL code