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

Master plus source prs #6

Closed
wants to merge 14 commits into from
Closed

Master plus source prs #6

wants to merge 14 commits into from

Commits on Sep 26, 2017

  1. Add propTypes

    Empact committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    c21d71f View commit details
    Browse the repository at this point in the history
  2. Don't update the component if the source has not changed

    If there are no children, then the output could not have changed in this
    case.
    Empact committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    d918209 View commit details
    Browse the repository at this point in the history
  3. Also don't update if there is one unchanged string child

    This case is equivalent to the unchanged source case.
    Empact committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    1214e3c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    8259b97 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    9870123 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Readme code facelift

    use es6, move away from using createClass method
    captDaylight committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    5ff0e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Merge pull request #1 from Nootrobox/dont-update-if-unchanged

    Dont update if unchanged
    beausmith committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    db59c4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from davidowens/use-prop-to-define-parsed-conte…

    …nt-wrapper
    
    Use contentWrapper prop to define the wrapper for the parsed content
    beausmith committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    1fc40ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from captDaylight/patch-1

    Readme code facelift
    beausmith committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    6ddb359 View commit details
    Browse the repository at this point in the history
  4. Add remarkable plugins support

    satahippy authored and beausmith committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    1ee9866 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from HelloKip/plugin-support

    Add remarkable plugins support
    beausmith committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    dcbbcac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a76a22 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from HelloKip/pass-other-props

    Pass non-Remarkable props down to the Container.
    beausmith committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    ae83442 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b371fc View commit details
    Browse the repository at this point in the history