File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ Unreleased]
4+
5+ ### Added
6+
7+ - Merge supporting website (hosted at https://solid-select.com ) into this
8+ repository for easier maintenance. Leverage it also for testing changes to the
9+ library. The site can be built and run locally using ` mise build:site ` and
10+ ` mise dev:site ` .
11+
12+ ### Fixed
13+
14+ - Fix duplicate options being suggested for creation when input has trailing
15+ spaces and filtering is enabled. Input is now trimmed before filtering to
16+ ensure it matches the creation existence check logic.
17+
318## [ 0.15.1] - 2026-01-11
419
520### Added
621
722- Add testing infrastructure using Vitest for unit tests and Playwright for
8- end-to-end tests.
23+ end-to-end tests. Tests can be run using ` mise test ` and ` mise test:e2e ` .
924
1025### Fixed
1126
You can’t perform that action at this time.
0 commit comments