Skip to content

Commit a149b2d

Browse files
Update changelog.
1 parent 2e803b1 commit a149b2d

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
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

0 commit comments

Comments
 (0)