π New Featureβ
chameleon-reactβ
- We've significantly enhanced our typings for React, particularly in components with an
as
property, offering improved type safety and flexibility. !1741
- Improved accessibility for the
Avatar
component, which was previously hidden from screen readers. We also introduced the accessibilityLabelAvatar
property, allowing screen readers to provide descriptive labels for avatars. !1777
chameleon-swiftβ
These updates will help with transitioning to newer components and improve overall deployment and style handling processes.
- Branch-specific Publishing: The ability to publish directly to a specific branch has been implemented, which will make deployment more flexible (Merge Request: !1770).
- Swift Loader and Banner Issues: A merge request has addressed issues related to Swift loader and banner components (Merge Request: !1778).
- Token Simplification: A simplified method of using tokens by providing a style has been introduced, which is aimed at making the transition to components smoother. The Loader and Banner have already adopted this approach, with others expected to follow in version 6 (V6).
- AutoRegister Deprecation: AutoRegister is still functional but deprecated. It will be removed in V6, so while it's not mandatory to switch to manual bootstrap yet, developers are encouraged to start doing so.
chameleon-kotlinβ
- Updated autoregister/bootstrap processes:
TC.autoRegister()
is deprecated and will be replaced by TC.bootstrap()
in V6. Both methods now include logic to prevent multiple triggers and will log a warning if skipped. !1779
- Asset tokens are now accessible via
TC
from this version forward. !1768
- Introduced new Chameleon components with Compose previews:
ChBanner
, CHLoader
, CHDropdown
. !1764
- The demo app is now named ChameleonApp.
π Bug Fixβ
- Fixed an issue with incorrect sets enabled on DL subthemes, restoring the intended theme configurations. !1775
chameleon-swiftβ
- Optimized typography function calls to improve startup times and make previews more workable. !1769
chameleon-reactβ
- Refactored the logic for showing/hiding suggestions in the
Autocomplete
component when using async
to enhance user experience and performance. !1772
π Internalβ