Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichigo85 committed Sep 6, 2022
2 parents 630e878 + 5ed7693 commit 5e4520c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// TODO: remove lodash
// import { find } from 'lodash';

import { find } from 'min-dash';
import { find } from 'lodash';
import { TOGGLE_MODE_EVENT } from '../../utils/EventHelper';
import extendedDocumentationProps from './props/ExtendedDocumentationProps';
import documentationOrderProps from './props/DocumentationOrderProps';
Expand Down
1 change: 1 addition & 0 deletions client/react/Documentation/WysiwygFragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import EditorModal from '../UI/EditorModal';
import { EditorState, ContentState, convertToRaw } from 'draft-js';
import draftToHtml from 'draftjs-to-html';
import htmlToDraft from 'html-to-draftjs';
import { find } from 'lodash';

import { OPEN_WYSIWYG_EDITOR, SAVE_WYSIWYG_EDITOR } from '../../utils/EventHelper';

Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camunda-modeler-wysiwyg-documentation-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Rich Text Editor for Documentation on Camunda Modeler",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -68,7 +68,6 @@
"html-to-draftjs": "^1.5.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"min-dash": "^3.8.1",
"min-dom": "^3.1.3",
"react-bpmn": "^0.2.0",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 5e4520c

Please sign in to comment.