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 #237 from sapegin/patch-1

Add a testimonial

github.com/reactabular/reactabular - 40429a09bde0473caa07d441874585112949f0a7 authored about 8 years ago by Juho Vepsäläinen <[email protected]>
docs - Add a testimonial

github.com/reactabular/reactabular - 8132ae9e0e2fd265ad3a195eb5a816a324293aa4 authored about 8 years ago by Artem Sapegin <[email protected]>
docs - Add a minimal example on how to mark fields as edited

github.com/reactabular/reactabular - 142b0a5712c537912678c556a6b5390255fec402 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(virtualized) - Speed up vertical scrolling with `shouldComponentUpdate`

Now it does more sophisticated checking. Unfortunately this is a
breaking change as it won't ref...

github.com/reactabular/reactabular - 8a569a5427638e77e3997d13a2a3beff7b271f65 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(docs) - Drop redundant sentence

github.com/reactabular/reactabular - 28824e7c2063687e9c5ef1374b753b45324ead31 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(docs) - Push "Overriding shouldComponentUpdate" to an article of its own

A little cleaner this way.

github.com/reactabular/reactabular - ffb40fdd126db890d1b2aab8385c3f928723d9cf authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(easy) - Inject `className` only if it has been defined at `onRow`

github.com/reactabular/reactabular - 7613bb2d4864803687231f3e4b09623e0e1c29e3 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(virtualized) - Improve horizontal scrolling performance

Now it skips rendering if it detects Y didn't change.

github.com/reactabular/reactabular - bb8427370d03b37342e583e911a4e48ebd44cd48 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update dependencies

React 15.4 now. Note that eslint-plugin-jsx-a11y is still on 2.x as
eslint-config-airbnb constra...

github.com/reactabular/reactabular - c1708a30b8733300a780a6f9daaa0eaaebedc3ff authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(docs) - Drop redundant proptype definition

A little neater without.

github.com/reactabular/reactabular - 8939373f5db44535b03f92969f9b99a14f1c735a authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(search-columns) - Avoid "uncontrolled to controlled" warning

The search inputs needed a default value.

github.com/reactabular/reactabular - a399edcbd91c7b662a1e3f76aad3b76c36f57429 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update changelogs

github.com/reactabular/reactabular - dac68769272ca18718226c940da5259541e10394 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(easy) - Add a note about performance

The drag and drop algorithm should be optimized. In any case it's a good
idea to push that to a ...

github.com/reactabular/reactabular - 850a43d5de9828fa3b4eb83fa2d5d27389301215 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(dnd) - Pass `shouldComponentUpdate` to wrapped draggable row

github.com/reactabular/reactabular - cacbc9471745419ae63e30c893e758a4dcd6847e authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(dnd) - Set up an example showing how to integrate virtualization with drag and drop

This is useful for debugging virtualization initialization. Now it
doesn't perform the initial c...

github.com/reactabular/reactabular - f9e7b6d1fedb18bcd40dea7243a140c6ee631b38 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(dnd) - Make `rowId` check looser

github.com/reactabular/reactabular - 14d1f078cee72483d8c208c06aa5fc25d156be41 authored about 8 years ago by Juho Vepsalainen <[email protected]>
docs - Push drag and drop examples below a section of its own

github.com/reactabular/reactabular - 061744809229fce6525fed39ff9844f7aca3f7d9 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(easy) - Use the correct tree moving algorithm at the demo

This needs to become faster (throttle?).

github.com/reactabular/reactabular - 136628078c801df1e25f734f1fa734940cb2841f authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Pass `idField` properly at `tree.moveRows`

github.com/reactabular/reactabular - 77da756a9471443ff7cf9413b119de843f89d448 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Expand proptype to include function

github.com/reactabular/reactabular - 8c473235187c8d8ceb9dc90317f5afd9bca239b9 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(easy) - Connect row dragging logic with easy table

There's still a warning to resolve before this can work.

github.com/reactabular/reactabular - 8c37b6ec86c3e206af89e8acbb56d3ce273ee692 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(dnd) - Expose `draggableRow` hoc

This can be used to compose rows. Still needs documentation and some
testing.

github.com/reactabular/reactabular - f89ebfde4649822cf0216ddee1be4e3a8410589a authored about 8 years ago by Juho Vepsalainen <[email protected]>
npm - Drop babel-register

Not needed anymore (no karma).

github.com/reactabular/reactabular - bbce8ad172bff917c977b0fbdac78ed8c5e5fa5a authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update dependencies

github.com/reactabular/reactabular - 1758416db7aa6081a6205e6da0a8db0b38bdb9fe authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update contributors

github.com/reactabular/reactabular - e76e89cd08cd41925922204b8a32df20963459d8 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #233 from sapegin/fix-dnd

Fix dnd example

github.com/reactabular/reactabular - 6f41c9ce61a01a4fc86108d5f3e3b7c7f90be9fd authored about 8 years ago by Juho Vepsäläinen <[email protected]>
Fix dnd example.

github.com/reactabular/reactabular - 7e11f4d567cb0f1802b783f49d17dbce5d44789f authored about 8 years ago by Artem Sapegin <[email protected]>
packages - Replace changelog dates

github.com/reactabular/reactabular - 99a0e4614b24b8b1a330a73f7247a1df7657dbc4 authored about 8 years ago by Juho Vepsalainen <[email protected]>
webpack - Tidy up

github.com/reactabular/reactabular - 28a3d4df41ca07dfff9b4fc5e112085bc9f1ac61 authored about 8 years ago by Juho Vepsalainen <[email protected]>
webpack - Tweak build

github.com/reactabular/reactabular - 326e7a1cf4f8b676264686c1558d69b490286f5e authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - b1087fb5c139f205a5d175fe98e7bf6840a329bf authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - df562e5e2b45c85813833186ba5a5a51c7d2854e authored about 8 years ago by Juho Vepsalainen <[email protected]>
v7.0.0

github.com/reactabular/reactabular - 91d904df18092e666502082100c593ca8939c0a7 authored about 8 years ago by Juho Vepsalainen <[email protected]>
package - Attach lerna npm readme hack

Far less work if this goes fine.

github.com/reactabular/reactabular - 5b5bd4eadb8b3d51b28d46aef6a7962144fea80f authored about 8 years ago by Juho Vepsalainen <[email protected]>
docs - Mention that `transform`s can be useful for styling

github.com/reactabular/reactabular - fc030ec42e7fdfae8f7835ac65cbedd314461391 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Bump peer dependencies

github.com/reactabular/reactabular - b2aa86c70a3337dd571a47c8d32200502b01e4c0 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Retain columns widths while dragging

Otherwise dnd is unstable.

github.com/reactabular/reactabular - 2f7f5c730f70e1d08c30ace72be46198244604e9 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(easy) - Push `onMoveColumns` out of table core

This is a breaking change that pushes full control over drag and drop to
the user. As a side ben...

github.com/reactabular/reactabular - 168b686c3c473127728680ea55a098868189f624 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(select) - Push selection logic out of the project

Selection logic belongs to `selectabular` now. Even though this
complicates handling selection (...

github.com/reactabular/reactabular - 004968846df6009b5e7b393c9185f6fb200fed36 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(utils) - Allow `utils.resolveHeaderRows` `colSpan` and `rowSpan` to be overridden

Closes #230.

github.com/reactabular/reactabular - c9ab553114233889e45239d5eeb5eb69e4010358 authored about 8 years ago by Juho Vepsalainen <[email protected]>
docs - Improve formatting

github.com/reactabular/reactabular - 815ef86d29671b02528c9aaf4992ea74c792d941 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Make API documentation types consistent

github.com/reactabular/reactabular - 8bdbdcc76a28837bd83ec4c0527e86f14f659572 authored about 8 years ago by Juho Vepsalainen <[email protected]>
docs - Generate more data to the tree drag and drop example

github.com/reactabular/reactabular - 06e64aa2c71ffd88810386b25fc705d5169bb05f authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Allow `null` parents for `tree.moveRows`

github.com/reactabular/reactabular - 84c912a99f2189bdcc9fba8e2221334032f4f93b authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Warn if `moveRows` failed to find old parent

github.com/reactabular/reactabular - f6b1e617a5de3ac1613ddc752f8117b418a21986 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(easy) - Pass `parentField` to `tree.filter`

github.com/reactabular/reactabular - 2e50026657bc66269ef49dc90b0429a7d1e9d3e7 authored about 8 years ago by Juho Vepsalainen <[email protected]>
chore(tree) - Update examples to use the current API

github.com/reactabular/reactabular - 2faa8fa1bb8b60f5863753498c2319f9be9ff70c authored about 8 years ago by Juho Vepsalainen <[email protected]>
tree - Refactor `tree.filter` to be consistent with the rest

You can also customize `parentField` passed to it now.

github.com/reactabular/reactabular - 5a0994cd826b0b048d964d4cb149c8dabe4e3c89 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(dnd) - Make `dnd.moveRows` interface consistent with tree

github.com/reactabular/reactabular - 661801be8dcb20df7780eb5c846c270e335c2f21 authored about 8 years ago by Juho Vepsalainen <[email protected]>
tree - Add `tree.moveRows` to changelog

github.com/reactabular/reactabular - df961ff457608f58a6ed266b3d12c8655c013e96 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Clean up move rows API

Now it's consistent with the rest.

github.com/reactabular/reactabular - 58143b0618836ff43752cd7a0e0d290b55319db9 authored about 8 years ago by Juho Vepsalainen <[email protected]>
chore(tree) - Document `tree.moveRows`

github.com/reactabular/reactabular - 7f3856e35651f3703abec46ccaf73a8c634f8f59 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(dnd) - Simplify move row interface a notch

github.com/reactabular/reactabular - 87a82a42cf84c1a01fa2f36b8991c9850b24110b authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Hook up the example with the new logic

This could use more test data perhaps but at least now it's
deterministic.

github.com/reactabular/reactabular - 480d064f161d4f9c83ac967e50d5bbd1068eb24b authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Allow moved rows to be retained

This is useful with flags like `showChildren`.

github.com/reactabular/reactabular - b68d9d55f7cfac39616c8426a681e041023ff050 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Implement basic logic for moving rows

github.com/reactabular/reactabular - 9fd956e1513c1edec323f9ba76e66c788d63af04 authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Add a nested sibling test

github.com/reactabular/reactabular - 669b49dafaa8569044cbb86e60be47f25ae7340f authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Add a sibling test

github.com/reactabular/reactabular - ec4f380a72c6130c0baa3bc5189b96ffe67e0ffa authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Add parent cascade tests

github.com/reactabular/reactabular - 1d9d12fc1626db9acf665c0c7ebd611df6af4c3e authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Add more tests

github.com/reactabular/reactabular - 3ab984e7123224ee6898f56dd254d90d43a46ffd authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(tree) - Add initial test for tree moving algorithm

github.com/reactabular/reactabular - 0a3777eebc9f560d7cf3d3d98fa25fbf4f10feb1 authored about 8 years ago by Juho Vepsalainen <[email protected]>
test(dnd) - Add initial tests for moving rows

github.com/reactabular/reactabular - 81a084c27541a5b86f6522cc8ab212fa4414904c authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(dnd) - Rework `moveRows` interface

It's more generic now. Easier to work with.

github.com/reactabular/reactabular - 69024360440f8fb6f81e35d2c50c40fc881e198f authored about 8 years ago by Juho Vepsalainen <[email protected]>
feat(dnd) - Sketch out more general move rows interface

This will replace the old interface once stable enough.

github.com/reactabular/reactabular - 5c842d7138b2715aeca254095aea89ab90720c52 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(resolve) - Tidy up test

github.com/reactabular/reactabular - 1c83bdb62ff66e1c5ee425a2d0c4e17ff6e4d5aa authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(utils) - If `rowKey` value is zero, `resolveRowKey` should return `0-row`

github.com/reactabular/reactabular - cb1931c655877776171ab393fd8a1231741e9860 authored about 8 years ago by Juho Vepsalainen <[email protected]>
tree - Handle moving with tree children

github.com/reactabular/reactabular - c19cf6c227201a7abdb2c7fb6544a406ba427ce4 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Simplify

github.com/reactabular/reactabular - 302ab4fda7fe43245768a62e9d22bb2c0eff5579 authored about 8 years ago by Juho Vepsalainen <[email protected]>
tree - Operate only against immediate children in dnd

github.com/reactabular/reactabular - 87cbf9a5b6457b8533e86eeaa84d5e919f2289c3 authored about 8 years ago by Juho Vepsalainen <[email protected]>
tree - Add `tree.getImmediateChildren`

github.com/reactabular/reactabular - a6abf87ba24d3cc00954e921ce51e3bc77611817 authored about 8 years ago by Juho Vepsalainen <[email protected]>
tree - Simplify logic a notch

github.com/reactabular/reactabular - 6334b5cb07bc24cc5ca327f8a1b5427d48e0a72f authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Fix typo

github.com/reactabular/reactabular - d33d24fce3a8284954c53cf5115eb29702fd1ee3 authored about 8 years ago by Juho Vepsalainen <[email protected]>
tree - Set up simpler test data

github.com/reactabular/reactabular - 06e39abec82f28410c04ef0165a7df04ed7a2ffa authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Push resolution logic to the right place

This needs to be dynamic.

github.com/reactabular/reactabular - e1c10076a245e046627b5ca781af47e043931e32 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(dnd) - Improve formatting

github.com/reactabular/reactabular - ccbbf7159732dcdf3b58c6e9228162f47325cf33 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(dnd) - Improve code formatting

github.com/reactabular/reactabular - 6b6bb95d152d91de972e6b8d01af04e24f841632 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Add tree data

github.com/reactabular/reactabular - 80b54e75360e381a7102fe27b5c2933a9b36d5cf authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Allow `tree.toggleChildren` to work without column `props`

github.com/reactabular/reactabular - f26404f91a25eeb9a97906d33e60272fab65fd59 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Add stub

github.com/reactabular/reactabular - 6f4e7570158fd32b65189bd667100fbd5fca1ca2 authored about 8 years ago by Juho Vepsalainen <[email protected]>
tree - Add stubs for logic

github.com/reactabular/reactabular - 0d340e0fcac17c29093790325eab47e923652061 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Add stub for example

github.com/reactabular/reactabular - 15d782052726c4037a6845ea9e84db8b0a0f578e authored about 8 years ago by Juho Vepsalainen <[email protected]>
Set up favicon

github.com/reactabular/reactabular - 401c5489b9b8c734b53dfcf6197539fcf431f7dc authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - 592af8610e4bb58f89eba06a5beb1af538401077 authored about 8 years ago by Juho Vepsalainen <[email protected]>
v6.1.2

github.com/reactabular/reactabular - 64929850a99d622aa613da937b11a958b3a6d0e2 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update changelog

github.com/reactabular/reactabular - d52a973c6cd7c8e2a87f99462c6e6ab5a568abc0 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Add @smoke to contributors

github.com/reactabular/reactabular - 9094323a2c76416f43964d68e20876e6fa0d7333 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #229 from smoke/easy-table-fix-on-row-per-breaking-change

fix(easy) -`onRow` accepts `row, { rowIndex, rowKey }` per `table` breaking change

github.com/reactabular/reactabular - bf8a9c009a4996cbd64989c4d49fc2dfc415665d authored about 8 years ago by Juho Vepsäläinen <[email protected]>
fix(easy) -`onRow` accepts `row, { rowIndex, rowKey }` per `table` breaking change

EasyTable `onRow` accepts `row, { rowIndex, rowKey }` instead of `row, rowIndex` as per changed ...

github.com/reactabular/reactabular - d190045c0d1c7b33b730eceb28a761848f28bc2b authored about 8 years ago by Radoslav Kirilov <[email protected]>
Update dist

github.com/reactabular/reactabular - e8c984a2ee4afe3879c3b92162d7e4fc13f419dd authored about 8 years ago by Juho Vepsalainen <[email protected]>
v6.1.1

github.com/reactabular/reactabular - 40b952ecc64d3ba336001fe6897b5381940f4711 authored about 8 years ago by Juho Vepsalainen <[email protected]>
fix(tree) - Allow `tree.filter` `parent` to be zero

github.com/reactabular/reactabular - fd6ca98fb556eab9d7fae8ca29cd4b2de19e83b8 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Update changelog

github.com/reactabular/reactabular - 4683cc62dcbbda73bb4a2c1992ea419b5a8ef92d authored about 8 years ago by Juho Vepsalainen <[email protected]>
Add @chiss2906 to contributors

github.com/reactabular/reactabular - bd9fb405e6b6855541155ba65038885dd7f66e77 authored about 8 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #228 from chiss2906/filteringFix

fix(search) - If no property is defined, return false

This also improves performance a notch.

github.com/reactabular/reactabular - 58e75768d9ced71a7df2fdef1eead14b9e4eec03 authored about 8 years ago by Juho Vepsäläinen <[email protected]>
_column_matches - performance improvement.

github.com/reactabular/reactabular - 60e91197c305713bcf718d93dfa843a3b906dc6c authored about 8 years ago by Adrian Kolakowski <[email protected]>
_column_matches - wrong filtering if column property undefined.

github.com/reactabular/reactabular - 03461f2419f5c39218c0d2e53d2c51283efb8fd5 authored about 8 years ago by Adrian Kolakowski <[email protected]>
Update dist

github.com/reactabular/reactabular - eda941265395b6eecf1ae2e97f34758811d80981 authored about 8 years ago by Juho Vepsalainen <[email protected]>
v6.1.0

github.com/reactabular/reactabular - 4aa362f188ed4eb6437f76231504b4468e82afd0 authored about 8 years ago by Juho Vepsalainen <[email protected]>