Skip to content

v1.20.2

Compare
Choose a tag to compare
@IkarosKappler IkarosKappler released this 07 Mar 21:27
· 8 commits to main since this release
  • 2023-03-06
    • Finalizing the audio demo (demo-46).
  • 2023-02-10
    • Fixing an issue of the style.position setting when fitToParent=true from absolute to static (default).
    • All non-function attributes of the Config interface are now mandatory.
    • The methods DrawLib.setCurrentClassName and DrawLib.setCurrentId also accept null now.
    • Cleaning up most type errors in the main class (mostly null checks).
    • Adding enableZoom and enablePan (both default true) to have the option to disable these functions.
  • 2023-02-04
    • Fixed a bug in the PlotBoilerplate.drawDrawable function; fill's current classname was not set.
    • drawutilssvg: Fixed a typo in the CSS classname for cubic Bézier paths: cubicBezier (was cubierBezier).
  • 2023-01-23
    • Added Color.set(Color) function to set all values (r,g,b,h,s,l,a) simultanoeusly.