# Change Log

## Version 2.3.0
1. Fixed: Metrics Category view when divided by total equaling zero
2. Fixed: GaugeCard's title and value css styles
3. Added: baseValue css style

## Version 2.2.0

1. Added: FileUploader view's "multiple" mode

## Version 2.1.4

1. Fixed: Fix the issue clicking on FormDropDown will close the dropdown form
2. Fixed: Fix the DonutChart in Category metric
3. Fixed: warning of dynamic properties in PHP 8.2

## Version 2.1.3

1. Fixed: Avoid empty avatar image in Main header
2. Fixed: Wrong page name in Login page

## Version 2.1.1

1. Fixed: Use language for translation in Login view

## Version 2.1.0

1. Added: Encode state with Client::jsonParams() to secure the state

## Version 2.0.2

1. Fixed: Not update metric when Language is applied to range selector
2. Added: Apply language to range selector

## Version 2.0.1

1. Fix the page init issue

# Version 2.0.0

1. Fix str_replace function with null parameter
2. Add theme for dashboard

# Version 1.7.0

1. Fixed: Remove the devtools source map to avoid warning in browser
2. Fixed: Remove logo inside amazing.css

# Version 1.5.0

1. Adding `onAmazingThemeInit` method to facilitate extra settings
2. Adding `withoutLoader()` method to direct amazing theme not to use KoolReport loader to load resource

## Version 1.1.0

1. ProgressCard: Fix issue when baseValue is not available
2. GaugeCard: Fix issue when baseValue is not available, add min, max, base values
3. DualChartCard: Fix issue when baseValue is not available
4. Upgrade font awesome to 5.10.2
5. Adding `"href"` property to set the card click destination

## Version 1.0.0

1. First initial version