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

Bump unpkg example to 3.0.0 #2690

Merged
merged 2 commits into from
Jul 17, 2018
Merged

Bump unpkg example to 3.0.0 #2690

merged 2 commits into from
Jul 17, 2018

Conversation

rgbkrk
Copy link
Contributor

@rgbkrk rgbkrk commented Jul 13, 2018

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.

@palantirtech
Copy link
Member

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.

Copy link
Contributor

@giladgray giladgray left a 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>
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Happy to!

@rgbkrk
Copy link
Contributor Author

rgbkrk commented Jul 15, 2018

screen shot 2018-07-15 at 10 00 35 am

@rgbkrk
Copy link
Contributor Author

rgbkrk commented Jul 15, 2018

Tracing through the built dist, I'm seeing where Gn ends up undefined:

https://gist.github.com/rgbkrk/e3c3770def1c2e0a554d572f3e6e5052#file-blueprint-core-dist-js-L2013-L2035

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>
Copy link
Contributor

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

@giladgray
Copy link
Contributor

@rgbkrk i don't see that error. is it still a problem on your end?

@giladgray giladgray merged commit ac33aa7 into palantir:develop Jul 17, 2018
@rgbkrk
Copy link
Contributor Author

rgbkrk commented Jul 17, 2018

Yeah I took this example as part of a file called test.html. I'll try it again soon.

@rgbkrk rgbkrk deleted the patch-1 branch July 17, 2018 17:15
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