# 🧾 Change Log — ProductLabels Module

All notable changes to this project are documented in this file.  
This project follows Dolibarr module structure and versioning conventions.

---

## [1.1.0] — 2025-10-26
### Added
- Automatic focus on custom extrafield `#options_fg__pack__bop` when creating a new product.
- Support for multiple prefixes (`FG`, `SF`, `RF`, `WF`, etc.) using regex `/^[A-Z]{2}\d{4}-$/`.
- Responsive suggestion dropdown aligned with the Label input field.
- Smooth hover effect with transitions (no flickering).
- Cleaner UI design: shadow, rounded corners, consistent width.

### Fixed
- Eliminated flickering of suggestion items on hover.
- Adjusted dropdown positioning and width for Dolibarr themes.

---

## [1.0.0] — 2025-10-20
### Added
- Initial release of the **ProductLabels** Dolibarr module.
- AJAX-based label suggestions on `product/card.php`.
- Database table `llx_productlabel_list` for storing predefined labels.
- Regex-based label trigger (`FG2001-` format).
- Dynamic hook integration via `formObjectOptions`.
