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

Fixed broken tabs on docs site #1916

Merged
merged 3 commits into from
Oct 19, 2015
Merged

Commits on Oct 19, 2015

  1. Fixed broken tabs on docs site

    The history.isActive function was checking for route paths without the leading "/". Fixing that pretty much clears up all currently known broken things with the docs site
    shaurya947 committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    13f1b31 View commit details
    Browse the repository at this point in the history
  2. Updated unit tests for React 0.14

    Basically removed getDOMNode() calls because starting with React 0.14, the actual DOM node is returned and getDOMNode() is no longer necessary.
    shaurya947 committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    0d7edb3 View commit details
    Browse the repository at this point in the history
  3. Fix route for home buttons

    Again, giant feature buttons on the home page were missing leading "/" in their route attributes.
    shaurya947 committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    a08aa3c View commit details
    Browse the repository at this point in the history