Skip to content

Releases: acrodata/code-editor

v0.5.1

02 Dec 04:57
Compare
Choose a tag to compare

Bug Fixes

  • fix language can't be reset to plaintext (#4)

v0.5.0

07 Oct 02:43
Compare
Choose a tag to compare

Features

  • diff-editor: implement ControlValueAccessor
  • diff-editor: add focus and blur event

Bug Fixes

  • code-editor: fix disabled state when not using forms API

v0.4.0

31 May 16:13
Compare
Choose a tag to compare

Features

  • add diff-editor

v0.3.0

30 May 13:40
Compare
Choose a tag to compare

Features

  • expose more methods for code-editor instance
setValue(value: string)
setExtensions(value: Extension[])
setEditable(value: boolean)
setReadonly(value: boolean)
setTheme(value: Theme)
setPlaceholder(value: string)
setIndentWithTab(value: boolean)
setIndentUnit(value: string)
setLineWrapping(value: boolean)
setHighlightWhitespace(value: boolean)
setLanguage(lang: string)

v0.2.0

27 May 14:25
Compare
Choose a tag to compare

Features

  • add indentWithTab option
  • add indentUnit option
  • add lineWrapping option
  • add highlightWhitespace option
  • add setup option
  • add language option
  • add languages option

v0.1.0

24 May 15:37
Compare
Choose a tag to compare

πŸŽ‰πŸŽ‰πŸŽ‰