Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @uiw/react-md-editor to v3.25.6 #122

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uiw/react-md-editor (source) 3.6.0 -> 3.25.6 age adoption passing confidence

Release Notes

uiwjs/react-md-editor (@​uiw/react-md-editor)

v3.25.6

Compare Source

Documentation v3.25.6: https://raw.githack.com/uiwjs/react-md-editor/4938338/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.25.5...v3.25.6

npm i @​uiw/[email protected]

v3.25.5

Compare Source

Documentation v3.25.5: https://raw.githack.com/uiwjs/react-md-editor/ce41f6a/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.25.4...v3.25.5

npm i @​uiw/[email protected]

v3.25.4

Compare Source

Documentation v3.25.4: https://raw.githack.com/uiwjs/react-md-editor/c6ab959/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.25.3...v3.25.4

npm i @​uiw/[email protected]

v3.25.3

Compare Source

Documentation v3.25.3: https://raw.githack.com/uiwjs/react-md-editor/93c76c7/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.25.2...v3.25.3

npm i @​uiw/[email protected]

v3.25.2

Compare Source

Documentation v3.25.2: https://raw.githack.com/uiwjs/react-md-editor/972b90b/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.25.1...v3.25.2

npm i @​uiw/[email protected]

v3.25.1

Compare Source

Documentation v3.25.1: https://raw.githack.com/uiwjs/react-md-editor/bff9798/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.25.0...v3.25.1

npm i @​uiw/[email protected]

v3.25.0

Compare Source

Documentation v3.25.0: https://raw.githack.com/uiwjs/react-md-editor/7b6ad20/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.24.1...v3.25.0

npm i @​uiw/[email protected]
Remove Code Highlight

The following example can help you exclude code highlighting code from being included in the bundle. @uiw/react-md-editor/nohighlight component does not contain the rehype-prism-plus code highlighting package, highlightEnable, showLineNumbers and highlight line functions will no longer work. (#​586)

import React from "react";
import MDEditor from '@​uiw/react-md-editor/nohighlight';

const code = `**Hello world!!!**
\`\`\`js
function demo() {}
\`\`\`
`

export default function App() {
  const [value, setValue] = React.useState(code);
  return (
    <div className="container">
      <MDEditor
        value={value}
        onChange={setValue}
      />
      <MDEditor.Markdown source={value} style={{ whiteSpace: 'pre-wrap' }} />
    </div>
  );
}

v3.24.1

Compare Source

Documentation v3.24.1: https://raw.githack.com/uiwjs/react-md-editor/5251082/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.24.0...v3.24.1

npm i @&#8203;uiw/[email protected]

v3.24.0

Compare Source

Documentation v3.24.0: https://raw.githack.com/uiwjs/react-md-editor/3956855/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.23.6...v3.24.0

npm i @&#8203;uiw/[email protected]

v3.23.6

Compare Source

Documentation v3.23.6: https://raw.githack.com/uiwjs/react-md-editor/81f2a6a/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.23.5...v3.23.6

npm i @&#8203;uiw/[email protected]

v3.23.5

Compare Source

Documentation v3.23.5: https://raw.githack.com/uiwjs/react-md-editor/192746e/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.23.4...v3.23.5

npm i @&#8203;uiw/[email protected]

v3.23.4

Compare Source

Documentation v3.23.4: https://raw.githack.com/uiwjs/react-md-editor/8635453/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.23.3...v3.23.4

npm i @&#8203;uiw/[email protected]

v3.23.3

Compare Source

Documentation v3.23.3: https://raw.githack.com/uiwjs/react-md-editor/a70a6b0/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.23.2...v3.23.3

npm i @&#8203;uiw/[email protected]

v3.23.2

Compare Source

Documentation v3.23.2: https://raw.githack.com/uiwjs/react-md-editor/41da995/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.23.1...v3.23.2

npm i @&#8203;uiw/[email protected]

v3.23.1

Compare Source

Documentation v3.23.1: https://raw.githack.com/uiwjs/react-md-editor/f8c8d3a/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.23.0...v3.23.1

npm i @&#8203;uiw/[email protected]

v3.23.0

Compare Source

Documentation v3.23.0: https://raw.githack.com/uiwjs/react-md-editor/432a338/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.22.0...v3.23.0

npm i @&#8203;uiw/[email protected]

v3.22.0

Compare Source

Documentation v3.22.0: https://raw.githack.com/uiwjs/react-md-editor/7f191a5/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.21.1...v3.22.0

npm i @&#8203;uiw/[email protected]

v3.21.1

Compare Source

Documentation v3.21.1: https://raw.githack.com/uiwjs/react-md-editor/be527e3/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.21.0...v3.21.1

npm i @&#8203;uiw/[email protected]

v3.21.0

Compare Source

Documentation v3.21.0: https://raw.githack.com/uiwjs/react-md-editor/c2e8b93/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.10...v3.21.0

npm i @&#8203;uiw/[email protected]

v3.20.10

Compare Source

Documentation v3.20.10: https://raw.githack.com/uiwjs/react-md-editor/cee4322/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.9...v3.20.10

npm i @&#8203;uiw/[email protected]

v3.20.9

Compare Source

Documentation v3.20.9: https://raw.githack.com/uiwjs/react-md-editor/734cad4/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.8...v3.20.9

npm i @&#8203;uiw/[email protected]

v3.20.8

Compare Source

Documentation v3.20.8: https://raw.githack.com/uiwjs/react-md-editor/bdc3e2c/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.7...v3.20.8

npm i @&#8203;uiw/[email protected]

v3.20.7

Compare Source

Documentation v3.20.7: https://raw.githack.com/uiwjs/react-md-editor/a3b491f/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.6...v3.20.7

npm i @&#8203;uiw/[email protected]

v3.20.6

Compare Source

Documentation v3.20.6: https://raw.githack.com/uiwjs/react-md-editor/35105c5/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.5...v3.20.6

npm i @&#8203;uiw/[email protected]

v3.20.5

Compare Source

Documentation v3.20.5: https://raw.githack.com/uiwjs/react-md-editor/d528b7e/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.4...v3.20.5

npm i @&#8203;uiw/[email protected]

v3.20.4

Compare Source

Documentation v3.20.4: https://raw.githack.com/uiwjs/react-md-editor/77abb66/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.3...v3.20.4

npm i @&#8203;uiw/[email protected]

v3.20.3

Compare Source

Documentation v3.20.3: https://raw.githack.com/uiwjs/react-md-editor/ab58458/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.2...v3.20.3

npm i @&#8203;uiw/[email protected]

v3.20.2

Compare Source

Documentation v3.20.2: https://raw.githack.com/uiwjs/react-md-editor/c42c797/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.1...v3.20.2

npm i @&#8203;uiw/[email protected]

v3.20.1

Compare Source

Documentation v3.20.1: https://raw.githack.com/uiwjs/react-md-editor/9536631/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.20.0...v3.20.1

npm i @&#8203;uiw/[email protected]

v3.20.0

Compare Source

Documentation v3.20.0: https://raw.githack.com/uiwjs/react-md-editor/6aa286a/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.8...v3.20.0

npm i @&#8203;uiw/[email protected]

v3.19.8

Compare Source

Documentation v3.19.8: https://raw.githack.com/uiwjs/react-md-editor/d6e44aa/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.7...v3.19.8

npm i @&#8203;uiw/[email protected]

v3.19.7

Compare Source

Documentation v3.19.7: https://raw.githack.com/uiwjs/react-md-editor/c08dc48/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.6...v3.19.7

npm i @&#8203;uiw/[email protected]

v3.19.6

Compare Source

Documentation v3.19.6: https://raw.githack.com/uiwjs/react-md-editor/04ae005/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.5...v3.19.6

npm i @&#8203;uiw/[email protected]

v3.19.5

Compare Source

Documentation v3.19.5: https://raw.githack.com/uiwjs/react-md-editor/2820048/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.4...v3.19.5

npm i @&#8203;uiw/[email protected]

v3.19.4

Compare Source

Documentation v3.19.4: https://raw.githack.com/uiwjs/react-md-editor/526efcf/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.3...v3.19.4

npm i @&#8203;uiw/[email protected]

v3.19.3

Compare Source

Documentation v3.19.3: https://raw.githack.com/uiwjs/react-md-editor/6e0d64d/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.2...v3.19.3

npm i @&#8203;uiw/[email protected]

v3.19.2

Compare Source

Documentation v3.19.2: https://raw.githack.com/uiwjs/react-md-editor/afe6c0b/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.1...v3.19.2

npm i @&#8203;uiw/[email protected]

v3.19.1

Compare Source

Documentation v3.19.1: https://raw.githack.com/uiwjs/react-md-editor/5d1f4c7/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.19.0...v3.19.1

npm i @&#8203;uiw/[email protected]

v3.19.0

Compare Source

Documentation v3.19.0: https://raw.githack.com/uiwjs/react-md-editor/284808b/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.18.3...v3.19.0

npm i @&#8203;uiw/[email protected]

v3.18.3

Compare Source

Documentation v3.18.3: https://raw.githack.com/uiwjs/react-md-editor/62aec34/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.18.2...v3.18.3

npm i @&#8203;uiw/[email protected]

v3.18.2

Compare Source

Documentation v3.18.2: https://raw.githack.com/uiwjs/react-md-editor/8501d42/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.18.1...v3.18.2

npm i @&#8203;uiw/[email protected]

v3.18.1

Compare Source

Documentation v3.18.1: https://raw.githack.com/uiwjs/react-md-editor/8bb3ff1/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.18.0...v3.18.1

npm i @&#8203;uiw/[email protected]

v3.18.0

Compare Source

Documentation v3.18.0: https://raw.githack.com/uiwjs/react-md-editor/eb103b7/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.17.2...v3.18.0

npm i @&#8203;uiw/[email protected]

v3.17.2

Compare Source

Documentation v3.17.2: https://raw.githack.com/uiwjs/react-md-editor/9e28c1f/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.17.1...v3.17.2

npm i @&#8203;uiw/[email protected]

v3.17.1

Compare Source

Documentation v3.17.1: https://raw.githack.com/uiwjs/react-md-editor/32b88c4/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.17.0...v3.17.1

npm i @&#8203;uiw/[email protected]

v3.17.0

Compare Source

Documentation v3.17.0: https://raw.githack.com/uiwjs/react-md-editor/acea4ee/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.16.0...v3.17.0

npm i @&#8203;uiw/[email protected]

v3.16.0

Compare Source

Documentation v3.16.0: https://raw.githack.com/uiwjs/react-md-editor/a482f99/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.15.0...v3.16.0

npm i @&#8203;uiw/[email protected]
const title2 = {
  name: 'title3',
  keyCommand: 'title3',
+  render: (command, disabled, executeCommand) => {
+    return (
+      <button 
+        aria-label="Insert title3"
+        disabled={disabled}
+        onClick={(evn) => {
+          evn.stopPropagation();
+          executeCommand(command, command.groupName)
+        }}
+      >
+        btn
+      </button>
+    )
+  },
  execute: (state, api) => {
    let modifyText = `## ${state.selectedText}\n`;
    if (!state.selectedText) {
      modifyText = `## `;
    }
    api.replaceSelection(modifyText);
  },
}

v3.15.0

Compare Source

Documentation v3.15.0: https://raw.githack.com/uiwjs/react-md-editor/6aea049/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.14.5...v3.15.0

npm i @&#8203;uiw/[email protected]
- onHeightChange?: (value?: number, oldValue?: number, state?: ContextStore) => void;
+ onHeightChange?: (value?: CSSProperties['height'], oldValue?: CSSProperties['height'], state?: ContextStore) => void;
- height?: number;
+ height?: CSSProperties['height'];

⚠️ Dragbar is invalid when height parameter percentage.

<MDEditor
  height="100%"
/>

v3.14.5

Compare Source

Documentation v3.14.5: https://raw.githack.com/uiwjs/react-md-editor/81cd1e5/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.14.4...v3.14.5

npm i @&#8203;uiw/[email protected]

v3.14.4

Compare Source

Documentation v3.14.4: https://raw.githack.com/uiwjs/react-md-editor/04cca87/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.14.3...v3.14.4

npm i @&#8203;uiw/[email protected]

v3.14.3

Compare Source

Documentation v3.14.3: https://raw.githack.com/uiwjs/react-md-editor/e77e677/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.14.2...v3.14.3

npm i @&#8203;uiw/[email protected]

v3.14.2

Compare Source

Documentation v3.14.2: https://raw.githack.com/uiwjs/react-md-editor/fc22bcd/index.html\
Comparing Changes: uiwjs/react-md-editor@v3.14.1...v3.14.2

npm i @&#8203;uiw/[email protected]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Nov 21, 2023
@Ubinquitous Ubinquitous deleted the renovate/uiw-react-md-editor-3.x branch November 27, 2023 06:05
Copy link
Contributor Author

renovate bot commented Nov 27, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.25.6). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@sebanimm
Copy link
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants