feat(components/modals): add modal banner#4275
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Comment |
|
View your CI Pipeline Execution ↗ for commit 5230be9
☁️ Nx Cloud last updated this comment at |
libs/components/code-examples/src/lib/modules/modals/modal/with-banner/modal.component.ts
Outdated
Show resolved
Hide resolved
libs/components/code-examples/src/lib/modules/modals/modal/with-banner/modal.component.ts
Outdated
Show resolved
Hide resolved
|
Cherry-pick successful! 🍒 🎉 See #4280 |
# [13.15.0](13.14.3...13.15.0) (2026-03-10) ### Features * **components/modals:** add modal banner ([#4275](#4275)) ([c6cf820](c6cf820))
## [14.0.0-alpha.9](14.0.0-alpha.8...14.0.0-alpha.9) (2026-03-17) ### ⚠ BREAKING CHANGES * **components/indicators:** replace `@angular/animations` in tokens component with CSS transitions (#4303) * **components/tabs:** replace `@angular/animations` with CSS transitions (#4288) * **components/flyout:** replace `@angular/animations` with CSS transitions (#4285) ### Features * **components/lists:** deprecate filter summary ([#4307](#4307)) ([b5567d9](b5567d9)), closes [AB#3611503](https://dev.azure.com/blackbaud/Products/_workitems/edit/3611503) * **components/modals:** add modal banner ([#4275](#4275)) ([#4280](#4280)) ([b186fc2](b186fc2)) ### Bug Fixes * **components/core:** transition handler emits via microtask when animations disabled ([#4304](#4304)) ([3b9cd2d](3b9cd2d)) * **components/data-manager:** address data mutation during view updates ([#4309](#4309)) ([#4311](#4311)) ([6cadb59](6cadb59)), closes [AB#3705639](https://dev.azure.com/blackbaud/Products/_workitems/edit/3705639) * **components/flyout:** replace `@angular/animations` with CSS transitions ([#4285](#4285)) ([96aa341](96aa341)) * **components/indicators:** replace `@angular/animations` in tokens component with CSS transitions ([#4303](#4303)) ([bcb9d88](bcb9d88)) * **components/tabs:** replace `@angular/animations` with CSS transitions ([#4288](#4288)) ([90b183b](90b183b)) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Breaking Changes** * Indicators, tabs, and flyout components now use CSS transitions instead of animations. * **New Features** * Added modal banner component. * **Deprecations** * Filter summary in list components deprecated. * **Bug Fixes** * Animation behavior when disabled, data handling during updates, and transition styling improvements. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
No description provided.