11.0.0-alpha.10 (2024-08-23)
⚠ BREAKING CHANGES
- Custom properties used by compatibility stylesheets for previous SKY UX major versions have been removed. Consumers should adopt the updated styles within their applications.
Features
- components/ag-grid: option for hidden column heading (#2615) (0aec3c8)
- components/ag-grid: remove enter key navigation in cell editors (#2620) (383555c)
- components/forms: file attachment automatically creates download link for file uploads (#2608) (321e93a)
- components/forms: update
sky-file-attachment
component to use ControlValueAccessor
; deprecate validateFn
attribute in favor of custom form control validators; deprecate fileChange
event in favor of form control valueChanges
observable (#2603) (7a74fc7) - components/packages: warn when using ssr (#2623) (8a753fb)
- remove compat variables for previous compat stylesheets (#2598) (dd59411)
Bug Fixes
- code-examples: update lookup code examples to all use the
searchAsync
event (#2621) (041dc29) sky-form-errors
is no longer created and destroyed when form errors are present (#2596) (#2606) (b23b00d)- components/ag-grid: focused cell link outline (#2622) (48a9c68)
- components/lookup: autocomplete and lookup show wait in dropdown when using an async search when no dropdown was previously open (#2610) (#2611) (537d702)
- components/phone-field: phone numbers validate when selected country is changed programmatically (#2593) (#2609) (273c1db)
Deprecations
- components/lookup: lookup component's
data
input has been deprecated and consumers should use the searchAsync
event instead (#2617) (#2618) (4bce259)