Skip to content

Releases: MarvinKlein1508/SignaturePad

v8.1.5

23 Jul 07:53
34ea882
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.4...v8.1.5

v8.1.4

15 Jul 15:03
Compare
Choose a tag to compare

What's Changed

  • Bugfix/antialiasing2 by @CodeGod911 in #42
  • Set V8.1.4 by @MarvinKlein1508 in #43
  • Improved performance on iOS in #42
  • Added demo for MudBlazor in #42
  • Fixed wrong rendering in MudBlazor tabs when using KeepPanelAlive=true

Full Changelog: v8.1.3...v8.1.4

v8.1.3

03 Jul 11:11
bb1c62d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.2...v8.1.3

v8.1.2

02 Jul 16:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v8.1.2

v8.1.0

02 Jul 12:36
Compare
Choose a tag to compare

What's Changed

  • Updated default line width to 2 instead of 1
  • using quadratics in drawing for smoothness and events on document for… by @CodeGod911 in #34

New Contributors

Full Changelog: v8.0.6...v8.1.0

v8.0.6

11 Jun 09:01
Compare
Choose a tag to compare

What's changed?

  • Bump to .NET 8.0.6

Full Changelog: v8.0.0...v8.0.6

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