-
Notifications
You must be signed in to change notification settings - Fork 157
Pull requests: solidjs-community/solid-primitives
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat(scroll): add createSmoothScroll with physics interpolation and velocity tracking
#1047
opened Aug 23, 2026 by
deny-dz
Loading…
perf(masonry): add ColumnMinHeap O(log K) optimizer and strict zero-any types
#1046
opened Aug 23, 2026 by
deny-dz
Loading…
feat(pagination): add createKeysetPagination for O(1) cursor seek pagination
#1045
opened Aug 23, 2026 by
deny-dz
Loading…
feat(selection): add createMarqueeSelection with AABB intersection checking
#1044
opened Aug 23, 2026 by
deny-dz
Loading…
feat(upload): add createChunkedUpload for resumable chunked file streaming
#1043
opened Aug 23, 2026 by
deny-dz
Loading…
feat(pointer): add createPointerVelocity kinematics and momentum decay tracker
#1042
opened Aug 23, 2026 by
deny-dz
Loading…
feat(spring): add RK4 numerical physics integrator and rubberBandClamp boundary math
#1041
opened Aug 23, 2026 by
deny-dz
Loading…
feat(stream): add createStreamRingBuffer lock-free SPSC circular stream
#1040
opened Aug 23, 2026 by
deny-dz
Loading…
feat(scheduled): add 128-bit BigInt slot collision bitset matrix and power-of-two mask math
#1039
opened Aug 23, 2026 by
deny-dz
Loading…
feat(range): add floating-point precision snap, lerp, and logarithmic scale math
#1038
opened Aug 23, 2026 by
deny-dz
Loading…
feat(bounds): add AABB intersection and point-in-polygon raycasting geometry engine
#1037
opened Aug 23, 2026 by
deny-dz
Loading…
feat(workers): add createWorkerRPC for type-safe module worker communication
#1036
opened Aug 22, 2026 by
deny-dz
Loading…
feat(context): add reactive ConsumeContext and createContextConsumer
#1035
opened Aug 22, 2026 by
deny-dz
Loading…
feat(virtual): add dynamic item heights and binary search indexing
#1034
opened Aug 22, 2026 by
deny-dz
Loading…
feat(filesystem): add makeOpfsFileSystem OPFS storage adapter
#1033
opened Aug 22, 2026 by
deny-dz
Loading…
feat(raf): add createFrameLoop with delta time, elapsed, and auto-pause
#1032
opened Aug 22, 2026 by
deny-dz
Loading…
feat(devices): add createWakeLock, createVibration, and createScreenOrientation primitives
#1031
opened Aug 22, 2026 by
deny-dz
Loading…
feat(tween): add createSpringTween and createVectorTween primitives
#1030
opened Aug 22, 2026 by
deny-dz
Loading…
feat(signal-builders): add createDoubleBuffer for zero-allocation high-frequency array streaming
#1029
opened Aug 22, 2026 by
deny-dz
Loading…
feat(audio): add reactive WebAudio API primitives (createAudioContext, createAudioParam, createAudioAnalyser)
#1028
opened Aug 22, 2026 by
deny-dz
Loading…
feat(lifecycle): add onInitialRender and onDeferred primitives
#1027
opened Aug 22, 2026 by
deny-dz
Loading…
feat(context): support provider props in MultiProvider
#1015
opened Aug 17, 2026 by
yhuikzdtguioaert
Loading…
feat(raf): add frameloop utils.
enhancement
New feature or request
#824
opened Dec 3, 2025 by
royeden
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.