Conversation
…tion - replace stateless machine with stateful machine + transition table in @simplix/core - add generic store primitive and tests for stateful-machine/store - remove legacy control-model/stateless-machine modules and tests - add headless dropdown controller powered by state machine - add React dropdown primitives and Portal utility - introduce MergeProps and align component typing helpers - tighten TS config and add workspace/package typecheck scripts - switch CI workflow to packages verification pipeline BREAKING CHANGE: @simplix/core no longer exports control-model or stateless-machine APIs; use stateful-machine and store APIs instead.
…tion - replace stateless machine with stateful machine + transition table in @simplix/core - add generic store primitive and tests for stateful-machine/store - remove legacy control-model/stateless-machine modules and tests - add headless dropdown controller powered by state machine - add React dropdown primitives and Portal utility - introduce MergeProps and align component typing helpers - tighten TS config and add workspace/package typecheck scripts - switch CI workflow to packages verification pipeline BREAKING CHANGE: @simplix/core no longer exports control-model or stateless-machine APIs; use stateful-machine and store APIs instead.
…d playground app
- refactor @simplix/core API:
- split transition table into dedicated `transition-table` module
- rename store API to `writable-store` and align types (`Writable`, `StateEventOf`, listener/unsubscribe)
- update stateful machine to work with `{ state, context }` snapshots, guards and reducers
- update exports and Vitest coverage excludes
- rewrite/expand core tests:
- move transition-table tests to dedicated folder
- remove old store tests, add writable-store tests
- increase edge-case coverage for stateful-machine and transition-table
- update @simplix/headless dropdown:
- add option normalization helpers and snapshot equality
- adapt controller/machine types to new core API
- update transitions and machine wiring
- update @simplix/react:
- add dropdown adapter hooks/exports
- export dropdown from components index
- update dropdown root/trigger typings and behavior
- fix Portal host rendering bug (portal container was empty without children)
- add `applications/playground`:
- remove Vite boilerplate
- add workspace-integrated Vite/TS configs with local package aliases
- add demo page with typography/buttons and Radix-style dropdown usage
- register playground in workspace and refresh lockfile
BREAKING CHANGE: `@simplix/core` store/transition APIs were restructured (`store` -> `writable-store`, transition-table moved), and related type/exports changed.
- replace writable-store with mutable-state in core primitives - add @simplix/dom package with typed DOM event listener utilities - move React package to packages/react and remove legacy UI components - remove playground app and headless dropdown implementation - update workspace scripts, vitest config, and path aliases - switch packages from MIT to Apache-2.0 with NOTICE files BREAKING CHANGE: writable-store exports are replaced by mutable-state, the old packages/ui/react structure is removed, and dropdown/headless playground APIs are no longer available.
- add generic event listener module - replace dom-event-listener exports with event-listener - expose keyboard binder from dom package root - align core type imports with package aliases - remove obsolete dom environment type entry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.