# Changelog

## 2.4.0 - 2025-05-30

- Added localStorage prefix to avoid conflicts of multiple apps

## 2.3.0 - 2024-12-25

- Changed react-router to wouter

## 2.2.0 - 2024-01-27

- Added i18n support

## 2.1.0 - 2024-01-27

- Changed icons from `@remixicon/react` to `react-bootstrap-icons-pro`

## 2.0.0 - 2024-01-17

- **BREAKING CHANGE**: removed all components and only export default `DocUI` component

## 1.0.0 - 2023-03-11

- Added components:
  - `<DocCodeBlock/>`
  - `<DocContainer/>`
  - `<DocDemoBlock/>`
  - `<DocHeader/>`
  - `<DocHeading/>`
  - `<DocProvider/>`
  - `<DocTabCodeBlock/>`
- Added hooks:
  - `useDoc()`
