Skip to content

Tags: laravel/prompts

Tags

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.3.x] Supports PHP 8.4 (#167)

* [0.2.x] Supports PHP 8.4

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>

v0.3.1

Toggle v0.3.1's commit message
Fix code styling

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix default values not being passed (#174)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update `dev-main` branch alias to `0.2.x-dev` (#166)

v0.2.0

Toggle v0.2.0's commit message
Fix code styling

v0.1.25

Toggle v0.1.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix textarea helper method signature. (#159)

The signature previously (incorrectly) typed the `$validate`
parameter as a nullable Closure. The upstream signature declares
the parameter as mixed, same as the other prompt types.

v0.1.24

Toggle v0.1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow re-rendering during progress callback (#155)

* Allow re-rendering during progress callback

* Make the render method public for the progress bar instead of adding a force parameter

v0.1.23

Toggle v0.1.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow selecting all options in a `multiselect` (#147)

* Allow selecting all options in `multiselect`

* Add test

* Update type hint

* Make it possible to pass custom label to select all option

* Back out of this approach

* Multiselect: Ctrl+A should select all options

* Multisearch: Ctrl+A should select all options

Although... Ctrl+A should only select all options when the user is in the context of the options, not when they're in the context of searching.

* Add back Home & End keybindings

* This change wasn't needed.

* Formatting

* Check if current matches are selected and only filter out current matches

* Fix "unselect all" behaviour when options are a list

Co-authored-by: Jess Archer <[email protected]>

---------

Co-authored-by: Jess Archer <[email protected]>

v0.1.22

Toggle v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(helper): ensure helpers can't be redeclared (#146)

* fix(helper): ensure helpers can't be redeclared

* fix(helper): nah, let's better not rely on a potential php-src bug

v0.1.21

Toggle v0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extract string handling methods from DrawsBoxes trait (#142)

* Extract string handling methods from DrawsBoxes

* formatting

* add file

---------

Co-authored-by: Taylor Otwell <[email protected]>