docs: Update credits to properly attribute complete contributor chain
- Added original author: Nikita Drozhzhin (drozhzhin-n-e/ngx-pinch-zoom) - Added Angular 19/20 fork contributors: Konstantin Schütte and Björn Schmidt (medDV-GmbH) - Structured credits to show development lineage: Original → Fork → Current - Updated all three documentation files with consistent attribution
This commit is contained in:
parent
ef3c6365db
commit
f4d8717cc9
3 changed files with 30 additions and 18 deletions
16
CHANGELOG.md
16
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
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
16
README.md
16
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue