-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Bump unpkg example to 3.0.0 #2690
Conversation
Thanks for your interest in palantir/blueprint, @rgbkrk! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏 thank you @rgbkrk!! mind pushing one extra fix here?
@@ -92,8 +92,8 @@ These bundles _do not include_ external dependencies; your application will need | |||
<script src="https://unpkg.com/react-transition-group@^2.2.1/dist/react-transition-group.min.js"></script> | |||
<script src="https://unpkg.com/popper.js@^1.12.6/dist/umd/popper.js"></script> | |||
<script src="https://unpkg.com/react-popper@~0.7.4/dist/react-popper.min.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
popper.js and react-popper versions need to change too.
https://github.com/palantir/blueprint/blob/develop/packages/core/package.json#L46-L47
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to!
Tracing through the built dist, I'm seeing where Not real sure why that is. |
<script src="https://unpkg.com/@blueprintjs/core@^2.0.0"></script> | ||
<script src="https://unpkg.com/@blueprintjs/icons@^2.0.0"></script> | ||
<script src="https://unpkg.com/popper.js@^1.14.1/dist/umd/popper.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/index.umd.min.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be ^1.0.0
@rgbkrk i don't see that error. is it still a problem on your end? |
Yeah I took this example as part of a file called |
I copy pasted the unpkg css lines for blueprintjs while working with the 3.x release then finally noticed that the referenced css was the 2.x line. Not sure if the code snippet below this needs it.