Skip to content

Releases: Servoy/svycanvas

v2024.3.0

08 Mar 09:45
Compare
Choose a tag to compare

Update the npm packages, angular to 17.2

Changed to execute server side scripting to use the new 2024 way (the function property is directly a function object)

svycanvas version v2023.9.0

13 Oct 21:16
Compare
Choose a tag to compare

Fixes

SVYX-707
SVYX-706

Enhancements

  • Add support for printing the canvas
  • Add initial support for modifying the element controls

svycanvas version v2023.6.0

24 Aug 16:48
Compare
Choose a tag to compare

Enhancements

Add support for TING
Add other types of elements

Fixes

Fix issue with emiter

svycanvas version v1.0.4

25 Aug 21:08
Compare
Choose a tag to compare

Enhancements

  • Improve performance when drawing canvas (Draw method is no longer being executed multiple times when not needed)

Fixes

  • Fixed an issue where moving multiple grouped objects would cause canvas to not save properly.
  • Fix an issue with getSelectedObject not return correct element(s)
  • When updating an object using update object also call modified handler

svycanvas version v1.0.3

22 Aug 17:57
Compare
Choose a tag to compare

Breaking Changes

  • This updated version uses left/top properties for position of objects. (whereas in previous builds we are using x/y). This is to be more aligned with core library.

Enhancements

  • added clearCanvas method
  • added optional params to add object
  • added saveAsImage method
  • added initial support for animations and sprites
  • added onReady handler
  • added rotate method
  • added longpress handler
  • added initial support for grouped objects
  • add styleclass property
  • updates to the example solution
  • add text align properties

Fixes

  • fixed an issue with copying sprites and objects
  • fixed an issue with saving object when using addObject with optional param set to false

svycanvas version v1.0.2

01 Mar 21:26
Compare
Choose a tag to compare
  • add zoom option for mouse wheel
  • add zoomOnPoint method (api for zooming)

svycanvas version 1.0.1

24 Feb 22:38
Compare
Choose a tag to compare
v1.0.1

update webpackage

svycanvas version 1.0.0

19 Feb 20:02
Compare
Choose a tag to compare

We are happy to announce svycanvas 1.0.0!

Please report your issues and enhancements on this project.