Skip to content

Releases: jariikonen/inquirer-reorder-list

inquirer-reorder-list: v0.1.1

Choose a tag to compare

@jariikonen jariikonen released this 30 Jan 11:06
5d50aca

0.1.1 (2025-01-30)

Features

  • add possibility to set a header for the list (a367f9e)

inquirer-reorder-list: v0.1.0

Choose a tag to compare

@jariikonen jariikonen released this 22 Jan 14:18
dc7f4ac

0.1.0 (2025-01-22)

Initial release

Features

  • add demo function (fc51cff)
  • change move command so that m moves selection above and M below the active item (db3a815)
  • items can be moved (1ba2393)
  • make disabled items and separators sortable, and return list order instead of selection (5378742)
  • make instruction help tip clearer and add a command key for displaying it (a0c53eb)

Bug Fixes

  • description not updating in time (1f0efb3)
  • metadata: fix author and contributor data in package.json (5e8484f)

Miscellaneous Chores