Skip to content

Releases: p6laris/ClipLazor

ClipLazor v2.1.1

09 Feb 17:16
Compare
Choose a tag to compare

Fixing js module importing

ClipLazor v2.1.0

20 Nov 03:56
Compare
Choose a tag to compare
Update the NuGet package.

ClipLazor v2.0.0

21 Sep 12:40
20ea13f
Compare
Choose a tag to compare

🚩 Enhanced TypeScript Support for Clipboard API

In this release, we've further improved the TypeScript support to create a more type-safe environment for working with the clipboard API. We've directly aligned the callback types with TypeScript return types, eliminating the need for manual type conversion. The documentation has also been refined for better clarity, and method conventions has been updated.

New Features in This Version

  1. Environment Support Check: Now you can easily check if the environment supports clipboard operations.

  2. Permission Verification: Determine whether your application has read and write permissions for clipboard operations.

  3. Effortless Clipboard Data Manipulation: Seamlessly read and write data to the clipboard with improved methods.