Releases: JetBrains/kotlin-playground
Releases · JetBrains/kotlin-playground
v1.14.0
Bug fixes
- Improve
openConsole
event. - Escape html in error output.
- Execute js code after loading all js scripts.
New features
- Add
nocursor
as a additional property in readonly mode. - Execute code on Cmd + R on OS X.
BRACKING CHANGES:
1) Change attribute name `output-height` -> `data-output-height`v1.13.0
Bug fixes
- fix finding char position in autocomplete
- disallowed focusing of the editor
New features
- support attribute
match-brackets
- support
onOpenConsole
&onCloseConsole
- support attribute
output-height
v1.12.0
Bug fixes
- Use default keywords in autocomplete.
- Set default white theme in output in 'idea'
New features
- Add event functions
- Add debounce time.
v1.11.0
Bug fixes
- Fix crash plauyround after incorrect target platform
New features
- Add new bash|swift|obj-c modes
- Compiler crash message
- Support autocompletion on every key press
v1.10.1
New features
- Add default codemirror scroll
v1.10.0
Bug fixes
- Don't show lines in part-code mode
- Can create one line code snippet by attributes :
to
&from
- Fix problem with empty theme
New features
- Support new attributes:
mode
- Support darcula theme on open/close button
v1.9.0
Bug fixes
- Don't show close console button with empty output
- Improve kotlin indents
New features
- Support new attributes:
to
&from
- Support new attribute:
lines
- New loader & slyles
- Support new attribute:
on-fly-highlight
v1.8.0
Notice
- Support hidden files: class name should be
hidden-dependency
instead ofreadonly
New features
- Support new attribute:
auto-indent
- Support new attribute:
indent
v1.7.0
Bug fixes
- Pretty styles in autocomplete and output.
New features
- Support read-only files.
- Auto close brackets.
- Add close-console button on platform: CANVAS.
- Add new shortcut :
Comment code
— (Ctrl + / ) - Support new attribute:
none-markers
.
v1.6.0
Bug fixes
- Drop !important in styles.
- Validate empty test results .
New features
- New attribute:
args
— command-line arguments. - Support
darcula
IntelliJ IDEA theme. - Add close-console button on platform: JVM, JS, JUNIT.
- Add new shortcut :
RUN
— Ctrl + F9