Releases: MarvinKlein1508/SignaturePad
Releases · MarvinKlein1508/SignaturePad
v9.0.0
What's Changed
- Update to .NET 9 by @MarvinKlein1508 in #51
- Update to .NET 8.0.11 by @MarvinKlein1508 in #51
Full Changelog: v8.1.5...v9.0.0
v8.1.5
v8.1.4
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
v8.1.2
What's Changed
- Performance and Acuraccy Improvements by @CodeGod911 in #35
- Add existing signature demo by @MarvinKlein1508 in #36
- Refactor code to support intial rendering by @MarvinKlein1508 in #37
Full Changelog: v8.1.0...v8.1.2
v8.1.0
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
- @CodeGod911 made their first contribution in #34
Full Changelog: v8.0.6...v8.1.0
v8.0.6
v8.0.0
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
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
- Fixed rotating bug on iOS (#15 & #19) Thanks @clodewyks
- Updated Nuget references to 6.0.21