Nychthemeron/packages/library
Matthew L McPeak b8fb6769c7 fix: stop unregistering Select item labels on unmount
SelectItem removed its entry from the shared itemLabels map on
unmount, which fires for every item when the dropdown closes --
including the item that was just selected. That wiped the trigger's
display label right after selecting (and after Escape/close in
general). Labels only need to be learned once and can safely persist,
matching the documented behavior in tests/Select.spec.ts. Found via
manual Storybook verification.
2026-07-13 18:39:31 -04:00
..
src fix: stop unregistering Select item labels on unmount 2026-07-13 18:39:31 -04:00
tests fix: unwrap Fragment vnodes in Slot before cloning 2026-07-13 18:37:50 -04:00
components.json feat: wire up Tailwind v4 and shadcn-vue token mapping alongside PrimeVue 2026-07-11 14:15:37 -04:00
package.json chore: drop the reka-ui dependency 2026-07-13 18:18:55 -04:00
tsconfig.json Inital Commit 2026-06-14 14:50:44 -04:00
vite.config.ts chore: drop the reka-ui dependency 2026-07-13 18:18:55 -04:00
vitest.config.ts feat: wire up Tailwind v4 and shadcn-vue token mapping alongside PrimeVue 2026-07-11 14:15:37 -04:00