Ecosyste.ms: OpenCollective

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

reactabular

We are on a mission to make React tables spectacular.
Collective - Host: opensource - https://opencollective.com/reactabular - Code: https://github.com/reactabular/reactabular

Merge pull request #68 from Blystad/extract_search_options

Search: extract getOptions to own method

github.com/reactabular/reactabular - 4a45e639c7dc792d9eb5b9ea3fae928f7671acea authored over 9 years ago by Juho Vepsäläinen <[email protected]>
Search: extract getOptions to own method

This makes it easier to simply extend the existing Search class,
to build your own custom implem...

github.com/reactabular/reactabular - 729885be4d23fa36e45f37838237ef4e49c64cc9 authored over 9 years ago by Arne-Christian Blystad <[email protected]>
Merge pull request #66 from nuragic/nuragic-autofocus

Input editor autofocus

github.com/reactabular/reactabular - f628b8799d5a76aed203dc1e01c49d3acddc07fc authored over 9 years ago by Juho Vepsäläinen <[email protected]>
added input editor autofocus

github.com/reactabular/reactabular - 2781a498e44aeda8ba7f3cb0715aed65ea1d519d authored over 9 years ago by nuragic <[email protected]>
0.6.5-beta1

github.com/reactabular/reactabular - d9df70fe3bba49234b41f86c2ba7c54d610e5409 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - a6ea5ef2edc1109d37ce373b9eaa0e031d437269 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Allow rendering of nested properties through cells

Borrowed @cameront's tests here. I ended up doing a simple check against
value. If it's an objec...

github.com/reactabular/reactabular - ed9a38b2a0be08d707fb58bbd61c591634b77fb1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up CONTRIBUTING.md

github.com/reactabular/reactabular - 9c8556f79281a34f84690ef6bb429795e17e4380 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add @nuragic to contributors

github.com/reactabular/reactabular - 0d981e413b8ab81fb9f9d6d43915523d4d7fbd56 authored over 9 years ago by Juho Vepsalainen <[email protected]>
using a stable sort algorithm instead of Array.prototype.sort

github.com/reactabular/reactabular - a956db0051dbf90efea7be73e8819cde00a1b5dd authored over 9 years ago by nuragic <[email protected]>
Update dist

github.com/reactabular/reactabular - 27b23ee05f6cf9767b5418287fcd6e53bc705f9b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add @utdemir to contributors

github.com/reactabular/reactabular - 34fe19db071a2e85ac0be587eb9539f01ef8fca9 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Allow `props` to be attached per row

I went with the easy solution. We can revisit this decision later if it
starts to feel cumbersom...

github.com/reactabular/reactabular - 81aa82323061c0f3ba6f5e9f7ca8c1fb79f5e7d4 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix demo imports

github.com/reactabular/reactabular - 5fbdd75b2414b648d3ad28a575fc582f5c735185 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Mention that PRs should be done against `dev` branch

github.com/reactabular/reactabular - 479ee595cc10fe54fac93a1999519184f9abe69b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix columns typo (: -> =)

github.com/reactabular/reactabular - e4e2a6ab866cc5ecaeade8e676b6a397c6a8b869 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix test imports

github.com/reactabular/reactabular - 1136195b95499121393f4bac5fe4c80afc46651c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Bump version

npm dist-modules version should be ok now.

github.com/reactabular/reactabular - c24e1f3dd976823df97cdce77544913fafc3e035 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Rename jsx to js

github.com/reactabular/reactabular - 0e47837a3d91868419acecad8b0df4dab33694b8 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - 6b8bfa7c08c8d5e1f46983c9624b378ece8b6c09 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Organize project so that dist-modules version works

Renamed jsx to js (not sure why require('./edit') etc. didn't work so
renamed) and changed impor...

github.com/reactabular/reactabular - 12fc2ef47838c4a14216a39e7f9e20b7fdafef7b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Bump version

github.com/reactabular/reactabular - 1e1cefaea01371c0e2b5d96e7b785bef114f51f1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Generate initial dist-modules

github.com/reactabular/reactabular - 1b24eefb71275c3f8323fbab8f66b278412ac626 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Generate dist-modules per version

Now they are included to the repo. Looks like npm doesn't include them
to a published version if...

github.com/reactabular/reactabular - dd730d8301f8743cd3a5422430da2c5e4a45fce6 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - 8c892d78758e9ed3e55fa5cc52934c7dd5b3ec7a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make preversion script commit dist

Otherwise `npm version` will fail to commit.

github.com/reactabular/reactabular - 34f78372ab4b7e6977eef7c131dc99458a1eab8c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Ignore dist-modules for ESlint

github.com/reactabular/reactabular - a70966612d7f809145c47682878297afff0096e4 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Get rid of the postpublish script

It's better to deal with gh-pages manually for now. You definitely don't
want beta docs to repla...

github.com/reactabular/reactabular - c0bd47c473186190cc7f29046bafe273b0f899d7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Point prepublish script at the right directory

github.com/reactabular/reactabular - ce60c98a5495155a2896683c7bc62352f93620eb authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add babel as a dev dep

Needed for dist build.

github.com/reactabular/reactabular - 126139bce43f97c77c050208f0089160732d5d77 authored over 9 years ago by Juho Vepsalainen <[email protected]>
0.6.0-beta1

github.com/reactabular/reactabular - 81b1b77842622c56dcc696364d60a46cb91d5f18 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Ignore dist-modules/

This is useful directory only for a published version.

github.com/reactabular/reactabular - 2837cc9c6de070fb3f19831a81ab092dc6f6ae1a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make webpack use colors at output

github.com/reactabular/reactabular - 9656e8b0e0ce4d3324e9d911c97261769284dc76 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up nice preversion/prepublish/postpublish scripts

github.com/reactabular/reactabular - 85287a69fd8aa23c9d64957b2cf53951b7179498 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update documentation

Closes #39.

github.com/reactabular/reactabular - bdb2fb4364b04dba6eaf1cb5fdff25aaba49308f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Tidy up

github.com/reactabular/reactabular - e19425257b02480ccac5f300bffec448aa1ee4a7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Separate search logic

Now there's a vanilla component (minimal logic/state) and a separate
function (Search.search) th...

github.com/reactabular/reactabular - 20aa933082ba36e4de5d0ac7369df5f02e436d28 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Separate sorting logic at sort_column

Now sorting is performed at render. That's the right place given sorting
cannot be something we ...

github.com/reactabular/reactabular - 46d69abe14b79c101935d9f579bb08df1eca213c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Load skylight through babel

There's no jsx-loader in the project anymore.

github.com/reactabular/reactabular - a9a40433a4a17b6e09bf2b19dd68c1396fbba4d5 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add @daannijkamp to contributors

github.com/reactabular/reactabular - 7a5a8127c6486b351e750cec25c43a8f820200bb authored over 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #53 from daannijkamp/patch-1

Fix search example

github.com/reactabular/reactabular - 6f1199b4a09672f38e61ecf73cfe9f292c6197ca authored over 9 years ago by Juho Vepsäläinen <[email protected]>
Fix search example

Without the columns props the table will not render the data.

github.com/reactabular/reactabular - b9b13a00f3f93ef98613c5fe3bff0eb5ed6eae7c authored over 9 years ago by Daan Nijkamp <[email protected]>
Merge pull request #52 from bebraw/rendering-hack

Temporary bandaid to make rendering working correctly

github.com/reactabular/reactabular - 11239703d873e30495f09c5ab05ab0038d597189 authored over 9 years ago by Juho Vepsäläinen <[email protected]>
Temporary bandaid to make rendering working correctly

github.com/reactabular/reactabular - 6ea5757466c1572297a3b87a87684f864c03e1a5 authored over 9 years ago by eviltoylet <[email protected]>
Fix lint errors

Looks like a new ESlint rule had appeared to the core.

github.com/reactabular/reactabular - e0bf8088aad49800783f0bfa85762ec6340273f2 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Speed up build

Set up some includes and moved to Babel.

github.com/reactabular/reactabular - 4c8d4508372d2254e06fc420c24438c45b6b04ef authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make peer deps look consistent

github.com/reactabular/reactabular - 7883ba386990fb00f187c724b22894e6602767f0 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #48 from bebraw/add-key-to-highlights

Add key to highlight spans

github.com/reactabular/reactabular - 76387dc5273e84854ca992f9f4e3eb4c4e330ce2 authored over 9 years ago by Juho Vepsäläinen <[email protected]>
Add key to highlight spans

github.com/reactabular/reactabular - 120cec0735ee0b772177e836a0b0bb9e7dfe7f4a authored over 9 years ago by eviltoylet <[email protected]>
Add @antoineverger to contributors

github.com/reactabular/reactabular - ac2a857271c982a90fd97115a4e1fc8c0e1e7de8 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #47 from antoineverger/master

Problem when erasing the whole content of the input

github.com/reactabular/reactabular - 5c68667a182e417c3c18eae8645cd6d80a868963 authored over 9 years ago by Juho Vepsäläinen <[email protected]>
Fix the problem that when erasing the whole input field content, it reset the value to the original property

github.com/reactabular/reactabular - 4eea2e00226d343fee232e80f0dd45d6fddd13a5 authored over 9 years ago by antoineverger <dn53pnw7>
Tweak bithound ignore

github.com/reactabular/reactabular - ad53106b2a46471d7f29bf8ca4cabdca2aac0e16 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up david to track dependencies

github.com/reactabular/reactabular - ba89d21c1428d59d100c32e56c8ee90f085cb0c3 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up bithound to track code quality

github.com/reactabular/reactabular - 83bf2be17b1d3af89061381e6a7b7d155350e827 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Split a hashed vendor bundle for gh-pages

Now the client can leverage some level of caching which will get
invalidated in case either chan...

github.com/reactabular/reactabular - a9378061a9b07210fec9309b519eb35a71ee7a3f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Use lodash as an extern

10k out of minified build. A lot more from regular one.

Note that `gh-pages` build is getting a...

github.com/reactabular/reactabular - 64ecb0816edbc65b289406a66808f5717a353a98 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update dependencies

Note that now `react` and `node-libs-browser` are included as dev deps
given these are peer depe...

github.com/reactabular/reactabular - a07b7aa3fd390b2855737a5de2460110146aeec2 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push dev-server within a directory of its own

github.com/reactabular/reactabular - 62fc0036f2c50ceb93ebca50e08102feca4bde00 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push configuration to project root

Closes #42.

github.com/reactabular/reactabular - 787a7cde5d9614de9e58800f883acd08ba5b2f2a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push deploy/preprocessor below `lib/`

github.com/reactabular/reactabular - b528e910e02262bb16bb88049d45a60a9c77cf0a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Move library source below `/src`

`/lib` will be used for other purpose.

github.com/reactabular/reactabular - 80823aa0cc8ddd4fc3ed4d72cfbc31100a141f31 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix highlighter import

@eviltoylet, please check this. Not 100% sure this is right yet.

github.com/reactabular/reactabular - 973bf3368f84292074e31aab8c93bbdb0a0864fa authored over 9 years ago by Juho Vepsalainen <[email protected]>
Eliminate redundant config wrappers

github.com/reactabular/reactabular - 358f37e2a36ae392f14686a9d55a2d883a9972a0 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Set up `version` script

Now there's no need to generate dist in a separate commit. Just need to
create new versions thro...

github.com/reactabular/reactabular - 40ff2a00b7ec8ca5525dfdee9d7a089dbbbcf46a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #44 from bebraw/remove-refs

Remove the use of refs

github.com/reactabular/reactabular - 2d3d9a077a45b1cc4c532ec9aa8548798e416f28 authored over 9 years ago by Juho Vepsäläinen <[email protected]>
Remove the use of refs

github.com/reactabular/reactabular - b3ddc8fdc1873c4e9d50a943cad4f5fcc228c335 authored over 9 years ago by eviltoylet <[email protected]>
Merge pull request #37 from bebraw/refactor-highlighter

Refactor highlighter into Search component

github.com/reactabular/reactabular - c5aeb7d843dd0f5657b215ce7b72715686f33987 authored over 9 years ago by Juho Vepsäläinen <[email protected]>
Add an evaluate method to predicates to actually make them 'predicates'

github.com/reactabular/reactabular - 13251771600347d84d8a3fbf3759f58f8b308df6 authored over 9 years ago by eviltoylet <[email protected]>
Update highlighter examples in README.md

github.com/reactabular/reactabular - 3110aa24bc6b70b25f5fa5d3c800ca6250a617d3 authored over 9 years ago by eviltoylet <[email protected]>
Refactor highlighter into Search component

github.com/reactabular/reactabular - 54ad033939b67ce92168a7d3bbf8ed0c21784e02 authored over 9 years ago by eviltoylet <[email protected]>
Merge pull request #35 from bebraw/integrate-filtering-with-search

Move filtering into the Search component

github.com/reactabular/reactabular - 32f4ffd4b9168e468c442554cc561002390d126d authored over 9 years ago by Juho Vepsäläinen <[email protected]>
Move filtering into the Search component

github.com/reactabular/reactabular - 66be3ae562ac5405e10d7f3b1b7df6c0bff418a4 authored over 9 years ago by eviltoylet <[email protected]>
Update homepage

github.com/reactabular/reactabular - 045aed8c0e27e12b98c81e348b0a368190bc1305 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Pass proper numbers to Paginator

github.com/reactabular/reactabular - a21419e5c2c9124c57eab40ed9457bf64f165d71 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Generate source maps for dist

This is a bit experimental still but it's a simple change so why not.

github.com/reactabular/reactabular - f824aec4304cf3c3be41d09f6ba18a554fc39562 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Make formatting consistent

github.com/reactabular/reactabular - 913af48348a855847f2e2077ec3a7dd41e16ec0d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Move lodash as a dev dependency

Given we're already including the lodash bits we need into the build
itself we don't need to rel...

github.com/reactabular/reactabular - 4b6c0f7b77c1ff63796d3e6da58313b511e07b18 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Show correct cursor on table header

github.com/reactabular/reactabular - 4f3d0d4271ef0aac8c3d24342e456f4404c93c25 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - fcbc91d79a7ad52ae2b53d7f2d479c8a1bb29298 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add some tests for the Table component

github.com/reactabular/reactabular - be112d3b954ae12ccd87079ce29e1cc6b1a67e90 authored over 9 years ago by eviltoylet <[email protected]>
Loosen peer dependency requirement

github.com/reactabular/reactabular - 3c8720fffa8d722581ea928678a4f141d0d75b06 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Tidy up

github.com/reactabular/reactabular - 94ba2f0e28eb94ad764437f64c71ddaffbf3d8c1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove extra ```

github.com/reactabular/reactabular - ffdf51c5d2f9eb6b13605f1dcfa17df4336ec776 authored over 9 years ago by Juho Vepsalainen <[email protected]>
0.5.0-beta2

github.com/reactabular/reactabular - fccefc356ab823b58975b6777022498fe66816b9 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - 4d13f32c1c2efcc0dcf98bf088b3eb533b21c6a2 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update to use specific lodash imports

Relying on just lodash itself caused a very large dist. Better to use
specific imports instead. ...

github.com/reactabular/reactabular - 6cc6fa76e0d25c777500814dcc7a14bfe0f14215 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Allow boolean editor to accept string value

Not sure if this is the right fix, though. Boolean made sense here.

github.com/reactabular/reactabular - 98a705bccdb241e5876836e680a0958a97b4fee4 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Generate a dist

Forgot earlier... Now this seems too chunky. Need to trim it up a bit.

github.com/reactabular/reactabular - 231bc5a05bf41035fa2e0d3e5c25d2663c25f569 authored over 9 years ago by Juho Vepsalainen <[email protected]>
0.5.0-beta1

github.com/reactabular/reactabular - e97453e0c7401b88d08d2f551076042a6d293387 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify README beginning portion

It made sense to combine formatting with the beginning. Too longwinded
otherwise.

github.com/reactabular/reactabular - ab2cbd2cf0015c80051e2073e51669d0b60abd5a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix editors table example

github.com/reactabular/reactabular - a422bb3c826ea1b4db3be67ea466d74400e07e5e authored over 9 years ago by Juho Vepsalainen <[email protected]>
Include ids to README

github.com/reactabular/reactabular - 60fc911a59db6b210d36367beab13f291d918f54 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Use correct propType for dropdown value

github.com/reactabular/reactabular - 4c4cf6aa4e496c69330954b02502647fa43587bf authored over 9 years ago by Juho Vepsalainen <[email protected]>