Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/solidjs/solid

A declarative, efficient, and flexible JavaScript library for building user interfaces.
https://github.com/solidjs/solid

fix: MergeProps is not inferring the types correctly (#983)

* fix: fix MergeProps type inference when using generics

* fix: improved mergeProps types

6bf31e2167beeb1c17fca3762cdfd82b3ee8b1e0 authored over 2 years ago
fix #989 cast classList, TTL support HTML comments, attribute interpolation, fix webcomponent init timing

9214cc0a8bfcdac4253ec6ef8f29d06e1543ff2d authored over 2 years ago
fix typo (#990)

f864ad9f8222521d08337811b7a5c5d1b98d603e authored over 2 years ago
v1.4.1

be6623d10d11fb28743a074c31e785c18e95bd25 authored over 2 years ago
fix mutable array prototype batching, fix sync resource write, fix hyperscript jsx-runtime

d861c1a3eef20ca370bd25790c98d998ddf82c4f authored over 2 years ago
Fix split props single destructured index (#981)

* fix: splitProps with only destructuring a single index

* test: add tests for SplitProps type

d1d0c243cada62e4d1cb9f172ed31bf13cab3b07 authored over 2 years ago
update changelog date

b84d0d610c9f3f4d93792151a601e4d150b4ce5d authored over 2 years ago
v1.4.0

6c9e976c002d3ae327ff509213a091ce79f7582a authored over 2 years ago
refactor: improve mergeProps types (#931)

* refactor: improve mergeProps return type

- Make `mergeProps` require at least 1 source
- M...

b5c5e60bd13a03f6208f31892c166b554412b82d authored over 2 years ago
fix: setter type incorrectly erroring with unions (#978)

- Added two overloads to preserve existing functionality while also fixing the issue
- Added a ...

3777a336e188f0dcea078329504d498f38bf1a36 authored over 2 years ago
Solid 1.4 (#974)

* resource and reactive updates, fix #919

* stores: top level arrays, prevent obj overnotify,...

15e54b53979e0a0230d353990abadfcfdca82a77 authored over 2 years ago
adjust links

fed400cd59e1984b1bce4908c316a6490db7af30 authored almost 3 years ago
Add browser support details, accordians

2680d28d1902f7f84f2e378524a1e5e52cf7e41d authored almost 3 years ago
Add email link to Code of Conduct

ebdb8cdf9b0f986e7d15048a34d50a4837101c49 authored almost 3 years ago
docs: copy CoC from contributor covenant (#607)

448763d476691ed862160303707ad931572cbfe3 authored almost 3 years ago
Fix 1.3.0 Changelog date (#956)

01d21ca775f06f667e3aa459eccc3aae353cc97f authored almost 3 years ago
v1.3.17

88ce357264a4966d38d143143a3efe8a394e57c0 authored almost 3 years ago
fix #949 ssr child introspection, fix #952 static sequences

5c6772e3c2329aca3e876571f25440cc1a21ad6b authored almost 3 years ago
Move quickstart to earlier

c1ec4eaa2baeb76cd2bc8fabf038a4cdda72cebc authored almost 3 years ago
remove "not easy" (for now)

6b682bfc9d399e2c2560bd289e6b89c4a6c128d2 authored almost 3 years ago
Link to solid element

20f9f9800657ab31d98446310244b1c156e2c291 authored almost 3 years ago
added "debuggable" point

792dbd3f90679a21c51e459d89795ece6ef98cf4 authored almost 3 years ago
tweaks

486ec0eb9792713486b144a07b2064e0a1ed7774 authored almost 3 years ago
correct the video title

fb7f6346e076e14308a37854af300a4f4d5d32d5 authored almost 3 years ago
readme: Add nav and key features list

182658ba06cd127ae294c8f8397b07324de569f4 authored almost 3 years ago
Merge branch 'main' into main

48193ec88a24b90eadaf0083469e1d3062528445 authored almost 3 years ago
copy edits and nav

c593149543f4fa49f69121f0065d15bf98560e39 authored almost 3 years ago
clean up the rest

9ba660bd9d57c174c8f53fdadcedde868eb06b0a authored almost 3 years ago
the gist

58e7075543667395d210b531f4b981151affd4b2 authored almost 3 years ago
v1.3.16

616d2f521e70f3c4f6c0ef6944d1763a0cf6a73b authored almost 3 years ago
add experimental support for hybrid universal renderers

4ec6b05e010c9b653a3dd0c9c0c3bd676b6370dd authored almost 3 years ago
fix #947: createSelector undefined

1ceb6079c15f0db0af1323a0ee448ced460b5ab2 authored almost 3 years ago
fix #939 spread merging class/classList

320b3d43b821e600e8f3226630e8952672776f62 authored almost 3 years ago
four Ps

22dc8da642490064869b2c558ca155c9244cb639 authored almost 3 years ago
badge styles

8fd846410838d0065740b9d7f77622e02e63022e authored almost 3 years ago
v1.3.15

0a6fc7bbeebf14f1a9297358801acf365dfbb716 authored almost 3 years ago
remove excess logs

9b1c3ab02bb1a4955d46b4c7610ecbad61df31c5 authored almost 3 years ago
Replace for/push loop with Array of initial size (#934)

* Replace for/push loop with map

* Switch back to for loop, with initial array size

4baa3db245df80cb884301a5b71272a026f8e6a8 authored almost 3 years ago
fix #925: streaming cancellation

81b16f1162a6dc24e6a365ec29942e0bd87f4a0e authored almost 3 years ago
fix #924: escape dynamic native element during ssr

61c9014ea7927adfc14041f0b6f77b32d8be4286 authored almost 3 years ago
fix signal write onMount after hydration

b29e6dbf973e1c16e3df01b8cc0184e14c5a7c86 authored almost 3 years ago
fix: change createResource refetch return type (#928)

- Changed the return type from `void` to `Promise<T> | T | undefined | null`

eedf476b41525ddc32a2d8a6ab63d6ab46b85c38 authored almost 3 years ago
v1.3.14

9a41feafea10717e785c603eadb96c6133cd2988 authored almost 3 years ago
Fix solid-ssr on windows (#907)

* Update writeToDisk.mjs

* Update writeToDisk.mjs

28b46d104e5cafedf3fff3ccbc832b1f0f3d90c4 authored almost 3 years ago
fix #900 false spread, fix #903 premature directive cleanup, fix undefined style, hydration key deduping

c6d80d5cb2f2cf6e14b52e0b20653afbb5426b1e authored almost 3 years ago
Refactor: switch downstream and upstream terms (#921)

Co-authored-by: Oren Elbaum <[email protected]>

b92a7976538949db2f1ce9365801110aa6d89720 authored almost 3 years ago
add more type test cases for `createSignal` and `Setter` (#906)

9cd3f260fc6c7f39d69c752f3d6b3ffb7cd35891 authored almost 3 years ago
Improve scheduler.ts coverage (#897)

1df23bd324f9d048379ee45f0f0c0626c353eb3e authored almost 3 years ago
Improve coverage of observable (#895)

* chore(test) improve coverage of observable

* coverage

a5c99ac5064041ec52bf56b00eff297b151f0d75 authored almost 3 years ago
log when ErrorBoundary doesn't handle errors (#890)

* log when ErrorBoundary doesn't handle errors

* Tweak condition for errors

09f4fc1edc3aaac1f9a4eb5558a644bdac119585 authored almost 3 years ago
fix: fix DeepReadonly and DeepMutable definitions not being recursive (#889)

Reverts an error in the last refactor

f8fe29613c41b17e7d99ad38aaa70207046f2739 authored almost 3 years ago
v1.3.13

dfacd34d443f9cdf1958445756e7317bd8e3632c authored almost 3 years ago
a bunch of compiler fixes, fix #831 error serialization

582d951b2bc413a4e5eccdd946a754330d79ab26 authored almost 3 years ago
feat: allow adding types to stores' `NotWrappable` (#888)

Classes are not distinguishable from types in typescript which can be troublesome for stores, wh...

698c7c1ba87ff28cdbba7ee91db9b92bb1cfb81a authored almost 3 years ago
fix: workaround for `StoreSetter` not working well with complex types (#887)

* fix: workaround for `StoreSetter` not working well with complex types

This adds `T | Partia...

473fd1209046556a111e7b827acc798b7407797c authored almost 3 years ago
fix: fix `{ [x: string]: ... }` being treated as an array by setStore. (#885)

`keyof { [x: string]: ... }` includes `number`, so `number extends keyof T` is insufficient for ...

f1b8c21a6c5de3bd469b1ce3d6cb14134a432eed authored almost 3 years ago
refactor: change the signal setter type to show clearer type errors (#880)

The effects of this change are viewable here: https://tsplay.dev/WkMnDN

c9c849672f55561e3f292eaaad45b4a7d57aa427 authored almost 3 years ago
Fix pending flicker

aeb6c096aca3c8b4871d36b70e88d275432f83d7 authored almost 3 years ago
v1.3.12

e7671349791bd239fbe20c54c266ae085a7f09f2 authored almost 3 years ago
fix async render fragment replacement

4d12323ec827ae25442ea0ef28ffdc993712f976 authored almost 3 years ago
pdate renderToStream types

5adad9d90e70e16461c0fbfa9014cba52b0247a9 authored almost 3 years ago
server rendering fixes

a61def2fe6db0fe24733754d22dafa49ac2d96f9 authored almost 3 years ago
feat: throw error when using ssr render functions in browser (#881)

* add throwInBrowser

* add test case

1698b18114d5ebe5305827d1f96e7a852df10880 authored almost 3 years ago
v1.3.11

f880eac70b79292cb3452bfbe27a9a94f283d605 authored almost 3 years ago
delegate contextmenu event

ac1458594260f12469fa3401f53963bc87dccd51 authored almost 3 years ago
fix transition bug

37eb6215979c4b060690f1ecf82eadff609ec529 authored almost 3 years ago
fixes #854 throw when initializing with non-objects for stores

1b729a1924c74a08eb3678f18f7286a2cac33248 authored almost 3 years ago
shortcut cleared nodes in queue execution

efbed1bdbbb9fde189094642c592aeef26ffaa54 authored almost 3 years ago
v1.3.10

95969d0b67dbad306f7b18736d88356d5e678532 authored almost 3 years ago
fix propagation bug, add simplified implementations to benchmark

272656a1dad921e1dea29db8d4c94f0c3635566c authored almost 3 years ago
fix #870: falsey context

42c9030c99b8c6a6730a53117008ea22437bb5f4 authored almost 3 years ago
v1.3.9

939e87af354cdd5f4fcc85d2e1c5df86eecec773 authored almost 3 years ago
refactor(store): simplify, reduce casting of, and fix store types (#848)

Overall:
- Changed all instances of property keys typed with `keyof any` or some subset of `str...

2f665cb9cffdc2b41542657016b74fe5b8769536 authored almost 3 years ago
Enable blank GitHub issues (#868)

19c617fd8125e366f0bfd83ca7fa4ea7684fb5ba authored almost 3 years ago
more resilient hydration

54267d21bad9e58a895eef0b7982891b445bcce8 authored almost 3 years ago
v1.3.8

6e7f0a80cd949e6dd5c0baaf45432ed2b0693119 authored almost 3 years ago
handle missing content during hydration

0b8c9233bbbdabe590018fffab360bcb1ca1c72d authored almost 3 years ago
better root cleanup, fix #862 createSelector cleanup

c9f3e3461db1e0f3d5a5c012a7eea6f4df2b5310 authored almost 3 years ago
correct the name of Discord server (#857)

2e849ae38c87d43c4f576bb142c84bb903d3439a authored almost 3 years ago
fix #853: createUniqueId selector safe

c20ca4fd8c36bc0522fedb2c7f38a110b7ee2663 authored almost 3 years ago
Fix incompatibility with RxJS (#849)

* Add test to reproduce the issue

* Preserve the observer.next this binding

* Improve test...

f9fe3e498d247fc84012602de644937420ef9a3c authored almost 3 years ago
add github ISSUE_TEMPLATE files (#850)

Co-authored-by: clifford <[email protected]>

20cb1528e6fc35a7e899fb93598c61806b42f162 authored almost 3 years ago
type: add `ResolvedChildren` type to `children` primitive (#847)

b9aef0e3a34e7db9eca234c5206393f910348b5b authored almost 3 years ago
v1.3.7

9e72454dafafeca50b6151ae4932ccd3aa3851f3 authored almost 3 years ago
fix #844: adjacent multichildren inserting the wrong place

239e85521a979bd5bc3a2b091282ad5b6e533474 authored almost 3 years ago
fix(store): fix traversed duplicating keys (#843)

fixes #840

5dd90c41fd90c78b6f8380ea753e7328dde81f42 authored almost 3 years ago
v1.3.6

10183a0ee2de5c685e4d4558cbe1b78a6ca4c48e authored about 3 years ago
expose writer in streaming interface, missing ontoggle in jsx types

bcc530a65deaf02db6c974c530f638565615af27 authored about 3 years ago
dedupe resource refetching in same task

c76725c301730590439a8fe4598eaeee7b6d03c4 authored about 3 years ago
skip innerHTML during hydration

77dd9b3043c996dde4ab0cd529cbf30068b12dfd authored about 3 years ago
fix ssr createSelector default param

c2eb568187faccf3b0b27e31d2b9aa21651b2a65 authored about 3 years ago
v1.3.5

cc19f07cfd675bd5579891dcae3145fa0d171c66 authored about 3 years ago
fix directive cast to string, better error handling streaming

8651169c9f2c2d774f25e107eec437efe9bfd9cc authored about 3 years ago
Add resetErrorBoundaries to server exports

c4f1e3cc48cfc214e7f03e69f1474f04e5a59cf0 authored about 3 years ago
fix: export refetchResources for server entry (#818)

903bfe4dcd1211bdc06793d8fd1e308b75fda3d8 authored about 3 years ago
Export noShadowDOM from component-register in solid-element. (#814)

6c379ee297636369447510680c2ed987fff52b15 authored about 3 years ago
v1.3.4

4c08b520a8cb3ed03886fba160154a679dfab8a6 authored about 3 years ago
fixes to white space, late flushes, dashed member expression components

8660a7d5746e329ea4245f82b5cb02cb7b724655 authored about 3 years ago
global error boundary reset mechanism

01629f804fdccf95b7ca31a15a10cfc94774e60f authored about 3 years ago
Fix function type merging for `mergeProps` args (#801)

b75a7e68235004941fd2d12e400e7f079586e708 authored about 3 years ago