diff --git a/CHANGELOG.md b/CHANGELOG.md index dc94d71..d7c75c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -174,14 +174,18 @@ This modernization builds on the excellent core zoom logic from the original ngx - Touch/mouse gesture detection logic adapted from original - Original zoom constraints and calculations preserved -**Original Library Authors:** -- [Nikita Drozhzhin](https://github.com/drozhzhin-n-e) - Original ngx-pinch-zoom creator, core zoom algorithms -- [Konstantin Schütte](https://github.com/medDV-GmbH) - Angular 19 fork maintainer -- [Björn Schmidt](https://github.com/medDV-GmbH) - Angular 19 fork contributor +**Original Library:** +- **Author:** [Nikita Drozhzhin](https://github.com/drozhzhin-n-e) (drozhzhin.n.e@gmail.com) - Original creator and core zoom algorithms +- **Repository:** [drozhzhin-n-e/ngx-pinch-zoom](https://github.com/drozhzhin-n-e/ngx-pinch-zoom) -**Original Repository:** [medDV-GmbH/ngx-pinch-zoom](https://github.com/medDV-GmbH/ngx-pinch-zoom) +**Angular 19/20 Compatibility Fork:** +- **Contributors:** + - [Konstantin Schütte](https://www.meddv.de) (medDV-GmbH team) - Angular 19/20 compatibility updates + - [Björn Schmidt](https://www.meddv.de) (medDV-GmbH team) - Angular 19/20 compatibility updates +- **Repository:** [medDV-GmbH/ngx-pinch-zoom](https://github.com/medDV-GmbH/ngx-pinch-zoom) -**This Version:** [Brian Pooe](https://github.com/brianpooe) - Angular 20 signals migration, architecture redesign, new features (brightness control, click-to-zoom), comprehensive documentation +**This Version:** +- **Maintainer:** [Brian Pooe](https://github.com/brianpooe) - Angular 20 signals migration, architecture redesign, new features (brightness control, click-to-zoom), comprehensive documentation --- diff --git a/README.md b/README.md index 4799d95..42509c0 100644 --- a/README.md +++ b/README.md @@ -432,14 +432,18 @@ This library is built on the foundation of the original ngx-pinch-zoom, moderniz - 778 lines of comprehensive JSDoc documentation - Modern TypeScript with full strict mode compliance -**Original Library Authors:** -- [Nikita Drozhzhin](https://github.com/drozhzhin-n-e) - Original ngx-pinch-zoom creator and core logic -- [Konstantin Schütte](https://github.com/medDV-GmbH) - Angular 19 fork maintainer -- [Björn Schmidt](https://github.com/medDV-GmbH) - Angular 19 fork contributor +**Original Library:** +- **Author:** [Nikita Drozhzhin](https://github.com/drozhzhin-n-e) - Original creator and core zoom algorithms +- **Repository:** [drozhzhin-n-e/ngx-pinch-zoom](https://github.com/drozhzhin-n-e/ngx-pinch-zoom) -**Original Repository:** [medDV-GmbH/ngx-pinch-zoom](https://github.com/medDV-GmbH/ngx-pinch-zoom) +**Angular 19/20 Compatibility Fork:** +- **Contributors:** + - [Konstantin Schütte](https://www.meddv.de) (medDV-GmbH) - Angular 19/20 compatibility updates + - [Björn Schmidt](https://www.meddv.de) (medDV-GmbH) - Angular 19/20 compatibility updates +- **Repository:** [medDV-GmbH/ngx-pinch-zoom](https://github.com/medDV-GmbH/ngx-pinch-zoom) -**Current Maintainer:** [Brian Pooe](https://github.com/brianpooe) - Angular 20 modernization, architecture redesign, and new features +**Current Version:** +- **Maintainer:** [Brian Pooe](https://github.com/brianpooe) - Angular 20 signals migration, architecture redesign, new features (brightness control, click-to-zoom), comprehensive documentation ## Issues and Support diff --git a/projects/ngx-pinch-zoom/README.md b/projects/ngx-pinch-zoom/README.md index 8952225..5782299 100644 --- a/projects/ngx-pinch-zoom/README.md +++ b/projects/ngx-pinch-zoom/README.md @@ -160,14 +160,18 @@ This library modernizes the original ngx-pinch-zoom for Angular 20 while preserv - Service-based state management - Comprehensive JSDoc documentation -**Original Library Authors:** -- [Nikita Drozhzhin](https://github.com/drozhzhin-n-e) - Original creator, core zoom algorithms -- [Konstantin Schütte](https://github.com/medDV-GmbH) - Angular 19 fork maintainer -- [Björn Schmidt](https://github.com/medDV-GmbH) - Angular 19 fork contributor +**Original Library:** +- **Author:** [Nikita Drozhzhin](https://github.com/drozhzhin-n-e) (drozhzhin.n.e@gmail.com) - Original creator and core zoom algorithms +- **Repository:** [drozhzhin-n-e/ngx-pinch-zoom](https://github.com/drozhzhin-n-e/ngx-pinch-zoom) -**Original Repository:** [medDV-GmbH/ngx-pinch-zoom](https://github.com/medDV-GmbH/ngx-pinch-zoom) +**Angular 19/20 Compatibility Fork:** +- **Contributors:** + - [Konstantin Schütte](https://www.meddv.de) (medDV-GmbH) - Angular 19/20 compatibility updates + - [Björn Schmidt](https://www.meddv.de) (medDV-GmbH) - Angular 19/20 compatibility updates +- **Repository:** [medDV-GmbH/ngx-pinch-zoom](https://github.com/medDV-GmbH/ngx-pinch-zoom) -**Current Version:** [Brian Pooe](https://github.com/brianpooe) - Angular 20 modernization and architecture redesign +**Current Version:** +- **Maintainer:** [Brian Pooe](https://github.com/brianpooe) - Angular 20 signals migration, architecture redesign, new features ## License