Skip to content

Releases: JetBrains/kotlin-playground

v1.14.0

24 Oct 10:06
Compare
Choose a tag to compare

Bug fixes

  1. Improve openConsole event.
  2. Escape html in error output.
  3. Execute js code after loading all js scripts.

New features

  1. Add nocursor as a additional property in readonly mode.
  2. Execute code on Cmd + R on OS X.

BRACKING CHANGES:

1) Change attribute name `output-height` -> `data-output-height`

v1.13.0

24 Sep 17:11
Compare
Choose a tag to compare

Bug fixes

  1. fix finding char position in autocomplete
  2. disallowed focusing of the editor

New features

  1. support attribute match-brackets
  2. support onOpenConsole & onCloseConsole
  3. support attribute output-height

v1.12.0

10 Sep 07:42
Compare
Choose a tag to compare

Bug fixes

  1. Use default keywords in autocomplete.
  2. Set default white theme in output in 'idea'

New features

  1. Add event functions
  2. Add debounce time.

v1.11.0

03 Aug 07:52
Compare
Choose a tag to compare

Bug fixes

  1. Fix crash plauyround after incorrect target platform

New features

  1. Add new bash|swift|obj-c modes
  2. Compiler crash message
  3. Support autocompletion on every key press

v1.10.1

10 Aug 06:31
Compare
Choose a tag to compare

New features

  1. Add default codemirror scroll

v1.10.0

10 Aug 06:37
Compare
Choose a tag to compare

Bug fixes

  1. Don't show lines in part-code mode
  2. Can create one line code snippet by attributes : to & from
  3. Fix problem with empty theme

New features

  1. Support new attributes: mode
  2. Support darcula theme on open/close button

v1.9.0

25 Jul 07:37
Compare
Choose a tag to compare

Bug fixes

  1. Don't show close console button with empty output
  2. Improve kotlin indents

New features

  1. Support new attributes: to & from
  2. Support new attribute: lines
  3. New loader & slyles
  4. Support new attribute: on-fly-highlight

v1.8.0

06 Jul 07:32
Compare
Choose a tag to compare

Notice

  1. Support hidden files: class name should be hidden-dependency instead of readonly

New features

  1. Support new attribute: auto-indent
  2. Support new attribute: indent

v1.7.0

26 Jun 07:21
Compare
Choose a tag to compare

Bug fixes

  1. Pretty styles in autocomplete and output.

New features

  1. Support read-only files.
  2. Auto close brackets.
  3. Add close-console button on platform: CANVAS.
  4. Add new shortcut : Comment code — (Ctrl + / )
  5. Support new attribute: none-markers.

v1.6.0

01 Jun 10:00
Compare
Choose a tag to compare

Bug fixes

  1. Drop !important in styles.
  2. Validate empty test results .

New features

  1. New attribute: args — command-line arguments.
  2. Support darcula IntelliJ IDEA theme.
  3. Add close-console button on platform: JVM, JS, JUNIT.
  4. Add new shortcut : RUN — Ctrl + F9