Ngx Clipboard Versions Save

A pure angular clipboard directive

v16.0.0

1 year ago

What's Changed

New Contributors

Thanks @chimurai for updating the library!

Full Changelog: https://github.com/maxisam/ngx-clipboard/compare/v15.1.0...v16.0.0

v15.1.0

2 years ago

What's Changed

New Contributors

Thanks for

Full Changelog: https://github.com/maxisam/ngx-clipboard/compare/v15.0.0...v15.1.0

v15.0.0

2 years ago
  • Support Angular >= 13
  • Use eslint

v14.0.1

3 years ago

Feature

  • Support Angular 10

v13.0.1

4 years ago

Fix

  • strictTemplate issue #239

Kudos to @Maximaximum

v13.0.0

4 years ago

Feature

  • Support Angular 9

v12.3.0

4 years ago

Fix

  • typo in pushCopyResponse, marked the old one as deprecated

Feature

  • Emitted on copyResponse$ When Calling copyFromContent Directly #215 , thanks @tabuckner for this

v12.2.2

4 years ago

Fix

  • avoid page scroll to top when copying in IOS #202

v12.2.1

4 years ago

##Fix

  • Use direct document reference instead of window child #205

  • container should be HTMLElement #204

v12.2.0

4 years ago

Feature

  • Introduce a configuration to remove temp textarea #196

Chore

  • Add commit hook to enforce style with prettier rules #198