-
Notifications
You must be signed in to change notification settings - Fork 261
0.9.0 Release #79
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
0.9.0 Release #79
Conversation
sdesmond46
left a comment
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.
Looks good to me! Thanks for adding all the comments to the sample
Samples/UINamespace/uiNamespace.html
Outdated
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script> | ||
|
|
||
| <!-- Extensions Library (this will be hosted on a CDN eventually) --> | ||
| <script src="../../lib/tableau-extensions-0.9.0.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.
Should we create some sort of tableau-extensions-0.latest.js version of the bootstrap so we don't always need to modify all of these?
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.
Yeah that's a good suggestion, I'll do that.
Samples/UINamespace/uiNamespace.js
Outdated
| }); | ||
|
|
||
| function configure() { | ||
| const popupUrl = 'http://localhost:8765/Samples/UINamespace/uiNamespaceDialog.html'; |
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.
Should this use window.location to dynamically get this url?
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.
Good idea, will add.
Doc updates for 0.9.0 preview
Updated instructions for running extensions
Added UINamespace sample to the list
sdesmond46
left a comment
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.
Looks great!
This contains the necessary changes for the 0.9.0 release. This includes: