Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uiwjs/react-codemirror
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.19.11
Choose a base ref
...
head repository: uiwjs/react-codemirror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.19.12
Choose a head ref
  • 4 commits
  • 57 files changed
  • 2 contributors

Commits on Apr 2, 2023

  1. docs: fix indentWithTab prop description (#483)

    * docs: fix indentWithTab prop description
    
    The description for the `indentWithTab` prop in the `ReactCodeMirrorProps` interface was incorrect, as it duplicated the description of the `basicSetup` prop
    
    * docs: fix indentWithTab prop description
    
    This commit updates the indentWithTab prop description in the ReactCodeMirrorProps interface, reflecting the changes made in `core/index.tsx`. 
    
    The updated description correctly explains that the prop controls whether pressing the `Tab` key inserts a tab character and indents the text (`true`) or behaves according to the browser's default behavior (`false`).
    lloydlobo authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    ff629d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. 1 Configuration menu
    Copy the full SHA
    83f1d1f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    ba3d076 View commit details
    Browse the repository at this point in the history
  2. released v4.19.12 (#455)

    jaywcjlove committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    246855e View commit details
    Browse the repository at this point in the history
Loading