Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 1.62 KB

Changelog

6.0.0

  • BREAKING redrawCanvas() does not auto-clear data anymore; clear will be called internally, but still preserving data. You can return to the previous behavior by calling clear() after redrawCanvas() if you want it.
  • BREAKING clear() will call redrawCanvas() first. If you just want to clear data without redrawing, then call clear(false). This behavior is to fix issues where the pad loses the style after clearing data.
  • BREAKING clear() will trigger drawEnd with the value of null, this can help with knowing when the pad got cleared.
  • Adding new changeBackgroundColor(color: string) function to change the background color dynamically.
  • New Demo UI and fixing broken showcase.
  • Upgrade signature_pad to the latest version (5.0.4) See (Changelog)
  • Support Angular 18 (Now it supports Angular >= 16; if any issues occur in the future, please report).
  • Update dependencies for the project

5.0.1

  • Upgrade signature_pad to the latest version (4.0.7) See (Changelog)
  • Support Angular 14 (Now it is supporting Angular >= 12, if any issues happened in the future, please report).
  • Drop support from Angular 10 & 11 as they are no more active nor LTS (Support policy and schedule)

4.0.1

  • Upgrade signature_pad to the final version 4.0.0 See (Changelog)
  • Support Angular 13.