Releases: spicy-ui/core
Releases · spicy-ui/core
0.1.0-alpha.9
Changes
- Changed default Tooltip placement to
bottom
Bug Fixes
- Fixed disabled Switch still being clickable
0.1.0-alpha.8
Bug Fixes
- Fixed Tab appearance on iOS when rendered as anchors/links
- Fixed Input appearance on iOS
0.1.0-alpha.7
Changes
- Changed
HTMLAttributesprop interface to extendReact.HTMLAttributesinstead ofReact.AllHTMLAttributes
0.1.0-alpha.6
0.1.0-alpha.5
Features
- Added
useDisclosurehook
Changes
- Added
autoFocusprop to Select component (#44) - Made some child elements within the Select component unselectable
- Removed
setIsOpenprop fromusePopper - Added
onCloseprop tousePopper - Removed
isOpen,onOpen,onCloseandonTogglefromusePopperreturn - Implemented
useDisclosurehook to Menu component - Implemented
useDisclosurehook to Tooltip component - Adjusted Menu transition time
Bug Fixes
- Fixed Heading component (was
p, should have beenh2)
0.1.0-alpha.4
Features
- Added
Tabcomponent
Changes
- Mixins on Flex, Grid, Header and Text have been aligned with the Box's behaviour, style props will overide the
sxprop getComponentStylesrenamed tocomponentStylesMixinSxPropsrenamed toSxProp- Menus and Tooltips are now rendered inside Portals
- More components now have the
asprop on their interfaces (#38) - Added
colortypes to Radio and Switch components
Bug Fixes
0.1.0-alpha.3
Features
- Added
Skeletoncomponent
Changes
- Switched order of box mixins
- Added
getComponentStylesanduseComponentStylesto exports
0.1.0-alpha.2
Features
- Added
ModalCloseButton,ModalHeader,ModalBodyandModalFootercomponents - Added
Containercomponent - Added
Imagecomponent - Added
Badgecomponent - Added
Codecomponent - Added
Kbdcomponent - Added
Tagcomponent
Changes
- Added color types for
Alert,Button,Checkbox,Link - Adjusted Alert text color
- Added export for theme color scales
- Updated and added additional prop documentation
- Moved icon button base style into theme
- The close button's icon can now be overridden
- Button line-height changed from
1to1.2
Bug Fixes
- Fixed modal positioning
- Fixed typos in types
0.1.0-alpha.1
Features
- Added AvatarGroup component
- Added CloseButton component
- Added IconButton component
- Added Tooltip component
- New
sxprop for overriding component styles, prop has been added to most components
Changes
- Major rework of most components, interfaces may have changed significantly between versions
- Moved to using new
@spicy-ui/styled-systeminternally
0.0.1-alpha.14
Changes
- Renamed Select prop
renderMenuItemLabeltorenderItem
Bug Fixes
- Fixed select inner button submitting wrapping form components