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

select - Drop direct dependency on Reactabular

github.com/reactabular/reactabular - 2a865c7f4e105c95bcc4894686c9832285265d51 authored over 8 years ago
table - Drop redundant proptype checks

`component` went elsewhere so there is no need for that anymore.

github.com/reactabular/reactabular - 179671c241b184626c87b2014a6db2b59c81c777 authored over 8 years ago
easy - Pass `query` to `Search` at the example

github.com/reactabular/reactabular - 8dcf4f70870d9c60bd5416ab61f791f925a78be8 authored over 8 years ago
docs - Attach missing query

github.com/reactabular/reactabular - 0d0d48dc0e60efab1c9acde079aea2d5e1adac75 authored over 8 years ago
search-field - Accept query as a prop

Selected column should probably become a prop too. Then this could
become a stateless function.

github.com/reactabular/reactabular - 6770b4e6d59915273b98097c2db11c5525cc05fc authored over 8 years ago
search-columns - Rewrite as a stateless function

Better this way. You should pass `query` through a prop now.

github.com/reactabular/reactabular - b596e3489d69a581525f1fc90a4a66ceca44e208 authored over 8 years ago
search-field - Add missing peer dependency

github.com/reactabular/reactabular - 4878a380971140a1f45767f8dd2094c91958b978 authored over 8 years ago
search-columns - Add missing peer dependency

github.com/reactabular/reactabular - 059e7295b38d593570ff2465ce2b71ecea243bb4 authored over 8 years ago
easy - Expose `onSort` and `sortingColumns` props

Handy for persistency.

github.com/reactabular/reactabular - 3fed331777ca57f662e5e2798ae0295bc5f4d9c1 authored over 8 years ago
table - Make `rowKey` propType check compatible with React 15.3

It should also give you better output during development now.

github.com/reactabular/reactabular - 79127568bb108f884dd9b830665a6038f8efe59f authored over 8 years ago
docs - Improve wording

github.com/reactabular/reactabular - 7d437c30c3cd16e573c39d78ddeea79905f7bdab authored over 8 years ago
search-field - Push to a package of its own

github.com/reactabular/reactabular - 5ab556bb69eb1fbac0871bf78d5d2423d40ab49c authored over 8 years ago
reactabular - Remove extra newline

github.com/reactabular/reactabular - 5c034a1b339d93468f506c86639fa2e078577e34 authored over 8 years ago
easy - Expose `headerExtra` prop

This can be used for injecting extra rows to the table header.

github.com/reactabular/reactabular - f0c5a1ec44d17c816b6552f977f696b4a4ce6508 authored over 8 years ago
search-columns - Separate to a package of its own

github.com/reactabular/reactabular - 2193d97df284e658d9845f76ea2491bf54468298 authored over 8 years ago
docs - Rename `ColumnFilters` as `SearchColumns`

This will become a package of its own.

github.com/reactabular/reactabular - cb22780a9bc1f9dd7bb33504eeffd71435efac85 authored over 8 years ago
resizable - Fix readme example

github.com/reactabular/reactabular - d619006bb1c47cef1cd66d0c56120a67ff4c7401 authored over 8 years ago
easy - Push reactabular dependencies to peer dependencies

A little cleaner this way.

github.com/reactabular/reactabular - 0278e0229286a4083fc6cbe1cc46f805c23bd906 authored over 8 years ago
edit - Expose `event` to `onActivate`

github.com/reactabular/reactabular - 5ee69b9cf6cb5b53dcee3ec4c2effe52c3938006 authored over 8 years ago
webpack - Disable lodash optimization for now

Looks like that broke `findIndex`. Probably missing something...

github.com/reactabular/reactabular - 050a6b59040db97c97fe981e85756c808d6ecaf3 authored over 8 years ago
edit - `onDblClick` -> `onDoubleClick`

github.com/reactabular/reactabular - 220c33f892d5d6a9c4d6874d712a6932d0ffafb6 authored over 8 years ago
webpack - Integrate lodash-webpack-plugin

This makes the dist bundles somewhat smaller.

Normal: 200k -> 137k
Minified: 63k -> 50k

github.com/reactabular/reactabular - 23bd07e50cb7dc6f3c499ca64e7dbf3248b40cdb authored over 8 years ago
easy - Generalize format composition

This enables more functionality as it's easier to add custom fields to
the system now. The same ...

github.com/reactabular/reactabular - 4c390f113115ddace2a1a63e6fba0425730f8eeb authored over 8 years ago
table - Pass unresolved values to `Table.Body` transforms instead of resolved ones

github.com/reactabular/reactabular - e1682710bf946bbe0f2ce728a6cd571aa4e83a5b authored over 8 years ago
select - Drop `react-dnd` development dependency

github.com/reactabular/reactabular - b30fd09778a159e550198721626d4febf189a492 authored over 8 years ago
easy - Expose `selectedRowId`

If your selection logic relies on some other id field than `id`, it's
possible to change it now ...

github.com/reactabular/reactabular - b7d4f5f40154ebd7779b40a5665d35dc0e50ae99 authored over 8 years ago
easy - Use `reactabular-select` internally

This makes it possible to expose `id` related hook.

github.com/reactabular/reactabular - 815324ae19e4b864e48842683d750267bf0d3a27 authored over 8 years ago
select - Push selection related concerns to a package of its own

github.com/reactabular/reactabular - 75eae2b327f10619c7aababf828856232642de5e authored over 8 years ago
easy - Trigger `onMoveColumns` only after moving columns has finished

github.com/reactabular/reactabular - 5d685006db1a1be9117d82637b07ef54ede8301a authored over 8 years ago
edit - Allow `activateEvent` to be overridden

github.com/reactabular/reactabular - 1ce0214285cebecfa3390f9cafc7c97b761443cb authored over 8 years ago
sticky - Drop ReactDOM reference

It's better to go through `getDOM` API.

github.com/reactabular/reactabular - 73e66c667efd7dcbda464b8264c205391c07f764 authored over 8 years ago
karma - Allow a subset of tests to be run easily

github.com/reactabular/reactabular - 2062226b0cc00969f5ad050388c8a214ae73430f authored over 8 years ago
Attach Gitter sidecar to the site

github.com/reactabular/reactabular - c74318dbbd3bfae642ae8e3a0a6925c2f04592f1 authored over 8 years ago
easy - Remove extra newline

github.com/reactabular/reactabular - ccec8358d18ccc4c110542e184be545af44afb82 authored over 8 years ago
babel - Remove extra newline

github.com/reactabular/reactabular - e00b3a13c45180fe95c8480d24c0a6522a716bbd authored over 8 years ago
babel - Generate NODE_ENV checks for propTypes

Smaller size for production usage.

github.com/reactabular/reactabular - e255cfe4e9dadeda549890d18fa61b9dfd59e1f2 authored over 8 years ago
table - test `Table.Body` `onRow` prop

github.com/reactabular/reactabular - 1f2b3e5290eb2d3e4b7f6aa9224fef1a254e83e5 authored over 8 years ago
table - Test `getRef`

github.com/reactabular/reactabular - f43d50660351ebb5906a1edeb2c4442772ad314e authored over 8 years ago
packages - Fix changelog version dates

github.com/reactabular/reactabular - 81fa67ec36256473413f648fc470d3fe86a2bead authored over 8 years ago
sort - Do not crash if column `cell` definition is missing

Closes #178.

github.com/reactabular/reactabular - a4e7f6102bf62f0312710c76f43cd3fed52967e9 authored over 8 years ago
easy - If header `sortable` and `resizable` are set, allow custom formatter

github.com/reactabular/reactabular - 7c666aff7819205d717103fa2c0ec0a75b7956b5 authored over 8 years ago
sticky - Fix import

Sticky needs tests...

github.com/reactabular/reactabular - a5c9f3dcd12db6da120d2b4f250cdb65d38e2d8f authored over 8 years ago
table - Drop `lodash/omit` dependency

We get a slightly smaller dist bundle this way.

github.com/reactabular/reactabular - f8237011da73e79d8c51d3059a45576480c45c0e authored over 8 years ago
sticky - Point to `reactabular-table` correctly

github.com/reactabular/reactabular - 954d036aa87a1b24108e710cff0991ac9b64c354 authored over 8 years ago
edit - Allow `editingProps` (`value`/`onValue`) to be overridden

github.com/reactabular/reactabular - 279454033d46ff30131bcd21e04cbec191e0df30 authored over 8 years ago
sticky - Make `reactabular-table` a peer dependency

It's better to let the user decide here. Also breaks a weird dependency
between reactabular, rea...

github.com/reactabular/reactabular - faeb7f21c6b4baae51173f3a7476912306759c62 authored over 8 years ago
docs - Drop a redundant css rule

github.com/reactabular/reactabular - 7dc791a4e7365c5bbf271ac56546f13bea12c379 authored over 8 years ago
Set up nicer GitHub ribbon

github.com/reactabular/reactabular - 38828c310f2415b88e9121cf2d4ae2bec9071d38 authored over 8 years ago
packages - Add `module` field

Looks like rollup uses this so better support.

github.com/reactabular/reactabular - d80677e4e54eac01e2d8838fac68135097afc3d8 authored over 8 years ago
easy+sort - Fix linting issues

* reactabular-easy doesn't depend on react-dom anymore.

github.com/reactabular/reactabular - fedbd5c56772df52ae6f5e448c24811b23f52ada authored over 8 years ago
sticky - Document API briefly

github.com/reactabular/reactabular - c3eaa07291b516d37c9f8f150c35c6952ba55328 authored over 8 years ago
table - Add `getRef`

This is needed for digging underlying DOM nodes.

github.com/reactabular/reactabular - 1aa0b379a7e38e77e137447c09afbc7502fe1392 authored over 8 years ago
Update dependencies

github.com/reactabular/reactabular - 08295d4afc51c9de3cbc160a7dcc2ac84c055d5b authored over 8 years ago
Add Node 4 to Travis

This should work now.

github.com/reactabular/reactabular - 18c41fc9347be2e048445f3fea99d1d1bea711a3 authored over 8 years ago
docs - Simplify documentationImports

github.com/reactabular/reactabular - 70e08dfb2496900f7b9a8647fee2e9de56f1377c authored over 8 years ago
docs - Drop React from documentationImports

That's handled by Catalog. Better not do this.

https://github.com/interactivethings/catalog/iss...

github.com/reactabular/reactabular - 3fe0a11b164edda918cb09fe44259b76a2961cf9 authored over 8 years ago
docs - Simplify markdown imports

github.com/reactabular/reactabular - 72033d24af1e536573898d8ec74bd9f556ef8ab4 authored over 8 years ago
easy - Drop resizing from the last column at the demo

github.com/reactabular/reactabular - 7a1b85a175190c1f1d7ad1b42e7833159be6033e authored over 8 years ago
easy - Add support for row selection

github.com/reactabular/reactabular - ecc601a1e5bbd77d389f75ddb390e61779d6d397 authored over 8 years ago
easy - Add sort numbers + sort reset

github.com/reactabular/reactabular - beb3063cfefb86b0091a89bf75b95d843dce7295 authored over 8 years ago
sort - Make `sort.reset` check less loose. It should handle objects now

github.com/reactabular/reactabular - eb5ad545f6515e5f9c0ea9fd32c534945218e778 authored over 8 years ago
sort - Add `sort.reset` and `sort.header`

github.com/reactabular/reactabular - 8fc35a60c6724faa9a92cc0b71a6858cad8ee9a0 authored over 8 years ago
packages - Drop in-publish

Looks like this isn't needed now that Travis works.

github.com/reactabular/reactabular - b2de46d7ebbecbfa85189f0fdcbb131b759677fa authored over 8 years ago
eslint - Ignore reactabular imports

github.com/reactabular/reactabular - ba895fb9b32665d35cb247e916c74468477158d8 authored over 8 years ago
travis - Install missing in-publish

github.com/reactabular/reactabular - 811e2d4a1e8efb861368916189b952dc1aefb8b9 authored over 8 years ago
travis - Run "lerna bootstrap"

Hopefully this works.

github.com/reactabular/reactabular - f74f4ad1cd62fae09f97fb4c3465ea8b85474e3f authored over 8 years ago