Skip to content

Commit bcf7cac

Browse files
committed
chore: changelog entry
1 parent d503390 commit bcf7cac

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2026-03-14]
9+
10+
### Added
11+
12+
- Added `odyssey_product_picker` component — a form-integrated product selector with "All" / "Specific" toggle and per-product checkboxes. Expects products as `%{id, name, color}` atom-keyed maps. Auto-extracts `selected_ids` from the form field value (supports maps, structs, and Ecto changesets) when not explicitly provided.
13+
- Added `OdysseyProductPicker` JS hook for client-side checkbox ↔ hidden field sync.
14+
- Added `odyssey_select` component — a generic dropdown LiveComponent with search/filter.
15+
- Added product picker and select demos to the showcase app with LiveView tests.
16+
817
## [2026-03-05]
918

1019
### Changed

0 commit comments

Comments
 (0)