# Change Log
## v0.0.93
- Allowed for the abillity to fully customize the headers in `ul-table` and include your own header/sort design
  - Updated default header cell logic 
  -  Added a `ul-header` directive for defining the header cell
- Added a `getObjectByDataKey` function to the `FormModels` class to allow for more seamless binding to request objects.
- Allowed the abillity to hide columns based on the @Input() `hide` property
- Fixed css issue with the tab button the tabs component
  - Extended button customization

## v0.0.94
- Fixed an issue with the Input's hint for when an alt input is selected.
- There was also a CSS issue with the check boxes in the basicInputComponent
	- The order of the CSS getting added to the element ends up being in the correct order, so I customized the CSS to re-add the `-primary` `-secondary` after the tailwinds import to force the order correctly
- I added a new basicInputComponent `contentType` under the name `multiSelect` for displaying a scrollable dropdown with checkboxes to multi select from different options.

## v0.1.0-alpha
- Update to TailwindCSS v4
- Update to DaisyUI v5
- Update to TailwindCSS-Motion v0.1.0
- Updated CSS logic 
- Update the Input component to use the label form and floating label design from the new DaisyUI update.
- Made it so the tab `tabNameIndex` is set from the ul-tabs name property.
- Change the way some inputs can be customized to resolve an issue of not being able to apply '*-accent'