Skip to content

Releases: talyssonoc/react-katex

Add support to React 16 at package.json

10 Apr 00:36
3ae5cbd
Compare
Choose a tag to compare

Fixed:

  • Added React 16 as a supported version of the lib @jamesplease

Change the way the module is exported

21 Mar 23:38
Compare
Choose a tag to compare

Exporting using "module" package.json field may break in some cases (including default create-react-app setup), so we decided to remove it and use the default "main" field.

Improve error handling and documentations

21 Mar 22:42
8ccdb4c
Compare
Choose a tag to compare

Huge thanks to @dudko, our new maintainer!

Changes:

  • Improve documentation and usage examples, by @dudko
  • Better error handling and katex update, by @dudko

Add error handling

19 Jun 11:37
Compare
Choose a tag to compare
  • Added parsing error handling with a renderError prop (#9)

Update Katex to 0.7

13 Feb 10:46
Compare
Choose a tag to compare
v1.1.0

Update katex and bump minor version (#5)

Modernize tooling and source

13 Oct 12:27
Compare
Choose a tag to compare
v1.0.1

Fix external path for React

Allow server-side rendering

06 May 22:36
Compare
Choose a tag to compare
v0.3

Add .travis.yml

First release

05 May 21:51
Compare
Choose a tag to compare
v0.2

Add README