- Fixed `index.js` pointing to non-transpiled code. See 783. - Fixed absolute url of images in SASS. Thanks moonbreezee.
7.0.2
- Fix 781: race condition when destroying the editor right after setting data.
7.0.1
- Fix npm package missing `dist` folder.
7.0.0
- Converted the code largely to ES6, put Babel transpiler in place. - Dropped support for bower, removed the `dist` folder from the git repository. - Fixed 586: caret position lost when switching browser tabs.
6.4.1
- Fix styling of autocompletion dropdown broken. Regression since `v6.4.0`.
6.4.0
- Replaces CSS with SASS internally, improvements in styling. Thanks ppetkow. - Fixed 761: JSON schema errors not rendered in the gutter for mode `code` when the path contained a property with a forward slash, and errors not clickable in the error table. - Fixed 777: option `sortObjectKeys` broken.