Skip to content

Releases: talyssonoc/react-katex

Add support to React 16 at package.json

Choose a tag to compare

@talyssonoc talyssonoc released this 10 Apr 00:36
3ae5cbd

Fixed:

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

Change the way the module is exported

Choose a tag to compare

@talyssonoc talyssonoc released this 21 Mar 23:38

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

Choose a tag to compare

@talyssonoc talyssonoc released this 21 Mar 22:42
8ccdb4c

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

Choose a tag to compare

@talyssonoc talyssonoc released this 19 Jun 11:37
  • Added parsing error handling with a renderError prop (#9)

Update Katex to 0.7

Choose a tag to compare

@talyssonoc talyssonoc released this 13 Feb 10:46
v1.1.0

Update katex and bump minor version (#5)

Modernize tooling and source

Choose a tag to compare

@talyssonoc talyssonoc released this 13 Oct 12:27
v1.0.1

Fix external path for React

Allow server-side rendering

Choose a tag to compare

@talyssonoc talyssonoc released this 06 May 22:36
v0.3

Add .travis.yml

First release

Choose a tag to compare

@talyssonoc talyssonoc released this 05 May 21:51
v0.2

Add README