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

editors - Test input

Input can accept optional `props` through an object now.

github.com/reactabular/reactabular - 3360685fbb2794cb1c615d7c3a2b051136f298e0 authored over 8 years ago
editors - Allow dropdown to accept props

Now a dropdown accepts an object on initialization. This is something
that fits other editors as...

github.com/reactabular/reactabular - d6a9b31083d9d31f8e5ac39ca562e32dc4df06a1 authored over 8 years ago
editors - Test dropdown

github.com/reactabular/reactabular - d0ceb6966b72e6ff9154bcd71b4877a7aad360b5 authored over 8 years ago
editors - Simplify input further

Given it's stateless, there are simplifications available. Also realized
`onFocus` handler was u...

github.com/reactabular/reactabular - ca5d1ae6d36ee328c680431754f5c068544f6ffc authored over 8 years ago
editors - Drop state from input

This can be refactored as a stateless function next.

github.com/reactabular/reactabular - 2e71cd8042947a06416ad2f4b4826c16c6cc1571 authored over 8 years ago
editors - Drop `ref` from input

This isn't needed after all.

github.com/reactabular/reactabular - 89c86ab6b15d95bccab3a17fd0382e11a060306a authored over 8 years ago
sort - Test `sort.byColumns`

This fixes a cycling issue mentioned at #148.

github.com/reactabular/reactabular - fba2c89a69fc8ec058d108183f074ca1d5b798f1 authored over 8 years ago
sort - Test `byColumn`

github.com/reactabular/reactabular - b4bf22c1fbb40f0aa79f9cd8d90987337ba5728d authored over 8 years ago
tests - Remove redundant .js suffixes from imports

github.com/reactabular/reactabular - e85fe91a52d8e99b5ba8ab7059af54a723fdb869 authored over 8 years ago
Try to set up codecov

github.com/reactabular/reactabular - 2a3cf9f69e1af1b606813d92415decc7e5d1bee3 authored over 8 years ago
Ignore possible stats.json

github.com/reactabular/reactabular - ebd64888d324b720c5142854f58b3e24711dd3fa authored over 8 years ago
testing - Output coverage information in JSON

This should work with codecov.

github.com/reactabular/reactabular - f9cc4fec798834d01b976942b15d28f80de232ea authored over 8 years ago
config - Set up stats target for studying gh-pages output

github.com/reactabular/reactabular - c98bc140f5256dd7611189a81c0705175f0d8b86 authored over 8 years ago
config - Push more bits to vendors

github.com/reactabular/reactabular - 095fec0ff6f07e529800686157ed8d9f67400753 authored over 8 years ago
config - Drop json-loader

github.com/reactabular/reactabular - 41819bc1abcdd663cc6f8fb3f74d26a7babe324b authored over 8 years ago
config - Push more bits to the vendor bundle

github.com/reactabular/reactabular - 68576f39c87c8215f966f2b297d781b76fca5f99 authored over 8 years ago
config - Push react-router bits to the vendor bundle

github.com/reactabular/reactabular - 74406461bf57cfdb71ae6310f9fcce63bf7ac4bf authored over 8 years ago
docs - Handle version through DefinePlugin

The bundle is a little smaller this way.

github.com/reactabular/reactabular - aa3a5cd09a3f3143937ef34df372c3d45d35b081 authored over 8 years ago
docs - Disable import/no-unresolved at documentation index

Again, webpack stuff.

github.com/reactabular/reactabular - ba1e87bad6eaa6ddafb49151e580be7c70042dac authored over 8 years ago
docs - Disable global require rule on index

Ok to disable here due to those webpack bits.

github.com/reactabular/reactabular - 207ab2dc21349c3d1e10bb5e82455082fab8748d authored over 8 years ago
docs - Drop Search bits from the sorting page

github.com/reactabular/reactabular - 291ac299338ca696fad88cc1e3853992fc0e9683 authored over 8 years ago
config - Fix gh-pages deployment script

github.com/reactabular/reactabular - 215caade5b8d41b8b614587af870fc13ecaf30a5 authored over 8 years ago
docs - contribution -> contributing

Sounds better.

github.com/reactabular/reactabular - 8390a1f87fe8b66740a16e1433c00dda28a44929 authored over 8 years ago
docs - Make build output work

This took a bit of hacking. Needed to go through `require` for some
reason.

github.com/reactabular/reactabular - 9984dc012efd653466ffc71a743acdc9d7bdffe4 authored over 8 years ago
docs - Drop highlight.js

No need for this anymore.

github.com/reactabular/reactabular - 1a170d56e0312d0e3ac2d31970496751e065cdc2 authored over 8 years ago
docs - Simplify styling

github.com/reactabular/reactabular - cc90942b9900b886a6bd9dc57a0d877d1319f753 authored over 8 years ago
config - Improve formatting

github.com/reactabular/reactabular - b7087209ab00a08b79742a9ffaa26c3b62669b5a authored over 8 years ago
config - Push Markdown configuration to higher level

github.com/reactabular/reactabular - a5d7cdd470d264ce06c1260df5bbcde742af6b95 authored over 8 years ago
docs - Lint project

github.com/reactabular/reactabular - 37736e2d46329d013b48d60db1d55cbc45fe0fbc authored over 8 years ago
docs - Add bigger examples

github.com/reactabular/reactabular - 29434a59c7b80da35dc3b78edb8ace678fbd3ce5 authored over 8 years ago
docs - Show available editors

github.com/reactabular/reactabular - 5f80150f4e7decafeb2a9792954ccd0f15c8095b authored over 8 years ago
docs - Rename `demo` as `docs`

github.com/reactabular/reactabular - 7ad279a3cb97faf1105d67f5351cd4659abd69fd authored over 8 years ago
docs - Port sorting to the site

github.com/reactabular/reactabular - 1f1fab9e1695de7c4f5c00e2e2286d7b62e2d8a2 authored over 8 years ago
docs - Push searching/highlighting to the site

The search bit should go to a component of its own. This is a good
start, though.

github.com/reactabular/reactabular - 53a0c7322c3202ca942e4b7f670d615866ac1009 authored over 8 years ago
docs - Add a stub for editing documentation

This needs a full code example. I need to figure out a good way to
render that.

github.com/reactabular/reactabular - 71e505cdf48b27b11ecab3ce0864e78d5f639749 authored over 8 years ago
docs - Add fork buttons to most of the pages

It would be better to do this in some kind of a theme. This won't work
for Markdown pages.

github.com/reactabular/reactabular - 69a2eb4678d371b2dc24810eef443bfee966f9ec authored over 8 years ago
docs - Push pagination docs to the site

github.com/reactabular/reactabular - b2d10683600bbd7aaba7d6d6e927adeb0b23aec6 authored over 8 years ago
docs - Lint project

github.com/reactabular/reactabular - 9d3f7a6c28e479d7f0115091025b73cade26b046 authored over 8 years ago
docs - Add a basic "how to" for styling

github.com/reactabular/reactabular - fdddadebd54937489b5e5042b03e7365e56940e3 authored over 8 years ago
docs - Remove extra newline

github.com/reactabular/reactabular - a6e3447ea5eb89fdea99e1e0db0216b73d0d94e7 authored over 8 years ago
docs - Improve structure and add changelog

github.com/reactabular/reactabular - 5a8b5fa2e67cbc92c935bec2e72ed1220e53a0e3 authored over 8 years ago
docs - Set up a separate section for contribution documentation

github.com/reactabular/reactabular - 21a157ae69cb391dbba8f60c6bd1f6cffe07978a authored over 8 years ago
docs - Show how to implement a custom footer

github.com/reactabular/reactabular - 88166a10433701469c0c37f81bf0c843052a3258 authored over 8 years ago
docs - Add missing `rowKey`

github.com/reactabular/reactabular - 044fcd83142c3d4e023cba9dacf1a7b73924b628 authored over 8 years ago
docs - Push Table customization bits to the site

Looks like the example rendering bugs out. Each example uses the same
column definition!

github.com/reactabular/reactabular - 25982301dd0c5c36bddba4a06bdbb2af8f1386fc authored over 8 years ago
docs - Move row customization bits to the site

github.com/reactabular/reactabular - 2bac433888c9d61a6909114930e5fa330e647eb7 authored over 8 years ago
docs - Add missing rowKeys

github.com/reactabular/reactabular - ed6ee1dbececee5f384860dfb63811a061659352 authored over 8 years ago
docs - Improve component paths

github.com/reactabular/reactabular - 6d52bfaccbe8b1da80b85f82ef4dd89f2cab1703 authored over 8 years ago
docs - Add an example showing how to customize header

github.com/reactabular/reactabular - 51eaa32a0b8e37ea76f99681047f235a9f5145d0 authored over 8 years ago
docs - Add a table body example

github.com/reactabular/reactabular - dcd68afca3444d6c1bdffd3ea692d7ee4003c4ec authored over 8 years ago
docs - Set up a header example

github.com/reactabular/reactabular - 49c8edcea68a415e688e900f09eb189b6f9e92f6 authored over 8 years ago
docs - Set up a basic `Table` example

github.com/reactabular/reactabular - 722d08bac7d23397aa3a8db937ad079ffd3508d4 authored over 8 years ago
docs - Drop table definition doc

This has been integrated to the README so this is redundant now.

github.com/reactabular/reactabular - d1c7d0fc459f4c41e7fa950e9193a9becbae894d authored over 8 years ago
docs - Add stubs for component pages

github.com/reactabular/reactabular - 0f2103b88232fc00e54f7926eaff0b03b745fb39 authored over 8 years ago
docs - Drop redundant documentation links from the index

github.com/reactabular/reactabular - 73f923c6408c3534ec73dae0be996bfc65715c9e authored over 8 years ago
docs - Improve code rendering quality

Looks like `lang: jsx` is the key.

github.com/reactabular/reactabular - 3a387f2ec7fd3d24b9016345e273245c236b1011 authored over 8 years ago
config - Simplify markdown configuration

github.com/reactabular/reactabular - 357d737568e759828a4c898f3818a5450482b945 authored over 8 years ago
docs - Set up separate pages for contributing and contributors

github.com/reactabular/reactabular - f7120d01703d057904e2cb3a6d13a63739f2e801 authored over 8 years ago
docs - Render package version to the title

github.com/reactabular/reactabular - 8a617bca98bbfc0377b1bb190749c6930bb4864a authored over 8 years ago
config - Push site specific bits to a shared configuration of their own

github.com/reactabular/reactabular - 0ce4bb2cc009656a79441a3c34616e350b6cb7a9 authored over 8 years ago
docs - Set up Catalog initially

This needs more work. Catalog will allow us to set up interactive
examples on the site.

github.com/reactabular/reactabular - 8d7008bf8562de7097b8b331bf6c55e32dda96a0 authored over 8 years ago
Rename Search and Table in lowercase

Hopefully this sticks now.

github.com/reactabular/reactabular - fa2d4bc5de48a5807f5cdb051e3b051a264b5e42 authored over 8 years ago
Support nested paths at `property` definition

Now it's possible to use `property: "boss.name"` kind of definitions.
This means `value` callbac...

github.com/reactabular/reactabular - 7eee41d7d8f06c94f3e9051085863da9f5abc44a authored over 8 years ago
Support searching against nested structures

Closes #143.

github.com/reactabular/reactabular - 91fbfa1b6ad7e8278545ae97950f49dbe7cfb323 authored over 8 years ago
Skip pruning on post install

The problem is that this dropped `devDependencies`. Not good.

github.com/reactabular/reactabular - 2fc6f62635c851510ceadcb72017ce2748a1bd8f authored over 8 years ago
Rename src root files as lowercase

Looks like running `babel` loses a bit of data. So instead of `Table.js`
we get `table.js` and s...

github.com/reactabular/reactabular - 5415a29299f3e21fd9034bb4a1beacc6a276b6f0 authored over 8 years ago
demos - Add a missing trailing comma

github.com/reactabular/reactabular - 1bb344487e5c2e820dcd08d91bd1b386593ab1c4 authored over 8 years ago
docs - Port customization docs to the new setup

github.com/reactabular/reactabular - cac12ea1950ca1c0c72d65577ed7e6bdea4adb15 authored over 8 years ago
docs - Update inline editing example

github.com/reactabular/reactabular - 65a772fdff67bdef838be87b77f7dc667c78516a authored over 8 years ago
docs - Add stub for pagination

This probably doesn't need much info given Reactabular doesn't do
pagination itself anymore.

github.com/reactabular/reactabular - dc41e80b094caa0e0f72f239f7007e51076cbfe2 authored over 8 years ago
docs - Update searching a table

github.com/reactabular/reactabular - 3abef062b6b2f18a00330f63e7ac8078078c2bc3 authored over 8 years ago
docs - Add a missing import

github.com/reactabular/reactabular - 0544978e79300a47f279ddf35c28737ec2954f90 authored over 8 years ago
docs - Update sorting example

github.com/reactabular/reactabular - a72cb8b4fd58d82b19f0198c0749b2a3d46ff9d2 authored over 8 years ago
docs - Update styling section

github.com/reactabular/reactabular - 87d10cf23f288a93310c3970d772a799049bb294 authored over 8 years ago
docs - Update table definition

github.com/reactabular/reactabular - 751978d1206dda4d6a3b778785db6ece6d18f0fd authored over 8 years ago
Add a basic example to the readme

github.com/reactabular/reactabular - d9225e161436c60e20666eac50dfb709ebd881ce authored over 8 years ago
demos - Fix "loves beegees" rendering

github.com/reactabular/reactabular - e8969d652013522ed6b5bf877b855d34ec5be97a authored over 8 years ago
demos - Add missing logic to the tree demo

github.com/reactabular/reactabular - da36d5fed9746097abac898c1981c237a28ee3ce authored over 8 years ago
demos - Push tree demo columns/data to React state

Otherwise it's not possible to mutate the data easily.

github.com/reactabular/reactabular - 353c9c70f6f1180b89d7ee180223b29627ebe12d authored over 8 years ago
demos - Flatten the data structure of the tree example

This would be even better normalized. Easier operations.

github.com/reactabular/reactabular - 34d1ac5a8cf54271f8d093423f63a0c4a25b0f10 authored over 8 years ago
demos - Add a stub for showing more tree items

github.com/reactabular/reactabular - 0f4506744e991b895fb2cc07a5166b13fbff1083 authored over 8 years ago
demos - Set up a stub for `TreeTable`

This should be able to display nested data.

github.com/reactabular/reactabular - 5690256b9c8979b1625afd67c9f6ae985472fd67 authored over 8 years ago
Rename tests containing JSX so that highlighting works out of the box

github.com/reactabular/reactabular - 52b73a941fcf4073a938a9d2e15470d95203ccdd authored over 8 years ago
Rename cells as behaviors

Better this way given they fit to headers too.

github.com/reactabular/reactabular - 92a4b9f119b2de416b89fff5e0cc3f05d91f3b6e authored over 8 years ago
Push cell api handlers within an object

github.com/reactabular/reactabular - c0cbb13935d2e10e2846298c9053d2ffe34ce2da authored over 8 years ago
Drop `this` dependency from `Sort`

Much better this way. Now you can get the sorting state from anywhere
you want instead of local ...

github.com/reactabular/reactabular - ca41687987b462eae49216146eb355d5a3a42025 authored over 8 years ago
Fix remaining lint errors

While at it I noticed there's no need to pass `column` to cell handlers
anymore.

github.com/reactabular/reactabular - 30a48eb9c995c182a081a0d18b4205780afb0bd3 authored over 8 years ago
Port remaining imports/exports to ES6 style

Apparently this is possible after all. Perhaps not super pretty but this
works.

github.com/reactabular/reactabular - 1e8fb1320e297d8742f2b9b58ac1b01792fa8db2 authored over 8 years ago
Restore sorting by multiple columns

github.com/reactabular/reactabular - c345c9dd77bed798ff6d35ab3f12275571745e66 authored over 8 years ago
Generalize sorting interface

Now it uses arrays internally. This is needed for sorting by multiple
columns.

github.com/reactabular/reactabular - 487fbad067039500d7d3041a2af1e95dc3e831f5 authored over 8 years ago
Eliminate extra span from the table output

Simpler this way.

github.com/reactabular/reactabular - 1026ea94923d885b590a741ee8c1bd5a8cfa86c5 authored over 8 years ago
demos - Restore edit/delete

Far simpler with the new API.

github.com/reactabular/reactabular - 8411615bce52fac6b623e8016ac74738369e8cd2 authored over 8 years ago