Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arohner/foam
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.7
Choose a base ref
...
head repository: arohner/foam
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.8
Choose a head ref
  • 18 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 8, 2016

  1. Version 0.1.8-SNAPSHOT

    arohner committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    88171cd View commit details
    Browse the repository at this point in the history
  2. Update design doc

    arohner committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    577123f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. Configuration menu
    Copy the full SHA
    3618b2b View commit details
    Browse the repository at this point in the history
  2. Stop setting the 'class' attr as 'className', and stop trying to pars…

    …e the 'dangerouslySetInnerHTML' attr as text, rendering it inside the element instead
    gacelita committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    0c39a7d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Configuration menu
    Copy the full SHA
    1a4410e View commit details
    Browse the repository at this point in the history
  2. Add .gitignore

    gacelita committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    572078d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from JoelSanchez/master

    Support for dangerouslySetInnerHTML, className and build with two params
    arohner authored Jul 11, 2016
    Configuration menu
    Copy the full SHA
    3e52f91 View commit details
    Browse the repository at this point in the history
  4. Readme

    arohner committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    0053ee3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Fix server-side rendering.

    React was not picking up the markup because it had no data-reactids and it
    had no checksum. The markup itself was different too, since the attributes
    were being sorted alphabetically (React/om don't do this). These changes make
    the "React attempted to reuse markup but..." message on the console
    disappear.
    gacelita committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    bf68ade View commit details
    Browse the repository at this point in the history
  2. Fix assign-react-ids by not assigning reactids to non-associative ele…

    …ments like text nodes
    gacelita committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    7330cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b1cb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. Merge pull request #3 from JoelSanchez/master

    Fix server-side rendering.
    arohner authored Jul 18, 2016
    Configuration menu
    Copy the full SHA
    712916d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d551b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from arohner/revert-3-master

    Revert "Fix server-side rendering."
    arohner authored Jul 18, 2016
    Configuration menu
    Copy the full SHA
    ba50825 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Configuration menu
    Copy the full SHA
    613fbfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from arohner/revert-4-revert-3-master

    Revert "Revert "Fix server-side rendering.""
    arohner authored Jul 21, 2016
    Configuration menu
    Copy the full SHA
    d1c41f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Configuration menu
    Copy the full SHA
    3951719 View commit details
    Browse the repository at this point in the history
  2. Version 0.1.8

    arohner committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    9feedcc View commit details
    Browse the repository at this point in the history
Loading