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

Add 'undefined' to ResourceSource<S> union type (#802)

Adding `undefined` as one of the possible values allows for the pattern
where the source of the...

e367cda007bd5d2e5567f8231660a5d72110fd71 authored about 3 years ago
have lazy reuse its component id rather than increment

f744956fc67d2c815afa99bd30cd9d3254c8e2c3 authored about 3 years ago
Export `Signal<T>` type (#797)

Im assuming this was intended. It's pretty handy

4937d2eaf8bc24fd1145bde91b24ec87b3a6a559 authored about 3 years ago
fix: fix type of `ResourceOptions<T>` (#796)

Changed `T extends undefined` to `undefined extends T`
Fixed one other line that errored as a r...

0c538f3d24d4489f6e06a3adcb60178d6044d597 authored about 3 years ago
v1.3.3

58f98c55a3573b23f683978c8828bbda563ae666 authored about 3 years ago
fix up package jsons

fa1711fc1297c08d4fea5bc8884e6ca9310b7c4c authored about 3 years ago
fix: Change ordering for module exports field (#769)

* fix: Change ordering for module exports field

Also add exports for subpackages

* fix: in...

bd46f8db45271ff0b9de339fcb64d855b441fd39 authored about 3 years ago
small hydration fixes

ac97c60366750e87ef6f94551999213aa5744686 authored about 3 years ago
change back to DX dev marker

5635480c4ebd804122cf5bc8f8a013a8a4806a41 authored about 3 years ago
fix dev component for lazy

d88eee4683ddf8ec7f37244dd2ead4d9e588e65e authored about 3 years ago
add $DEVCOMP marker to component rendered by Dynamic (#791)

ebea56f2d40571d209b50b9fe02f574883a2468e authored about 3 years ago
Fix weird post hydration Suspense behavior

dccb3a7d04fa510438d72976897add797b967dbc authored about 3 years ago
fix #785 custom element context

8b671555173540397c43ae765c415fe02940c3c7 authored about 3 years ago
v1.3.2

b0aa7b227de8a3b4dc686690207d54a8af244efc authored about 3 years ago
fix #788 hydration script signature, hydration fixes

1452a199469d64a2ddac31e9b28a8a9312b32f68 authored about 3 years ago
Fixed small typo (#787)

0015491324e43a9eee78ff4ba7e45ec14628f5ce authored about 3 years ago
v1.3.1

9198a44115b8450b0ae61355008a490c4e25007f authored about 3 years ago
include test files in tsconfig.json so that IDEs will type check using the same settings as with source files (#784)

* include test files in tsconfig.json so that IDEs will type check using the same settings as wi...

59dd4714dcd0072ad1dd8ce12ce9ae84004bb853 authored about 3 years ago
small hydration fixes

da21117f68611141645b4366d657a924ba8f32dd authored about 3 years ago
refactor(store): improve store types (#763)

* refactor(store): improve store types

store.ts
`NotWrappable` now consists of all non-objec...

bdf39a7ddf4de418cfbb4bbbd82220b56548b3c2 authored about 3 years ago
update change log date

742d412f7ff4938a1318b36a9f4c7f988a09d33d authored about 3 years ago
bump babel preset

4b5d73abb36e85e55adb4874a8188797584b4150 authored about 3 years ago
v1.3.0

9525e859cc86e444e2c8f043af218043e719b964 authored about 3 years ago
update deps

25263c1ee6752aeb42a8828dc4d6ac2c62f02b20 authored about 3 years ago
fix falsey context lookup

1ae4fe227d3c34e4936d0e0a6d526baab0ac93fb authored about 3 years ago
v1.3.0-rc.4

25d84f333fb0b2fd6f9e055148e66665c1a7d813 authored about 3 years ago
refetchResources to return promise

d50151f83ea3ac07fbca3198ad35beb9b851d43f authored about 3 years ago
fix runWithOwner return, add createReaction

6c0f1fcfb8c2eefa6cab3b088d9c77fd8bc3231d authored about 3 years ago
v1.3.0-rc.3

24a44a798dc517a578ac4881af594990a1faadc8 authored about 3 years ago
update symbol name for dev components

87e03c3b12fa9af539c8b375e549a8c7d51b6343 authored about 3 years ago
mark all the components that went through devComponent (#780)

70d2b065f5d1fa38852d49cbb84c162bd321186d authored about 3 years ago
update deps, resource deduping

fe75113770ed93e4347849e99be378e07bb2289d authored about 3 years ago
Merge pull request #779 from fishmandev/patch-1

docs: Fix a typo in examples.md

55282fa66bf4e1c64dfb37ec8e22a8c7099de29a authored about 3 years ago
runUpdates in runWithOwner, return reactivity to transitions

74033f57adeeb5f3913dee7a991ede750b17cbc3 authored about 3 years ago
docs: Fix a typo in examples.md

be85707a37fa8603a290ac6d70038981679aeaf2 authored about 3 years ago
v1.3.0-rc.2

755131b48e080980ee093f087ecd91945aeb3d31 authored about 3 years ago
returning promises from resource/transition, new resource options

68710b81d5f1e6f6d4589d2eebb655de9b30bdc2 authored about 3 years ago
Merge pull request #775 from solidjs/ssr-doc

docs: add comparison table for examples

95fab2fdbd21cbbee2d548eca30950c98bd16837 authored about 3 years ago
v1.3.0-rc.1

f39053a4af47e82f7e5dcca27b2c449209611c1d authored about 3 years ago
fix under slow network conditions

d4ae88ca31dcdef3155ff28e7e3586455128612b authored about 3 years ago
add italics

1d4ff37f9b94324a1904e95cb5093a1f542e34b5 authored about 3 years ago
Add comparison table for examples

a4ae372fe96f74f9f804b5bde757182983b91ce0 authored about 3 years ago
v1.3.0-rc.0

f6e6a9ff9efae848699f66900aa87f46b0707ea5 authored about 3 years ago
Merge pull request #773 from solidjs/next

Streaming

5da9fc3f70af8ef5a40131c1e572b113fd456d55 authored about 3 years ago
fix node 14

00f7f37d1788a59071a01ff93d4a708e4a7ab89a authored about 3 years ago
cleanup, fix #772 backtick

a21aa5c167b72eb8c39867e77a3f72894475aa2c authored about 3 years ago
v1.3.0-beta.10

58fd1f992d5ce333a8803cc6880cb431155fda5c authored about 3 years ago
fix babel compilation/refetchResources naming

30c5ef49676fa53aa75c4aead2718009bbc0b0f0 authored about 3 years ago
v1.3.0-beta.9

058e842f24e8ef67121296774a526edbb1f7b5ad authored about 3 years ago
refreshResources, remove dataOnly

bc8ef2e8c37410ab1419f207715af24db3e9deaf authored about 3 years ago
v1.3.0-beta.8

d63c43c95c224cb4c4dc4f5c8681b9be3c62f1c9 authored about 3 years ago
Fix missing character in JSDoc (#766)

Hello! By learning solidjs I found that a character is missing for `createResource` documentation.

a58a7ca180e8ed45c7984a427dca2c91865e43ef authored about 3 years ago
better fix for nested resources

fbaab9d25f71c73d03b7f92dcdb4e4da292d16ab authored about 3 years ago
v1.3.0-beta.7

de3e45c226d44d9e1a67813be07e87459e41852c authored about 3 years ago
fix phantom placeholder in nested resource trigger

0f30f54ada35082a1706be75a43ad3141e55510e authored about 3 years ago
v1.3.0-beta.6

76f31202b63d632cdef2ad2a36b158ede07597be authored about 3 years ago
Fix conditional exports for Vite, better source maps for JSX

65f7ecc53be9b657522bb910d96bc5518292d316 authored about 3 years ago
v1.3.0-beta.5

18bc089262ac37bf761140489c1e6ecbe1ea92d8 authored about 3 years ago
update externalSource notes, fix initial not fallback sync renders

86fb03bdcd1caf437259ea43a1292a0d73b31613 authored about 3 years ago
v1.3.0-beta.4

c9307f020f33ff584f2d896c219e530d8ee97a9c authored about 3 years ago
preload returns promises

f1c25b01066fac8c53120893fe8eca96c61cbd04 authored about 3 years ago
update changelog

0755c9c71d32ee96597f1e53d63d50bd4692a721 authored about 3 years ago
better hydration treeshaking

03893e3a7493f74af36d4b25f8b55077c058d145 authored about 3 years ago
update changelog

e37ff4f7a0d1cf4e57fd3b29006ee344a9ac12e1 authored about 3 years ago
update packages, add back external source server stub

0e371a041fd58b7ef1bdfd288a318d1191e7365b authored about 3 years ago
feat: add `enableExternalSource` for reactivity interoperability (#739)

* feat: add `enableExternalSource` for reactivity interoperability

* feat: add server no-op `...

47be3473b0c204902777b685afc1967479ebf3bd authored about 3 years ago
unify stream api, namespaced render

331a840cce1ed7d8605479a338d0cb58fcc73fc4 authored about 3 years ago
v1.3.0-beta.3

cc2f8e5d0a8916ee1d4512de541268d8dcd45032 authored about 3 years ago
duplicate banner

99b571de8028eb5f4f6ee68a26b37368d7834d88 authored about 3 years ago
fix self owning source infinite loop

9c3e9b8276e98a99400ba70a682dedcbc9ac43ce authored about 3 years ago
v1.3.0-beta.0

4bb75476d702334b281325d8825304cb85c26979 authored about 3 years ago
remove some hacks around streaming sync

83361e0a4cb74d1bc42853a98470559e2dfa2ae3 authored about 3 years ago
v1.3.0-beta.2

4bfcfc3e3dae4d099d1170ce3ae87c03ec30eefc authored about 3 years ago
v1.3.0-beta.1

3afbd06eab6d0750d9f354e661fd435024a28915 authored about 3 years ago
better streaming, fix createSelector

bc9ef6e53b1e093d3e91a4257eebacf1f1e5262f authored about 3 years ago
html streaming first version

6ee32640518045c19fab9d1f45da6ab113726a14 authored about 3 years ago
dehydrate the Solid reactivity type definitions (#706)

* improve type definitions: make the code more DRY, less WET, and allow Solid ecosystem lib auth...

4eb0306d7c3cd2d892ba888914e7dac1ade69f02 authored about 3 years ago
Error boundary support in SSR

7027d4ca558da205289b14745fbefb8b577dedcf authored about 3 years ago
Added new banner

805aa70f4b92b447081f6eaa1acab353f905d21a authored about 3 years ago
Added banner

3cbf1f5c57fe6eb172f0ee6cdcfc0e899b7d6549 authored about 3 years ago
v1.2.6

bbdf3c645de60be9ef569199c4357f2836024149 authored about 3 years ago
fix module resolution order, fixes #759

7775521c49f1dd847708526635d8353d05a85a48 authored about 3 years ago
Add client config for ssr to README

d6af07022d199831c332c1ae7d621d1874d55215 authored about 3 years ago
Options for transforming for Node.js code (#743)

aa4323604ebdf5f4b78c1ae2c93b04aca9f8e6f1 authored about 3 years ago
v1.2.5

faf884b19acc078f1e202030bbd6b22c49a5ae6b authored about 3 years ago
fix #728 for real, fix over optimize literals, better transition scheduling

a12aa11eb463e75d66fb96b8e248ef9c526b5cc5 authored about 3 years ago
v1.2.4

2866e83def4f3a02c305277fa8f589e355ab8952 authored about 3 years ago
Pre-existing wrapped objects are considered wrappable

8a4da1bfb37aaa2fea026340a0e5a48ab27b3363 authored about 3 years ago
fix #720, fix #723, fix #727, fix #728, fix #731

ba1494751ca1399318549f92f7504fa2c5068437 authored about 3 years ago
v1.2.3

151eee8891045ff05229d6e38a71742c597102ba authored over 3 years ago
fix #716 nonconfigurable proxy properties, fix #717 effects in suspense fallback

be2ee1e98f89328a7632143e54a742d288785501 authored over 3 years ago
v1.2.2

116e636553b34a7bf9fc5d87402d0077d7f16e59 authored over 3 years ago
fix single component spread, fix #709 function signal tests, better static hoisting.

434f4aa85b757bd825a313383edb0531c51f2e43 authored over 3 years ago
Update index.ts (#711)

Add children helper

9c6399056a0700f7edd2b10cb581b7f5c1d79ead authored over 3 years ago
v1.2.1

8bca8fa83837ac7406bc76813fedbc72bbe11a01 authored over 3 years ago
better transition protection, fix #703 missing href

f27793e698f54f54d36f8f1084ab632e160d1be8 authored over 3 years ago
v1.2.0

e6bbfa693db53cffd3372ee8bf1c61e3f1d47064 authored over 3 years ago
update changelog

785cb99e84553ef776166ef9eb7dff71f741e6e2 authored over 3 years ago
Update benchmark results. Add submodule readme's.

6f98995b65f8717f30447bfc9c80bba303226d56 authored over 3 years ago
v1.2.0-beta.0

ec5bfa3adc09c0efd9210be6ff5096ec18c06d02 authored over 3 years ago