Skip to content

Releases: MarvinKlein1508/SignaturePad

v8.0.0

20 Nov 10:41
389f25f
Compare
Choose a tag to compare

What's changed?

  • Added demo for Blazor SSR
  • Updated SignaturePad to .NET 8.0.0
  • Added auto publish to GitHub Pages

Full Changelog: V7.5.0...v8.0.0

V7.5.0

06 Nov 13:48
Compare
Choose a tag to compare

What's Changed

  • Added support for Backgroud Image by @dblood2 in #23
  • Fixed double rendering issue
  • All added attributes will now be applied to the SignaturePad

Breaking changes

V7.5.0 removes the hardcoded style="width: 100%;" from the canvas tag. This may result in a different rendering in your application. To fix this you can add the style attribute directly to the SignaturePad like this:

<SignaturePad @bind-Value="Input.Signature" style="width: 100%;" />

New Contributors

Full Changelog: V7.4.1...V7.5.0

V7.4.1

30 Aug 09:41
Compare
Choose a tag to compare
  • Fixed rotating bug on iOS (#15 & #19) Thanks @clodewyks
  • Updated Nuget references to 6.0.21

V7.4.0

30 Jun 06:45
Compare
Choose a tag to compare
  • Added option to provide custom CSS class to SignaturePad
  • Added option to provide custom CSS class to clear button

V7.3.0

14 Jun 20:50
2417c73
Compare
Choose a tag to compare
  • Added new option to set the background color of the canvas

V7.2.0

12 Jun 12:31
598ac67
Compare
Choose a tag to compare
  • Added new parameter Disabled which can be set to make the component readonly

V7.1.2

07 Jun 10:43
Compare
Choose a tag to compare
  • Fixed signature disappearing on window resize (Thanks @AleBros)
  • Fixed signature disappearing on screen orientation change (Thanks @AleBros)

V7.1.1

12 Apr 14:10
Compare
Choose a tag to compare
  • Changed target framework to .NET 6 instead of .NET 7 (#5 Thanks to @ghockx1p)

V7.1.0

11 Apr 06:59
Compare
Choose a tag to compare
  • Adds Support for LineCap & LineJoin #3 (Thanks to @osaleem303 for the contribution)

V7.0.4

04 Apr 12:16
Compare
Choose a tag to compare
  • Added support to hide the clear button
  • Added support to customize the text of the clear button
  • Updated dependencies to 7.0.4