- Fix error on environment where cli-width return 0 (we're now defaulting to 80 chars width)
0.11.3
- Fix bug with astral symbols not being calculated correctly in the width of a line - `expand` prompt now trim the whitespace around the answer
0.11.2
- Some display fixes on Windows (mainly) and Unix system. - Internal refactoring of the rendering logic.
0.11.1
Fix list overflow bug when the list contains separators.
0.11.0
- Choices object now take an optional `short` property that'll be use in the prompt summary after a user selected choice. - Fix bug if using a terminal without defined width (we're now defaulting to 80 chars in that case)
0.10.1
- Fix the bottom bar functionality - Minor code cleanup