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

Allow to require("bokehjs") in node.js #5129

Merged
merged 14 commits into from
Sep 14, 2016
Merged

Commits on Sep 9, 2016

  1. Configuration menu
    Copy the full SHA
    7ac6020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8576ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c145921 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c23b32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06defe8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f10ccf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff02e0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35e8f13 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Configuration menu
    Copy the full SHA
    1ff935d View commit details
    Browse the repository at this point in the history
  2. Return a factory function when window.document is not present

    Previously jsdom was used to initialize window and document if
    those weren't present, but this just complicates things, given
    the multitude of environments bokehjs is supposed to work in.
    Now, if window.document doesn't exist, a factory function is
    returned instead of immediately initializing bokehjs. This
    allows for proper configuration of the environment, without
    any assumptions on bokehjs' side.
    mattpap committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    4c5c3ec View commit details
    Browse the repository at this point in the history
  3. Add bokehjs/examples/electron

    mattpap committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    af8150d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5c327a View commit details
    Browse the repository at this point in the history
  5. Rename factory() -> bokehjs()

    mattpap committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    5475770 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cca8f21 View commit details
    Browse the repository at this point in the history