Skip to content

Revert "fix(*): export chat in public api - 21.0.x"#17171

Merged
ChronosSF merged 1 commit into21.0.xfrom
revert-17168-dmdimitrov/chat-export-21.0.x
Apr 7, 2026
Merged

Revert "fix(*): export chat in public api - 21.0.x"#17171
ChronosSF merged 1 commit into21.0.xfrom
revert-17168-dmdimitrov/chat-export-21.0.x

Conversation

@ChronosSF
Copy link
Copy Markdown
Member

Reverts #17168

Copilot AI review requested due to automatic review settings April 7, 2026 12:09
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

Reverts a prior change that exposed the Chat entry point through the root igniteui-angular public API barrel, returning the root exports to the pre-#17168 state.

Changes:

  • Removed the export * from 'igniteui-angular/chat'; re-export from the root projects/igniteui-angular/src/public_api.ts.

export * from 'igniteui-angular/card';
export * from 'igniteui-angular/carousel';
export * from 'igniteui-angular/chat';
export * from 'igniteui-angular/checkbox';
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

Removing the igniteui-angular/chat re-export from the root igniteui-angular entry point is a breaking change for consumers importing chat symbols from the barrel package (they’ll need to switch to igniteui-angular/chat). It also appears to contradict the documented goal of the main entry point being “fully backwards compatible by re-exporting all granular entry points” (CHANGELOG.md:69-72). If this revert is intentional, consider either keeping the root re-export for compatibility, or explicitly documenting this exception (e.g., release notes / migration guidance) so consumers aren’t surprised.

Suggested change
export * from 'igniteui-angular/checkbox';
export * from 'igniteui-angular/checkbox';
export * from 'igniteui-angular/chat';

Copilot uses AI. Check for mistakes.
@ChronosSF ChronosSF merged commit b5b7a65 into 21.0.x Apr 7, 2026
10 of 12 checks passed
@ChronosSF ChronosSF deleted the revert-17168-dmdimitrov/chat-export-21.0.x branch April 7, 2026 12:55
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