Skip to content

Add release notes for JavaScript Feature Management v2.3.1#1148

Open
Copilot wants to merge 2 commits intomainfrom
copilot/prepare-release-notes-v2-3-1
Open

Add release notes for JavaScript Feature Management v2.3.1#1148
Copilot wants to merge 2 commits intomainfrom
copilot/prepare-release-notes-v2-3-1

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

Add release notes for @microsoft/feature-management v2.3.1 (April 15, 2026).

  • Bug fix: isEnabled incorrectly returned false when encountering an unregistered filter with RequirementType Any, short-circuiting evaluation instead of continuing to check remaining registered filters (#158)

Also reverts an incorrectly placed entry that was added to GoFeatureManagement.md instead of JavaScriptFeatureManagement.md.

Copilot AI and others added 2 commits April 14, 2026 05:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new release-notes entry for @microsoft/feature-management v2.3.1 to document a bug fix in the JavaScript Feature Management package.

Changes:

  • Added a 2.3.1 release-notes section dated April 15, 2026.
  • Documented the isEnabled / RequirementType Any bug fix and linked to FeatureManagement-JavaScript PR #158.

Comment on lines +7 to +9
### Bug Fixes

* Fixed a bug where `isEnabled` returned `false` when an unregistered feature filter was encountered while using `RequirementType` `Any`, even if other registered filters in the list could enable the feature. [#158](https://github.com/microsoft/FeatureManagement-JavaScript/pull/158)
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says this change also reverts an incorrectly placed entry in GoFeatureManagement.md, but this PR only modifies JavaScriptFeatureManagement.md. Either include the Go release-notes revert in this PR or update the PR description to match the actual changes.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants