Releases: laravel/prompts
Releases · laravel/prompts
v0.1.20
- Fix for up/down arrows + cursor position when textarea content contains multi-byte strings by @joetannenbaum in #137
v0.1.19
- Fix
multisearch
array handling by @jessarcher in #132 - Adds Reversible Forms to Prompts by @lukeraymonddowning in #118
- Fix type error in suggest with collection by @macocci7 in #134
v0.1.18
- Add Component: Multiline Text Input by @joetannenbaum in #88
- Remove terminal height requirement by @jessarcher in #128
v0.1.17
- [0.x] Fix box spacing with Symfony named style tags by @jessarcher in #125
v0.1.16
- [0.x] Fix
multisearch
long option truncation by @jessarcher in #114 - Added pause prompt by @allanmcarvalho in #108
v0.1.15
- Allow customizing the cancel behaviour by @weitzman in #100
- Support for custom validation and aliases by @cerbero90 in #102
v0.1.14
- Ignore new PHPStan error by @jessarcher in #103
v0.1.13
- Allow empty strings on
select
prompt by @jessarcher in #99
v0.1.12
- Add Home and End key for list prompt by @crazywhalecc in #79
- Support for Symfony v7.0 on Laravel 11 by @crynobone in #93