CHANGELOG.md

# Changelog

## 0.1.7 (2023-11-08)

### Enhancements
  * Add `:change` option to capture editor content changes

## 0.1.6 (2023-09-18)

### Enhancements
  * Auto resize editor on content or viewport change
  * Change default options to improve default look & feel

## 0.1.5 (2023-09-15)

### Enhancements
  * Always load latest monaco editor package version

## 0.1.4 (2023-08-14)

### Bug fixes
  * add `display: contents` to wrapper div - [lukad](https://github.com/lukad)

## 0.1.3 (2023-06-28)

### Bug fixes
  * DOM patch conflict causing the editor to stop receiving some keystrokes

## 0.1.2 (2023-06-10)

### Enhancements
  * Load JetBrains Mono font by default
  * Load OneDark theme by default

### Bug fixes
  * Remove unnecessary parent `<div>` element

## 0.1.1 (2023-06-08)

### Enhancements
  * Set default theme `vs-dark`

### Bug fixes
  * Only install and load `esbuild` in `:dev` env

## 0.1.0 (2023-05-23)

### Enhancements
  * Add `<LiveMonacoEditor.code_editor>` component