Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
JedWatson
/
react-codemirror
Public
Notifications
You must be signed in to change notification settings
Fork
257
Star
1.6k
Code
Issues
61
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 14, 2017
v1.0.0
JedWatson
committed
c3ae528
View commit details
Copy full SHA for c3ae528
Browse repository at this point
Add a changelog, fixes #40
JedWatson
committed
24528ef
View commit details
Copy full SHA for 24528ef
Browse repository at this point
Document all props
JedWatson
committed
f0bdca2
View commit details
Copy full SHA for f0bdca2
Browse repository at this point
Add name prop, deprecate path with warning
JedWatson
committed
9517265
View commit details
Copy full SHA for 9517265
Browse repository at this point
Drop use of React.findDOMNode, fixes #7
JedWatson
committed
6614f62
View commit details
Copy full SHA for 6614f62
Browse repository at this point
Merge pull request #94 from k15a/patch-1
Show description for 2ca1a1e
JedWatson
authored
2ca1a1e
View commit details
Copy full SHA for 2ca1a1e
Browse repository at this point
Adding the autoFocus attribute, closes #101
JedWatson
committed
6f66087
View commit details
Copy full SHA for 6f66087
Browse repository at this point
Add cursorActivity event, closes #103
JedWatson
committed
3cecf93
View commit details
Copy full SHA for 3cecf93
Browse repository at this point
Linking to license in readme
JedWatson
committed
c896af2
View commit details
Copy full SHA for c896af2
Browse repository at this point
Only set options if they have changed; fixes #53, closes #93
JedWatson
committed
55fd6ef
View commit details
Copy full SHA for 55fd6ef
Browse repository at this point
Merge pull request #105 from anarchang/master
Show description for b1b4094
JedWatson
authored
b1b4094
View commit details
Copy full SHA for b1b4094
Browse repository at this point
Merge pull request #97 from bvaughn/PropTypes-and-createClass-dep-warnings
Show description for 154d226
JedWatson
authored
154d226
View commit details
Copy full SHA for 154d226
Browse repository at this point
Commits on May 8, 2017
Do not update the value in codeMirror unless props.value has changed. Otherwise any changes made via the codeMirror API will be overwritten.
anachang-lr
committed
339b597
View commit details
Copy full SHA for 339b597
Browse repository at this point
Commits on Apr 9, 2017
Fixed React 15.5 deprecation warnings
Show description for 6d27c7d
Brian Vaughn
committed
6d27c7d
View commit details
Copy full SHA for 6d27c7d
Browse repository at this point
Commits on Mar 27, 2017
Options is a Object without an Argument
k15a
authored
34afd8c
View commit details
Copy full SHA for 34afd8c
Browse repository at this point
Commits on Nov 22, 2016
v0.3.0
JedWatson
committed
9306008
View commit details
Copy full SHA for 9306008
Browse repository at this point
Updating build
JedWatson
committed
2919857
View commit details
Copy full SHA for 2919857
Browse repository at this point
Passing change argument to props.onChange
JedWatson
committed
d642f68
View commit details
Copy full SHA for d642f68
Browse repository at this point
Rolling back the react-dom-polyfill changes
JedWatson
committed
b9a7c8e
View commit details
Copy full SHA for b9a7c8e
Browse repository at this point
Improving usage instructions, closes #69
JedWatson
committed
7d20a59
View commit details
Copy full SHA for 7d20a59
Browse repository at this point
Normalising line endings in compWillReceiveProps, manual merge of #61
Show description for 2738964
JedWatson
committed
2738964
View commit details
Copy full SHA for 2738964
Browse repository at this point
Ignoring yarn lockfile
JedWatson
committed
53be55f
View commit details
Copy full SHA for 53be55f
Browse repository at this point
Commits on Nov 13, 2016
Merge pull request #79 from skidding/preserve-scroll-position
Show description for dfdae1b
JedWatson
authored
dfdae1b
View commit details
Copy full SHA for dfdae1b
Browse repository at this point
Commits on Nov 12, 2016
Bring back dist files
Show description for ea0b1e5
ovidiuch
committed
ea0b1e5
View commit details
Copy full SHA for ea0b1e5
Browse repository at this point
Document preserveScrollPosition
ovidiuch
committed
faeef5b
View commit details
Copy full SHA for faeef5b
Browse repository at this point
Update lib & dist to include preserveScrollPosition option
ovidiuch
committed
f37e20f
View commit details
Copy full SHA for f37e20f
Browse repository at this point
Add option to preserve scroll position
ovidiuch
committed
215ec44
View commit details
Copy full SHA for 215ec44
Browse repository at this point
Commits on Oct 19, 2016
Merge pull request #75 from Hatlen/fix-debounce
Show description for 732f5d5
JedWatson
authored
732f5d5
View commit details
Copy full SHA for 732f5d5
Browse repository at this point
Commits on Oct 6, 2016
Fix multi instance debounce issue
Show description for a39c0dd
Hatlen
committed
a39c0dd
View commit details
Copy full SHA for a39c0dd
Browse repository at this point
Run `npm run build`
Show description for a08fb55
Hatlen
committed
a08fb55
View commit details
Copy full SHA for a08fb55
Browse repository at this point
Commits on Sep 25, 2016
Merge pull request #70 from pwhipp/master
Show description for 43ea00a
JedWatson
authored
43ea00a
View commit details
Copy full SHA for 43ea00a
Browse repository at this point
Commits on Sep 23, 2016
Added paragraph to Installation to make the need for codemirror.css explicit
paul
committed
6465c42
View commit details
Copy full SHA for 6465c42
Browse repository at this point
Commits on Sep 17, 2016
Adding defaultValue propType, closes #65
JedWatson
committed
e58737e
View commit details
Copy full SHA for e58737e
Browse repository at this point
Updating dependencies
JedWatson
committed
6130672
View commit details
Copy full SHA for 6130672
Browse repository at this point
Fixing code style issues
JedWatson
committed
87c3536
View commit details
Copy full SHA for 87c3536
Browse repository at this point
Previous
Next
You can’t perform that action at this time.