Skip to content

v3.2.7 - Fix Feature Prioritization Error

Choose a tag to compare

@webdevtodayjason webdevtodayjason released this 30 Jul 16:12
· 3 commits to main since this release

🐛 Bug Fix

Fixed

  • Fixed checkbox prompt error when all features are selected during feature prioritization
  • Added validation to ensure not all features can be marked as must-have for MVP
  • Added conditional logic to skip nice-to-have prompt when no features remain

Error Resolved

Previously, when users selected all available features and tried to mark them all as must-have, the following error would occur:

[checkbox prompt] No selectable choices. All choices are disabled.

This has been fixed by:

  1. Preventing users from selecting all features as must-have (with helpful validation message)
  2. Gracefully handling the case where all features are selected as must-have

Added

  • Unit tests for feature prioritization edge cases

Installation

npm install -g [email protected]

What's Changed

Full Changelog: v3.2.6...v3.2.7