Skip to content

Commit

Permalink
New version 5.0.9. Read more https://github.com/jodit/jodit-react/rel…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 19, 2025
1 parent 957c4d5 commit 649d4e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
> - :house: [Internal]
> - :nail_care: [Polish]
## 5.0.9

- Fixed ref forwarding issue

## 5.0.7

- [Fix: Avoid "Abort async" error by utilizing waitForReady API in Jodit destruct handling #287](https://github.com/jodit/jodit-react/pull/287)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit-react",
"version": "5.0.8",
"version": "5.0.9",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit-react.js",
"author": "Chupurnov <[email protected]> (https://xdsoft.net/)",
Expand Down
2 changes: 1 addition & 1 deletion src/JoditEditor.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useRef, forwardRef, useLayoutEffect, useImperativeHandle } from 'react';
import React, { useEffect, useRef, forwardRef } from 'react';
import type { IJodit } from 'jodit/types/types/jodit';
import type { Jodit as JoditBaseConstructor } from 'jodit/types/index';
import type { Config as BaseConfig } from 'jodit/config';
Expand Down

0 comments on commit 649d4e7

Please sign in to comment.