Skip to content

Releases: spicy-ui/core

0.1.0-alpha.9

14 Aug 06:26
d558208
Compare
Choose a tag to compare
0.1.0-alpha.9 Pre-release
Pre-release

Changes

  • Changed default Tooltip placement to bottom

Bug Fixes

  • Fixed disabled Switch still being clickable

0.1.0-alpha.8

06 Jul 11:48
Compare
Choose a tag to compare
0.1.0-alpha.8 Pre-release
Pre-release

Bug Fixes

  • Fixed Tab appearance on iOS when rendered as anchors/links
  • Fixed Input appearance on iOS

0.1.0-alpha.7

09 Jun 05:53
6772db6
Compare
Choose a tag to compare
0.1.0-alpha.7 Pre-release
Pre-release

Changes

  • Changed HTMLAttributes prop interface to extend React.HTMLAttributes instead of React.AllHTMLAttributes

0.1.0-alpha.6

08 Jun 08:54
b18e4be
Compare
Choose a tag to compare
0.1.0-alpha.6 Pre-release
Pre-release

Changes

  • Added HTMLAttributes props interface to components
  • Added inherit variant to Text and Heading
  • Added openOnHover prop to Menu component
  • Exposed internal Menu disclosure state functions (#47)

Bug Fixes

  • Fixed missing noscroll class (#46)

0.1.0-alpha.5

28 Feb 04:13
296d1ca
Compare
Choose a tag to compare
0.1.0-alpha.5 Pre-release
Pre-release

Features

  • Added useDisclosure hook

Changes

  • Added autoFocus prop to Select component (#44)
  • Made some child elements within the Select component unselectable
  • Removed setIsOpen prop from usePopper
  • Added onClose prop to usePopper
  • Removed isOpen, onOpen, onClose and onToggle from usePopper 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 been h2)

0.1.0-alpha.4

21 Feb 02:59
d384f8b
Compare
Choose a tag to compare
0.1.0-alpha.4 Pre-release
Pre-release

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 to componentStylesMixin
  • SxProps renamed to SxProp
  • 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

  • Fixed Menu in Stack having margin applied (#39)
  • Fixed Tags label prop
  • Fixed outline style on open Menus
  • Fixed Stack not using flexDir and flexDirection (#40)
  • Fixed Avatar images overflowing when a variant is set
  • Fixed Badge line height issues

0.1.0-alpha.3

16 Feb 09:39
8cbe9f6
Compare
Choose a tag to compare
0.1.0-alpha.3 Pre-release
Pre-release

Features

  • Added Skeleton component

Changes

  • Switched order of box mixins
  • Added getComponentStyles and useComponentStyles to exports

0.1.0-alpha.2

12 Feb 05:38
e3e225b
Compare
Choose a tag to compare
0.1.0-alpha.2 Pre-release
Pre-release

Features

  • Added ModalCloseButton, ModalHeader, ModalBody and ModalFooter 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 to 1.2

Bug Fixes

  • Fixed modal positioning
  • Fixed typos in types

0.1.0-alpha.1

08 Feb 00:52
b417ee7
Compare
Choose a tag to compare
0.1.0-alpha.1 Pre-release
Pre-release

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

17 Jan 09:36
e628caa
Compare
Choose a tag to compare
0.0.1-alpha.14 Pre-release
Pre-release

Changes

  • Renamed Select prop renderMenuItemLabel to renderItem

Bug Fixes

  • Fixed select inner button submitting wrapping form components