Skip to content

Releases: acrodata/code-editor

v0.6.1

Choose a tag to compare

@nzbin nzbin released this 23 Mar 09:37

Bug Fixes

  • avoid emitting change event for programmatic updates (#14)

v0.6.0

Choose a tag to compare

@nzbin nzbin released this 14 Nov 13:39

Features

  • prevent undo of the initial value (#9)
  • use non-null assertion for the view ref
  • add state ref for code-editor
  • converts constructor-based injection to the inject function

v0.5.1

Choose a tag to compare

@nzbin nzbin released this 02 Dec 04:57

Bug Fixes

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

v0.5.0

Choose a tag to compare

@nzbin nzbin released this 07 Oct 02:43

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

Choose a tag to compare

@nzbin nzbin released this 31 May 16:13

Features

  • add diff-editor

v0.3.0

Choose a tag to compare

@nzbin nzbin released this 30 May 13:40

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

Choose a tag to compare

@nzbin nzbin released this 27 May 14:25

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

Choose a tag to compare

@nzbin nzbin released this 24 May 15:37

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