talyssonoc / react-katex

Display math in TeX with KaTeX and ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Published package v1.2.0 on NPM is behind master

mattread90 opened this issue · comments

Would it be possible to publish the latest version to NPM? I see that the latest source on master uses the external prop-types package as opposed to the old built-in React PropTypes.

As React 16 has been released and doesn't include the prop-types package anymore, react-katex is not compatible with it. Including the latest dist from master in my React 16 project seems to work fine, so it would be great to have a release for this :)

Thanks for the great package!

Apologies, I hadn't spotted the v2.0 milestone that's in progress. Still, I feel like the plus of supporting React 16 is worth a new release without the other remaining issues being resolved. I will try to take a look at the other issues though

New version released.