Skip to content

Latest commit

 

History

History
122 lines (97 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

122 lines (97 loc) · 3.36 KB

7.2.0

  • #100

7.1.0

  • #180 (fix event handling for copy cut paste)
  • add support for codemirror events inputRead keyHandled

7.0.0

  • #180 (fix event handling for copy cut paste)
  • add support for codemirror events inputRead keyHandled

7.0.0

6.0.1

5.1.0

  • add support for renderLine (#98)

5.0.3

  • #88

5.0.2

5.0.1

  • #78

5.0.0

  • #75 - remove autoFocus in favor of codemirror.options.autofocus

4.3.0

  • #74 => add support for more DOM events => onContextMenu | onCopy | onCut | onDblClick | onDragLeave | onDragStart | onMouseDown | onPaste | onTouchStart
  • #76 => babel-ify index.js package for out of the box runtime support e.g. Object.assign

4.2.0

  • add notion of UnControlled#detach => [editorDidAttach, editorDidDetach] (related to #37)

4.1.0

  • #63
  • add internal notion of applied, appliedUserDefined, appliedNext to isolate update flows for controlled v. uncontrolled
  • test coverage

4.0.1

4.0.0

  • cursor, scroll, and selection events occur after an internal hydrate
  • cursor, scroll, and selection events have more strict checking and are more responsive for changed valued
  • added PREVENT_CODEMIRROR_RENDER global for rendering bypass
  • selections managed via props now have and isolated autofocus option
  • optimization of setting instance options when updated via props
  • #49
  • test coverage

3.0.6

3.0.5

3.0.4

3.0.3

3.0.2

3.0.1

3.0.0

  • typings
  • [onSet, onBeforeSet`] deprecated [removed]
  • [resetCursorOnSet, autoScrollCursorOnSet] deprecated, now => [autoCursor, autoScroll]
  • add autoFocus
  • modify return of onSelection: this.editor, data.ranges) now => (this.editor, data)
  • split component into two per usage, UnControlled & Controlled
  • fixes #22

2.0.2

  • fixes #14
  • remove deprecation warnings from 1.x

2.0.1

  • bump peerDependencies to support react 16.x

2.0.0

  • deprecate 1.x due to dependency conflicts occurring from over-strict versioning of codemirror as a dependency. Codemirror is now designated as a peerDependency

1.0.0

  • [onValueSet, onValueChange] deprecated, now => [onSet, onChange];
  • add onBeforeChange onBeforeSet
  • add defineMode