Releases: openrndr/openrndr-intellij
Releases · openrndr/openrndr-intellij
v1.1.2
Changed
- Update Kotlin to 1.8.22
- Update OPENRNDR/ORX to 0.4.3
Fixed
- Refactor extensions from
object
toclass
to avoid issues with Kotlin
singletons https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#caution
v1.1.1
Changed
- Update Kotlin to 1.8.10
- Update OPENRNDR/ORX to 0.4.2
- Update gradle-intellij-plugin to 1.13.2
v1.1.0
Added
- Support for 2022.3
v1.0.1
Fixed
- Using color picker on
ColorRGBa.fromHex
with leading zeroes in the hex string produced unexpected results - Color picker wasn't properly handling calls with function overloads such as
rgb("#f0f")