Skip to content

Conversation

@nfrasser
Copy link
Owner

@nfrasser nfrasser commented Jul 17, 2016

Usage

const React = require('react');
const ReactDOM = require('react-dom');
const Linkify = require('linkify/react');

ReactDOM.render(
  <Linkify options={{linkAttributes: {rel: 'nofollow'}}}>
    This is a link to github.com
  </Linkify>,
  document.getElementById('#main')
);

Tasks

  • Interface implementation
  • Build steps
  • Tests
    • Mocha Tests
    • QUnit Tests

nfrasser added 9 commits August 13, 2016 20:17
Will transparently *not* linkify self-closing elements
Global tests are working, just need AMD.

Adds keys to iteratively-generated react elements to fix React warning
Both global and AMD integration tests should now pass
Since React doesn't support IE8, neither does linkify-react
@nfrasser
Copy link
Owner Author

🎉 !!

[ci skip]
@nfrasser nfrasser merged commit 3c2900c into master Aug 14, 2016
@nfrasser nfrasser deleted the linkify-react branch August 17, 2016 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants