All Versions
12
Latest Version
Avg Release Cycle
227 days
Latest Release
-

Changelog History
Page 1

  • v2.0.0-beta5 Changes

    โž• 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)
  • v2.0.0-beta4 Changes

    โž• Added

    • Spinner widget that displays a looping animation
    • EmptyEidget widget that can be used as a placeholder in layouts
    • row{} and column{} widget layouts that create a single row/column of widgets

    ๐Ÿ›  Fixed

    • โฌ‡๏ธ Reduced flickering on high frame rate animations
  • v2.0.0-beta3 Changes

    ๐Ÿ”„ Changed

    • โšก๏ธ Update Kotlin to 1.5.31
    • โšก๏ธ Update Colormath to 3.0. If you use and colormath colors directly, you may need to update your imports.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed exception thrown when parsing markdown tables with empty cells
    • ๐Ÿ›  Fixed rendering of markdown image reference links and link content
  • v2.0.0-beta2 Changes

    โž• Added

    • ๐ŸŽ Published artifacts for macOS

    ๐Ÿ”„ Changed

    • โšก๏ธ Update Kotlin to 1.5.10
    • โช All text instances and print functions now default to preformatted whitespace, meaning that spaces and newlines will be preserved. You can explicitly pass Whitespace.NORMAL to restore the previous behavior.
  • v2.0.0-beta1 Changes

    2021-03-26

    โž• Added

    • Table.contentToCsv to render a table's cells to csv format
    • โž• Added support for JavaScript and linux native targets
    • ๐Ÿ’… Getter properties for standard theme styles

    ๐Ÿ”„ Changed

    • โšก๏ธ Update Kotlin to 1.4.31
    • ๐Ÿ‘Œ Improve terminal capabilities detection
  • v2.0.0-alpha2 Changes

    2021-02-02

    โž• Added

    • ๐Ÿ— Terminal.progressAnimation builder to create a customizable progress bar animation
    • ๐Ÿ‘Œ Improved cursor APIs and added ability to produce cursor ANSI codes as a string
    • โž• Add ability to override detected terminal interactivity separately from the ANSI capabilities (#7)

    ๐Ÿ”„ Changed

    • Rework theming system to simplify customization
  • v2.0.0-alpha1 Changes

    November 01, 2020

    2019-11-01

    ๐Ÿ‘ Mordant 2.0 is a rewrite that retains the simple APIs of Mordant 1.0, and adds support for rendering complex widgets.

    โž• Added

    • โž• Added renderable widgets, including tables, panels, and lists
    • โž• Added markdown rendering
    • โž• Added a theme system to customize text styles on an entire terminal instance
    • โž• Added animations that automatically clear the previous frame when redrawing

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved terminal capability detection
    • ๐Ÿ’… ANSI colors and styles can now be applied through the TextColors and TextStyles top-level objects, and Terminal.print will downsample th resulting strings based on the detected terminal capabilities.
  • v1.2.1 Changes

    March 17, 2019

    2019-03-17

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve support for color detection in IntelliJ and VS Code terminals
  • v1.2.0 Changes

    August 19, 2018

    2018-08-19

    โž• Added

    • โž• Add functions for generating ANSI cursor movement
    • โž• Add ability to generate ANSI color codes from any colormath color object
    • โšก๏ธ Update colormath to 1.2.0
  • v1.1.0 Changes

    July 15, 2018

    2018-07-15

    โž• Added

    • โž• Add support for XYZ and LAB color spaces