@adaptavant/eds-core@1.11.0
✨⚙️ Introducing version 1.11.0. Enjoy! ✨⚙️
🎯 New Entry Points
⚡️ Widgets
The new entry point for widget components - a collection of complex UI components built on top of EDS atomic elements:
<CropModal />- Modal component for image cropping<Cropper />- Component for image cropping functionality
🤝 Contributing Welcome! We invite everyone to contribute their widgets to the ecosystem! Widgets are reusable, advanced UI components with built-in logic, crafted using EDS atomic elements. Share your innovative solutions and help expand our widget library. Whether it's a specialized form, an interactive visualization, or any other complex UI pattern, your contributions are highly valued!
🎨 New Components
<Slider />- A new component with complementary50variant shadow token<Calendar />- A brand new calendar component<Modal />- Enhanced with Dialog Primitives and responsive design capabilities- Added
mobileFriendlyandtogglePointprops for responsive Sheet rendering
- Added
🛠️ Enhancements
<Tooltip />: AddedvisibilityHiddenprop for visibility control- Global Enhancement: Added
data-eds-componentattribute to all components for Chrome extension compatibility <Textarea />: Improved scrolling withscroll-padding-bottomuseTimeZonePicker: Enhanced withselectedOptionin returned object for better timezone context management- Charts: Exported
charttokens for wider accessibility - Text Tokens:
- Added
disabled-secondarytoken - Updated text colors for disabled and placeholder states in:
- TextInput
- Textarea
- FilterMenu
- SelectMenu
- Added
🐛 Bug fixes
<ComboboxSearchInput />: OptimizedhandleEscapefunction with early return pattern
💡 Technical Updates
- All components now include
data-eds-componentattribute for improved debugging and identification - Modal system upgraded with Dialog Primitives
- Enhanced text token system with new disabled state handling
Minor Changes
- 5a19fb1: - Added
slidercomponent- Added
50variant toshadowtoken
- Added
- b20e8a2: - Added new
Calendarcomponent - 8311c85: Modal:
- Replaced Modal Primitives with Dialog Primitives.
- Added
mobileFriendlyandtogglePointprops to renderSheetin responsive design
- dd9c058: Introduce widgets components:
- crop modal
- cropper component
Patch Changes
- 1074116:
Tooltip: AddedvisibilityHiddenprop to control visibility. - dbb936a: All Components: Introduced the
data-eds-componentattribute to facilitate the identification of EDS nodes in the Chrome extension. - 322b27b:
Textarea: Addedscroll-padding-bottom - d893eaa:
useTimeZonePicker: AddedselectedOptionto the returned object, enabling users to manage additional contexts with the currently selected timezone. - fee0263: Export
charttokens - 53ceb73:
ComboboxSearchInput: Performed early return instead ofevent.preventDefault()forhandleEscapefunction - eaeac18: - Text Token: Added
disabled-secondarytoken for text.TextInput & Textarea: Updated value and placeholder text color for disabled state. Update placeholder text color for default state.FilterMenu & SelectMenu: Adjusted text color for the disabled state
For more detailed information about these changes, please refer to our documentation or reach out to the development team.