Blackbaud
OSS
skyux
Sign in / Sign up
Open main menu
skyux
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
text-expand-animations
5254dbb2 fix(components/inline-form)!: replace `@angular/animations` with CSS transitions (#4315) BREAKING CHANGE `SkyInlineFormComponent` has replaced `@angular/animations` with CSS transitions. Tests that interact with inline forms may need to add `provideNoopSkyAnimations()` from `@skyux/core` to their `TestBed` providers to disable SKY UX CSS transitions during tests. ``` import { provideNoopSkyAnimations } from '@skyux/core'; TestBed.configureTestingModule({ providers: [provideNoopSkyAnimations()], }); ```
11 days ago
by Steve Brush
S
Succeeded
text-expand-animations
88d7b0f6 fix(components/core): animationend and transitionend handlers detect suppressed animations via `getComputedStyle` (#4310) Our Storybook's `PreviewWrapperComponent` applies `transition-property: none !important` globally, which suppresses all CSS transitions and prevents `transitionend` events from firing. The transition/animation handler directives were refactored to remove the `_skyAnimationsDisabled()` check (which only looked for our own CSS properties' values) and instead detect disabled CSS motion via `getComputedStyle()`. When transitions or animations are suppressed (e.g., `transition-property: none` or `transition-duration: 0s`), the handlers now emit via a microtask fallback so consuming components still receive completion events. This means that even if our components are added to an application that deliberately disables animation/transition properties globally, our components will still work as expected.
11 days ago
by Steve Brush
S
Succeeded
text-expand-animations
6cadb597 revert changes
12 days ago
by Blackbaud-...
B
Succeeded
text-expand-animations
b5567d96 fix handlers
12 days ago
by Blackbaud-...
B
Succeeded
text-expand-animations
b5567d96 fix storybook
13 days ago
by Blackbaud-...
B
Succeeded
text-expand-animations
3b9cd2da cleanup
13 days ago
by Blackbaud-...
B
Succeeded
text-expand-animations
3b9cd2da cleanup
13 days ago
by Blackbaud-...
B
Previous page
Previous
Next
Next page