Skip to content

hawa@0.27.0

Compare
Choose a tag to compare
@zaaakher zaaakher released this 22 Jan 19:44
· 224 commits to main since this release
  • Fixed max height UI issue in CodeBlock
  • Added usernameOptions in RegisterForm to allow consumer to customize the username field.
  • Fixed DropdownMenu height exceeding the screen.
  • Exported TextFieldTypes
  • ContactForm block now accepts customFields to allow consumer to add their own custom fields.
  • Loading: added classnames for container, track, and car to customize loading designs
  • Fixed RTL width issue in ColorPicker
  • Optimized internal import aliases
  • Added embla-carousel as a devDependency
  • Fixed types for useDialogCarousel hook
  • General cleanup
  • Created a util folder containing all the utility files
  • Allowed hiding a column by default in DataTable using meta: { hidden: true }
  • Updated dependencies
  • Fixed DropDownMenu items array props
  • Minor fixes & cleanup
  • Updated Textarea classNames
  • Fixed all className uses of Textarea in other components
  • Fixed Radio label color in dark mode
  • Fixed helperText in Signature
  • Added --constant-background global variable
  • Made Signature background color constant regardless of color mode
  • Added helperText to Signature for validation
  • Added Label to Signature
  • Added texts object prop to Signature to enable consumer based texts
  • Added Signature component for users to draw their signature.
  • Updated packages
  • Updated Carousel props
  • General cleanup
  • PinInput: now shows numeric keyboard on phone
  • Exported Glow to be built via tsup
  • Replaced tsup.config.ts with tsup.config.js
  • Added Glow component that can be used to apply glow effect on it's children
  • Label: fixed clicking on the hint submits a form
  • Label: fixed clicking tab to go to the next field in a form accidentally focuses on the hint icon
  • Fixed CommandInput direction
  • Fixed margins of check mark of CommandItem in Combobox
  • Combobox: fixed text color from primary to pure white/black
  • Combobox: added RTL support
  • Fixed icon spacing in CommandInput
  • Radio: fixed full width when bordered design
  • Radio: disabled selecting text when design is bordered
  • Checkbox: fixed line height of label
  • General cleanup
  • Replaced all references of onChangeTab to onChange
  • Added name prop to Radio component
  • Change onChangeTab to onChange
  • Added handling change to all types of Radio
  • Fixed missing translation of soon Chip in PricingCard
  • AppTabs: fixed horizontal align of icon and label in a single tab
  • AppTabs: fixed inactive tab hover color
  • ItemCard: fixed spaceing when height is larger
  • ItemCard: fixed UI when in RTL direction
  • Fixed background color of AppTabs
  • Codesplitting Layout components each component in it's own folder
  • Updated the build process for Layout components to be grouped 3 at a time during build
  • Updated story imports
  • Added click handling to AppTabs
  • Changed content type to React.ReactNode
  • Tested nesting an Accordion inside an Accordion content field.
  • Added sm and default sizes to Toaster
  • Updated the way Toast, ToastTitle, ToastDescription, and ToastClose are styled and moved the conditional styling to Toaster
  • Organized tsup configuration
  • Added clickable prop to Stats
  • Added type='button' to Combobox to fix submit behavior while in form
  • Updated dependencies