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
HTMLAttributes
prop interface to extendReact.HTMLAttributes
instead ofReact.AllHTMLAttributes
0.1.0-alpha.6
0.1.0-alpha.5
Features
- Added
useDisclosure
hook
Changes
- Added
autoFocus
prop to Select component (#44) - Made some child elements within the Select component unselectable
- Removed
setIsOpen
prop fromusePopper
- Added
onClose
prop tousePopper
- Removed
isOpen
,onOpen
,onClose
andonToggle
fromusePopper
return - Implemented
useDisclosure
hook to Menu component - Implemented
useDisclosure
hook to Tooltip component - Adjusted Menu transition time
Bug Fixes
- Fixed Heading component (was
p
, should have beenh2
)
0.1.0-alpha.4
Features
- Added
Tab
component
Changes
- Mixins on Flex, Grid, Header and Text have been aligned with the Box's behaviour, style props will overide the
sx
prop getComponentStyles
renamed tocomponentStylesMixin
SxProps
renamed toSxProp
- Menus and Tooltips are now rendered inside Portals
- More components now have the
as
prop on their interfaces (#38) - Added
color
types to Radio and Switch components
Bug Fixes
0.1.0-alpha.3
Features
- Added
Skeleton
component
Changes
- Switched order of box mixins
- Added
getComponentStyles
anduseComponentStyles
to exports
0.1.0-alpha.2
Features
- Added
ModalCloseButton
,ModalHeader
,ModalBody
andModalFooter
components - Added
Container
component - Added
Image
component - Added
Badge
component - Added
Code
component - Added
Kbd
component - Added
Tag
component
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
1
to1.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
sx
prop 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-system
internally
0.0.1-alpha.14
Changes
- Renamed Select prop
renderMenuItemLabel
torenderItem
Bug Fixes
- Fixed select inner button submitting wrapping form components