- Update to
react-codemirror2@^5.0.0
- Fix backticks.
- Add
package.json:sideEffects = false
for webpack. - Switch to babel preset
env
.
- Add
es/
build. - Add
publishr
workflow for more honednpm
package.
- Remove support for React < v15
- Add Prop-Types as a dependency
- Upgrade
react-codemirror
to 1.0 - Add
playgroundDocs
classname to docs component
- Conditionally load JSX codemirror mode in browsers only
- Remove deprecation warnings for
noRender
- Use
react-codemirror
as Editor component - Upgrade lodash and codemirror
- Use
ReactDOM.render
in example - Ignore source maps in git and npm
- Update DEVELOPMENT guide publishing instructions
- Upgrade babel-loader and babel-lint
- Add travis and gzip badges
- Upgrade to Babel6
- Silence deprecation warning in production
- Check for lib before postinstall
- Fix issue where undefined errors did not throw
- Fix bug where editor based edits reset cursor position
- Fix issue where the editor's code didn't update when updated via props
- Fix issues around code reloading properly when changed via props
- React 0.14 compatibility fixes
- Remove postinstall step
- Turn on linting with the standard ruleset. Update ESLint to get new rules
- Add .editorconfig
- Update dependencies
- Allow users to pass context to component
- Convert remaining multiline string template string
- Use template strings for eval
- Correct Trailing comma error
- Clean up gitignore
- Add Postinstall and format package.json