# Changelog (@hxnova/react-components)

## 1.2.2 (2026-03-20)

### Fixed
* Fixed `Drawer` component to support dynamically set parent `Navitem` label.

## 1.2.1 (2026-03-16)

### Fixed
* Fixed `DatePicker` icon sizing to correctly respect the size prop.

## 1.2.0 (2026-03-06)

### Added

* `FilePicker`, `BannerTop`, `BannerInline` components
* `size` prop for `DatePicker` component
* `button` type for `DatePicker` selector buttons

### Changed

* Removed `Banner` component in favor of `BannerTop` and `BannerInline`
* Refactor `Menu` component to use `Popover` wrapper instead of `Popper`. This change removes some props from `Menu`, including `modifiers`, `popperOptions`, and `popperRef`

## 1.1.0 (2025-12-16)

### Added
* `size` prop for `Menu` to replace `density`. The `density` prop is still supported for backward compatibility but is deprecated and will be removed in a future release.
* Styling for StepButton states (hover, focus, pressed).

### Changed
* Updated styling for `Menu` component.

### Fixed
* Typescript errors for `Button`, `CardMedia`, `Box`, `Grid`, and `Stack`
* Scrollbar overlapping the fixed column in `DataGrid`
* Fixed column overlapping the table header in `DataGrid`

## 1.0.0 (2025-11-26)

Initial release includes:
  * Accordion
  * Alert
  * Autocomplete
  * Avatar
  * AvatarGroup
  * Badge
  * Box
  * Breadcrumbs
  * Button
  * Card
  * Checkbox
  * Chip
  * CircularProgress
  * ClickAwayListener
  * Collapse
  * Container
  * CssBaseline
  * DataGrid
  * DateCalendar
  * DateField
  * DatePicker
  * DatePickerDay
  * DateRangeCalendar
  * DateRangeField
  * Dialog
  * Divider
  * Drawer
  * Dropdown
  * Fab
  * Fade
  * FloatingActionBar
  * FormControl
  * FormHelperText
  * FormLabel
  * Grid
  * Grow
  * IconButton
  * Input
  * LinearProgress
  * Link
  * List
  * ListDivider
  * ListItem
  * ListItemButton
  * ListItemContent
  * ListItemDecorator
  * ListSubheader
  * Menu
  * MenuItem
  * MenuList
  * ModalDatePicker
  * NavigationTop
  * NovaProvider
  * Option
  * Pagination
  * PaginationItem
  * Popover
  * Popper
  * Radio
  * RadioGroup
  * Search
  * SegmentedButton
  * SegmentedButtonGroup
  * SideSheet
  * Skeleton
  * Slide
  * Slider
  * Snackbar
  * Stack
  * Step
  * StepButton
  * Stepper
  * SvgIcon
  * Switch
  * TablePagination
  * Tabs
  * Tag
  * Textarea
  * TextField
  * ToggleIconButton
  * Tooltip
  * TreeItem
  * TreeView
  * Typography