@adaptavant/eds-core@1.17.0
✨⚙️ Introducing version 1.17.0. Enjoy! ✨⚙️
🛠️ Enhancements
- Dropdown Menu: Implemented a mobile-friendly dropdown menu that dynamically transforms into a sheet/modal on responsive screens, delivering a smoother and more intuitive user experience on smaller devices.
- Timepicker: Added a
customDaysprop to the Timepicker, allowing the addition of non-scrollable string options for greater flexibility. - Share Modal: Enhanced
<ShareModal />with support forclassNameandstyleprops, allowing seamless customization of the wrapper component for greater flexibility. - Crop Modal: Extended error handling capabilities, providing precise error context. Additionally, the default image resize dimensions have been updated for improved quality.
- Avatar: Introduced a new
isGuestprop to distinguish guest users. Additionally, added two new status options,customerandaudioCall, for better user categorization and functionality. - Select Menu:
SelectMenuTriggernow aligns with the same API asFilterMenu, ensuring consistency across components, allowing thechildrenprop to display the selected option and replacing the deprecatedselectedOptionprop. - Inputs: Added the native
disabledprop toTextInputandTextarea, ensuring inputs remain non-editable on mobile devices.
Symbols
- Updated SetmoreColorIcon to reflect the new branding.
Minor Changes
- a0900a8: Implemented a mobile-friendly dropdown menu that transforms into a
sheet/modal on responsive screen sizes. This enhancement improves the user
experience on smaller screens by providing a more touch-friendly interface. - 886b5e2:
Timepicker: AddedcustomDaysprop to add non-scrollable string
options.
Patch Changes
- 52f62b5:
<ShareModal />: Added support forclassNameandstyleprops to
allow customization of the wrapper component in the ShareModal widget - 106c3b2:
<SelectMenu/>: Removed unwanted negative margin inSelectMenuPopover - 49e46e7:
TextInput,Textarea -Added the nativedisabledprop to ensure
the input remains non-editable on mobile devices. - f60ced8:
SelectMenu:SelectMenuTriggeruses similar API toFilterMenu,
which means thatchildrencan be used for showing selected option instead ofselectedOptiondeprecated prop. - ec0e1b7: CropModal - change default image resize dimensions from 1024x1024 to
2560x2560 - 5d3484a:
Symbol- Updated thesetmore-color-iconSVG to the latest design. - 9da4308: CropModal - extend error handling capabilities
- 4169843:
Avatar: Added newisGuestprop and updated 2 new statuscustomerandaudioCall - Tokens: Updated
decoration.brandtoken