mordant v2.0.0-beta5 Release Notes

  • โž• Added

    • ๐Ÿ‘ Progress bars and other single-line animations are now supported in the IntelliJ console (#49)
    • โž• Added bottomTitle to Panel
    • ๐Ÿ–จ Terminal.forStdErr for printing to stderr rather than stdout
    • โž• Add macosArm64 target for native M1 macs

    ๐Ÿ”„ Changed

    • โšก๏ธ Update Kotlin to 1.6.10
    • ๐Ÿ’ฅ Breaking change: Renamed Table and Panel's borderStyle property to borderType and borderTextStyle to borderStyle
    • ๐Ÿ’ฅ Breaking change: Renamed TerminalInfo's stdinInteractive and stdoutInteractive to inputInteractive and outputInteractive, respectively

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix regression in clearing animations (#48)