Ecosyste.ms: OpenCollective

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

github.com/sastan/react-render-callback

render-prop helper to render anything (Functions, Components, Elements, ...)
https://github.com/sastan/react-render-callback

Merge pull request #6 from sastan/greenkeeper/monorepo.babel7-7.1.0

chore(package): update @babel/plugin-transform-runtime to version 7.1.0

47fd920e83d32d9ee7c10f430c127f4a816b0896 authored about 6 years ago by Sascha Tandel <[email protected]>
chore(package): update @babel/plugin-transform-runtime to version 7.1.0

082a91f673d52b0b19ee7008317cb170fd736adb authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
build: just run on nodejs v8

7dfafe7d3d4a18befcfb9ae22e913b49a15abd6c authored about 6 years ago by Sascha Tandel <[email protected]>
build: validate bundle size

c95a31d95abdde1961e4dd82f0501f1ae360d319 authored about 6 years ago by Sascha Tandel <[email protected]>
fix: ensure `$$typeof` exists

otherwise in react@<16.3 this may detect fals-positives as the detected react symbols are `undef...

12d7b1b711f39287c9f998b40d973ef02236bca8 authored about 6 years ago by Sascha Tandel <[email protected]>
build: try to test/run against different react versions

123e7f952836b4182fbac8f1556d325dea3a9d47 authored about 6 years ago by Sascha Tandel <[email protected]>
fix(release): manually release a patch version

update doc/readme on npm

b261fc110bfcafe61fd36fb49b12b220742d3793 authored about 6 years ago by Sascha Tandel <[email protected]>
doc: adjust wording to be more clear of the intent

e0d6c01bca0acc54ed107d37da83011bfe3ab38e authored about 6 years ago by Sascha Tandel <[email protected]>
doc(readme): add highlights section

69de4e171dad106e5256995900cdaa573d240e7c authored about 6 years ago by Sascha Tandel <[email protected]>
fix: remove unnecessary isPlainObject check

if the renderable has `defaultProps` it is a ordinary function component which only accepts a pr...

eb3535cec2f6645ce7f08c0b5cfc0a024e703f7a authored about 6 years ago by Sascha Tandel <[email protected]>
fix: remove undocumented named `render` export

697a560c41ee45337682c9261ab59c72fef2eff5 authored about 6 years ago by Sascha Tandel <[email protected]>
chore

c50d09bb9fadb47f4c58c70e9ac2998049093da1 authored about 6 years ago by Sascha Tandel <[email protected]>
chore: wording in readme

6dbdfb95874af3e79fa6d86f86dc9bab1b620296 authored about 6 years ago by Sascha Tandel <[email protected]>
doc: name the used pattens

2cad21d7c3e00911736eff21f8f801c8cd5227aa authored about 6 years ago by Sascha Tandel <[email protected]>
chore: example how to interop with a render-prop library

42e0dab5a5a8ff1fb8442f78182d1c3defb02122 authored about 6 years ago by Sascha Tandel <[email protected]>
fix: add typescript and flowtype definition

40afa301338f099524d97e126d98ab0257a0327d authored about 6 years ago by Sascha Tandel <[email protected]>
fix: declare that this module has no side effects

ab1c88030046e45b6f03a6c6484e41e5c8d70a8c authored about 6 years ago by Sascha Tandel <[email protected]>
doc: highlight how/why `option.cloneElement` can be used

862b0e1fb05da208737de980cfe0cc3e34fccf38 authored about 6 years ago by Sascha Tandel <[email protected]>
style: reduce bundle size a little bit

b4cdb61dd89087cd8c0998c3db943032b46eeb06 authored about 6 years ago by Sascha Tandel <[email protected]>
fix: use same ignored value rules as SX

see https://reactjs.org/docs/jsx-in-depth.html#booleans-null-and-undefined-are-ignored

3c06b3e29ca9752d90b53cb31a63711d1620079f authored about 6 years ago by Sascha Tandel <[email protected]>
chore: github template project name

0eab4390b2094125012b3b40e8697c9835278b39 authored about 6 years ago by Sascha Tandel <[email protected]>
doc: list all supported renderable types

93bf3417da150b3f5f2e27c1f27054991e7d7153 authored about 6 years ago by Sascha Tandel <[email protected]>
chore: use common keywords

df069e079cb7334638c894f6c906dc0185649344 authored about 6 years ago by Sascha Tandel <[email protected]>
doc: add @macklinu/render-props to other solutions

982398419df3e27a0cb2704b295501d103a7f1e5 authored about 6 years ago by Sascha Tandel <[email protected]>
doc: more examples

61c4c7bbd0ef6012865adac7b29de9152b688b89 authored about 6 years ago by Sascha Tandel <[email protected]>
feat: support different types of arguments for the renderable

This allows to pass several arguments to the renderable function or
an argument that is differen...

480db116d381e8bc86bbf9c9f82f58c57acef326 authored about 6 years ago by Sascha Tandel <[email protected]>
fix: better react component detection

- remove use of `react-is` (bundling error with rollup)
- user special `$$typeof` to detect `Con...

a789c2856276e04454b0b1d2dda9940b63f1d740 authored about 6 years ago by Sascha Tandel <[email protected]>
doc: link to UMD package at unpkg.com

7080537aeb7822761fad8955edb064f104d641a6 authored about 6 years ago by Sascha Tandel <[email protected]>
refactor: rename maybeFalsy to falsyToNull in lack of a better name for falsy

f95ed6b2c5d9329c64cd4be766a7c2b19244985b authored about 6 years ago by Sascha Tandel <[email protected]>
doc(readme): indicate since when an API part exists

c81d878bbafa7664c46e0bfdf766df362ac40704 authored about 6 years ago by Sascha Tandel <[email protected]>
doc(readme): how to import/require the functions

4e4ced3582fc0bc47c7385feb7364431bc907b97 authored about 6 years ago by Sascha Tandel <[email protected]>
feat(createRender): new function to pre-determine what type renderable is

which prevents these checks on every invocation

0255718fb4c1f5d6ddf6c4df38f340c378be1e73 authored about 6 years ago by Sascha Tandel <[email protected]>
feat: allow to use React.cloneElement to pass props to child elements

03bba16d0b62365ca8bd478993ce74d9d643a4ab authored about 6 years ago by Sascha Tandel <[email protected]>
chore: add special credit note for Kent C. Dodds

3ce1f44cb1e7b7c11c3a37fc6e9bc671a3123799 authored about 6 years ago by Sascha Tandel <[email protected]>
fix: use inline `NODE_ENV` check

This allows smaller umd minified build.

2e8bfb565382de0ecc356acd05692d97b45ece5d authored about 6 years ago by Sascha Tandel <[email protected]>
chore: tagline wording

8bde841bc9a71aa231043fcf1630a1dfbff01acd authored about 6 years ago by Sascha Tandel <[email protected]>
refactor(rollup-config): extract common plugin replace logic

a45e9c8a0463fb406cf83443606a19ec210979dc authored about 6 years ago by Sascha Tandel <[email protected]>
fix: readme updates

30ec60ec9766f1b0a58c33cda2c2a9d0608adcd4 authored about 6 years ago by Sascha Tandel <[email protected]>
fix: return `null` for `false`, `null`, `undefined`, `NaN` and an empty string

d32dc8ffb8a29f68705be26bb95bfa14cb3a225b authored about 6 years ago by Sascha Tandel <[email protected]>
fix: only support node >=8

d74c3851e06b3d9b7fea850c4c88c5b348fc2623 authored about 6 years ago by Sascha Tandel <[email protected]>
chore: readme

6eee743deb8b1da21f9a334cd191d5f1df539c5b authored about 6 years ago by Sascha Tandel <[email protected]>
fix(unpkg): point to minified umd build

b1023db1bbf6f38061c4861c5b57caa81050e067 authored about 6 years ago by Sascha Tandel <[email protected]>
fix: test on node js 6, 8 and 10

c83ae9bac788cbdda364793798aa438dca0b7544 authored about 6 years ago by Sascha Tandel <[email protected]>
fix: try to fix semantic-release

e803e369d908e08807411ecd1d2c8ad3ea63bfbf authored about 6 years ago by Sascha Tandel <[email protected]>
fix(readme): badge order

b91ebf2656db48c939fab4e88c526f7232bedd50 authored about 6 years ago by Sascha Tandel <[email protected]>
Merge pull request #1 from sastan/greenkeeper/initial

docs(readme): add Greenkeeper badge

625dfb4e2e0fe586bf4ffa6eb3f5380fe4400830 authored about 6 years ago by Sascha Tandel <[email protected]>
Merge branch 'master' into greenkeeper/initial

79fcd678700fadd9021b986d2b27ad62b346cf6c authored about 6 years ago by Sascha Tandel <[email protected]>
fix: ignore build test lint errors

941c5e75d9c15973354238c3cf14c4735c86b7fc authored about 6 years ago by Sascha Tandel <[email protected]>
fix: ignore build test lint errors

0ad8df09c48bd06402d2bfb8e59cb67ae0fc0ba2 authored about 6 years ago by Sascha Tandel <[email protected]>
docs(readme): add Greenkeeper badge

9c181ea4fce5b7c7a573fd46c7e838be32d27d88 authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
initial commit

cae98f0093d00579248750e7fa80658c6e5d2b52 authored about 6 years ago by Sascha Tandel <[email protected]>
Initial commit

59580ad2513aaa7e9d9bb5ca4b02a0ad317c408e authored about 6 years ago by Sascha Tandel <[email protected]>