<!--
 *              Copyright (c) 2025 Visa, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 -->

## [2.5.3] (2025-03-26)

### Added

- Initial release of the nova-react library.
- Added a collection of components.
  - Accordion
  - Anchor link menu
  - Avatar
  - Badge
  - Banner
  - Breadcrumbs
  - Button
  - Checkbox
  - Chip
  - Color selector
  - Combobox
  - Content card
  - Date and time selectors
  - Dialog
  - Divider
  - Dropdown menu
  - Flag
  - Footer
  - Horizontal navigation
  - Icon
  - Input
  - Label
  - Link
  - Listbox
  - Logo
  - Multiselect
  - Navigation drawer
  - Pagination
  - Panel
  - Progress
  - Radio
  - Section message
  - Select
  - Switch
  - Table
  - Tabs
  - Toggle button
  - Tooltip
  - Vertical navigation
  - Wizard
- Added several hooks.
  - use-accordion
  - use-card-number-validation
  - use-debounce
  - use-focus-trap
  - use-listbox
  - use-pagination
  - use-tabs
  - use-wizard
- Added Utility and UtilityFragment components.
