Skip to content

Releases: JetBrains/kotlin-playground

v1.25.0

05 Oct 13:28
Compare
Choose a tag to compare
1.25.0

v1.24.2

04 Jun 10:21
f0a5ab4
Compare
Choose a tag to compare
1.24.2

v1.23.0

10 Sep 16:51
Compare
Choose a tag to compare

New features

  • Support auto-imports

v1.22.0

03 Oct 07:02
Compare
Choose a tag to compare

Bug fixes

  1. replace with more than 2 matches (#75)
  2. getting correct npm version for EAPs (#79)
  3. add nosinppet for searchbot exclude
  4. min version doesn't work with unsorted version
  5. cache doesn't work for unresolved request

New features

  1. default Kotlin version on script init support (#69)
  2. Load JQuery from CDN
  3. New backend server

v1.20.0

02 Jul 09:01
Compare
Choose a tag to compare

Bug fixes

  1. Decrease bundle size. Thanks Oversan.

New features

  1. Event function onRun
  2. Event function onFail

Migrate to webpack 4. Thanks Oversan.

Thanks to our community contributors for this release. In particular Oversan & fgutmann

v1.19.0

29 Apr 07:13
Compare
Choose a tag to compare

Bug fixes

  1. All content served over HTTPS.
  2. #28
  3. Console overflow on a long string.
  4. Always reload iframe in JS & CANVAS platforms #50

New features

  1. Event function onTestFailed

BREAKIN CHANGES

  1. attrubite: autocomplete -> data-autocomplete

Thanks to our community contributors for this release. In particular fgutmann

v1.18.0

27 Nov 07:23
Compare
Choose a tag to compare

Bug fixes

  1. Show close console button with non-empty errors list or with only exception state.

New features

  1. Improved Kotlin indents.
  2. Updated darcula theme colors.
  3. Added ability to set the compiler server. Big thanks calvellido.

v1.17.0

19 Nov 07:50
Compare
Choose a tag to compare

Bug fixes

  1. Escape html in output when target platform is JS.
  2. Clean exception state after closing the console.

New features

  1. Add getJsCode(code) function from API.
  2. Show error description in gutters.

BREAKING CHANGES

  1. Update container class name in console js-code-output-canvas-placeholder ->js-code-output-executor

v1.16.0

12 Nov 07:32
Compare
Choose a tag to compare

Bug fixes

  1. Complete when using folded code.
  2. Use read-only mode if kotlin version're loaded.

v1.15.0

06 Nov 07:52
Compare
Choose a tag to compare

Bug fixes

  1. Complete after run program event
  2. Improve console styles

New features

  1. Add getInstance function from API
  2. Add exception navigation