Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update ngx-color to Angular 19 #381

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apiweb
Copy link

@apiweb apiweb commented Jan 29, 2025

BREAKING CHANGE: requires angular 17? Maybe 18

This PR update the ngx-color project from Angular 16 to Angular 19.
The upgrade was performed using ng update, after this, I ran some schematics to ensure compatibility.

Changes:

  • Updated Angular dependencies to version 19.
  • Ran ng update and applied necessary schematics for the migration.
  • Upgraded @ctrl/tinycolor to version 4.1.
  • Updated project files (angular.json, tsconfig.json, etc.) to align with the latest Angular structure and options.
  • Updated code to use Angular’s new control flow from v17.
  • I mark all components with standalone: false to maintain the module-based structure. (In a future PR i can migrate the project to full standalone components and to use the signals).

Notes

  • All spec tests are passing.
  • Tested on a local project with no apparent issues.

Copy link

vercel bot commented Jan 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ngx-color ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 2:55pm

@scttcper scttcper changed the title Update ngx-color to Angular 19 feat: Update ngx-color to Angular 19 Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant