Releases: JetBrains/kotlin-playground
Releases · JetBrains/kotlin-playground
v1.5.1
Bug fixes
- Resolve css conflicts
- Print output if warnings exist
v1.5.0
Bug fixes
- Fixed delay on click on ➕ button.
- Escape html tags in console output .
- Pretty print security errors.
- Drop text output in
canvas
target platform. - All content is served over https.
New features
- New attribute:
theme
. Support: "idea" — default IntelliJ IDEA theme. - New attribute:
data-version
— set the target Kotlin version. - Set compilation errors to console output.
- Exception description on JS target platform.
- Total time on running tests.
v1.4.0
Bug fixes
- Don't mark read only code
- Drop text output when target platform
canvas
is selected
v1.3.0
New features
- Select task placeholder on mouse click
- New target platform :
canvas