# Change log
All notable changes to this project will be documented in this file.

## [0.9.2]
### Changed
- Form field now can be conditional
- Update to `@grandlinex/react-icons: 0.2.1`

## [0.9.1]
### Fixed
- Fix Icon package dependency
- Fix React 19 types

## [0.9.0]
### Changed
- React 19 as Peer Dependency
- Update to `@grandlinex/react-icons: 0.1.0`

## [0.5.1]
### Added
- Local Storage helper class
- Style classes for mobile
### Changed
- Update dependencies

## [0.5.0]
### Added
- Add new component `ImageSelector`
- Tooltip ` white-space: pre-line` option 
- Label help text
### Changed
- Update dependencies
- Update Form types
- Update to Storybook 8

## [0.3.3]
### Added
- Add file Audio Player
### Changed
- Ui context improvement
- Fix file player onProgress
- Set Playback rate

## [0.2.3]
### Added
- Add i18 interface for components
- Add UIContext to override Component portal root and set Translations
- Extend TabLayout Functions
- Webpack Hotfix
## [0.2.1]
### Added
- Add required field validation to form event
- Add hidden option to Portal Stepper 
- Card hover buttons have now tooltips

## [0.2.0]
### Added
- Tab Context menu
### Changed
- Tooltip Rework, now uses react portal
- replace render fc for tab layout.
    - Use new Context PanelContext and TabContext
- Update Deps.
- Sidebar Icons now can scroll if panel is full
- Form Update interface
- IconSel default name

## [0.1.2]
### Added
- Add change log to storybook
### Fixed
- Fix table cell renderer null pointer exception
