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

Update: Adding compatibility for Angular 8 #1690

Closed
wants to merge 1 commit into from
Closed

Update: Adding compatibility for Angular 8 #1690

wants to merge 1 commit into from

Conversation

zackarychapple
Copy link

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)
The current version is pulling DOCUMENT from platform-browser. With angular 8 this is deprecated and now pulls from common. This PR corrects for the new import.

What is the new behavior?

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Requires Angular >8

Other information:

"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/platform-server": "^7.0.0",
"@angular/animations": "^8.0.0-rc.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Angular 8 just came out -- perhaps bump these to `"^8.0.0" ? 🙂

Copy link
Contributor

@whyboris whyboris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me 🚀

Just let's update the new things to "@angular/***": "^8.0.0",

@whyboris
Copy link
Contributor

🙇 Dear swimlane team -- our production project can not upgrade to Angular 8 because this PR hasn't been merged. Please merge it soon and draft a new npm release 🙇

❤️ much appreciated ❤️

@marjan-georgiev
Copy link
Member

I am currently working on this. Angular 8 seems to require a few more changes (adding the static option to contentchild and viewchild directives). Should have it ready soon.

@marjan-georgiev
Copy link
Member

See #1697

Would appreciate if anyone would give it a test before I merge and release.

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.

3 participants