Commit 95e4a7c
Zustand 🐻 (#22)
* build(rdk,deps): add Zustand
* build(deps): upgrade dependencies
* refactor: migrate RDK state manager from React Context to Zustand
* ci(changesets): add Zustand migration changeset
* chore: format
* fix: await backend registration
* build(deps): upgrade dependencies
* chore(biome): update schema version
* chore: format
* chore: format
* build(deps): upgrade Three
* docs(readme,getting-started): update session compatibility check location
* build(deps,scripts): add Husky, prepare script, Biome check script
* fix(biome): enable import sorting, remove redundant trailing `/**`
* feature(code-quality,husky): run `biome check` on pre-commit
* chore: format
* chore(biome): reorder file includes patterns
* chore: format
* chore: remove store selection helpers
* docs(apps,geolocation-demo,readme): add location services prompt
* ci(changesets): update notes
* refactor(store): `setReady` -> `setIsReady`
* refactor(store): use fresh R3F context Three.js refs, remove redundant `isReady` state
* chore(bun): update lock file
* test(store): fix tests
* ci(changesets): update notes
* ci(changesets): update notes
* ci(changesets): update notes
* test(xr-session): remove type safety tests
* build(deps,scripts): add Knip
* refactor(types): generalize spatial computing types
* ci(changesets): major -> minor
* ci(changesets): remove non-export
* docs(types,camera-source): update JSDoc
* docs: update JSDoc
* chore(types,context-value): removed unused `isReady` field
* docs: update JSDoc
* docs: update JSDoc
* build(deps): upgrade React types
* chore: update import
* ci(changesets): condense changesets
* ci(changesets): remove implementation details
* ci(changesets): update notes
* chore: remove unused deps
* chore(code-quality,knip): add GitHub dir ignore pattern
* build(scripts,test): `vitest` → `vitest run`
* refactor(fiducial-backend): explicitly type internals
* chore(rdk): adjust tsconfig to include test directory
* docs: update JSDoc
* chore: remove fragment
Co-authored-by: hobbescodes <87732294+hobbescodes@users.noreply.github.com>
* chore: remove fragment wrapper
Co-authored-by: hobbescodes <87732294+hobbescodes@users.noreply.github.com>
* chore: remove fragment wrapper
Co-authored-by: hobbescodes <87732294+hobbescodes@users.noreply.github.com>
* refactor(knip): remove test file globs from ignore pattern
---------
Co-authored-by: hobbescodes <87732294+hobbescodes@users.noreply.github.com>1 parent 1ef322c commit 95e4a7c
File tree
52 files changed
+1017
-444
lines changed- .changeset
- .husky
- apps
- fiducial-demo
- src
- geolocation-demo
- src
- components
- packages/rdk
- src
- engine
- fiducial
- geolocation
- lib/types
- engine
- backend
- context
- xr
- test
- mocks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+1017
-444
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments