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

Use the new id scheme for editables

github.com/reactabular/reactabular - a1cf8a615cdba11c8e12ecf2fa2681156469bf3a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Use specific lodash import for demo

Not sure if this change makes sense for lib. Need to keep an eye on dist
sizes.

Closes #29.

github.com/reactabular/reactabular - 02ddd47af3caf756b327631bd6956ffde527f68b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Split up Search into query and filter components

This simplifies things further and allows edit/remove to work correctly
with searched data.

Clo...

github.com/reactabular/reactabular - 315a24700bfdf4167e03f46ac74271f62d01e1ad authored over 9 years ago by Juho Vepsalainen <[email protected]>
Attach ids to full example

Now edit/delete gets the correct data when operating on searched data.
The problem is that the c...

github.com/reactabular/reactabular - 9c3bf48d8dd9ee4918fde54d597d391e69853c39 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Drop reference to editedCells

github.com/reactabular/reactabular - 5f6efe61ae37530a1b700acaf68a92454b5b8340 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add missing ` to README.md

github.com/reactabular/reactabular - 9913e031ab2b9d56df9fe0c3078c49c36d8873c2 authored over 9 years ago by eviltoylet <[email protected]>
Remove annozip from full_table.jsx. Fixes #27.

github.com/reactabular/reactabular - 8df88526ab2fb7012dbdf6f8355a8f3ae13944b4 authored over 9 years ago by eviltoylet <[email protected]>
Keep track of internal value of input

Looks like `defaultValue` cannot be used here as that will work
incorrectly if a row before the ...

github.com/reactabular/reactabular - a2de4240a61dae22dac0fc633f5746438ef4276f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Expose `onValue` callback of cell editor

Maybe whole `editedCell` mechanism should be exposed as well? That would
get rid of the potentia...

github.com/reactabular/reactabular - d7f533fd91732c24a21b3d08e0b1b5ce4b086784 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix input value type

github.com/reactabular/reactabular - 869ec65589d8ce0883771f6824ce8aba1a5bf302 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add missing displayNames and propTypes

github.com/reactabular/reactabular - e0afe167f6bdc686a500899f3a0684b9550168b7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify lint configuration

It's better just to define `.eslintignore` and invoke `eslint . --ext
.js --ext .jsx`.

github.com/reactabular/reactabular - e99a2e1a60a8efb82bfc5a04badf8dce5abd625b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Simplify lint configuration

github.com/reactabular/reactabular - 1f295ae59a62d291af46f71ce991cff6653f5e25 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add missing propTypes

github.com/reactabular/reactabular - 2900d9a8b95339b7b29a9cd55d701225104bec3d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update plexus-form and make modal form look much nicer

Closes #23.

github.com/reactabular/reactabular - 0843893040ed20ba12483989e1f2137c7a635c19 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Allow sort_column default sorter to survive nulls

Big thanks to @spincycle for the report and fix.

Closes #21.

github.com/reactabular/reactabular - ddb6dd0dc9619c64a956a0c933719e9ddaf1d6bb authored over 9 years ago by Juho Vepsalainen <[email protected]>
Allow sort_column sorter to be swapped

Closes #19.

github.com/reactabular/reactabular - fe5ab962be2d240721edfe30e863861e39156ba0 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix function proptypes

These should be `func`.

github.com/reactabular/reactabular - 74a5ff7ac19fed383c80f8381d9ac93a8fd0981f authored over 9 years ago by Juho Vepsalainen <[email protected]>
Lint jsx

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

github.com/reactabular/reactabular - 48456d4fa345ea551f082a4180005a785dc7c5bc authored over 9 years ago by Juho Vepsalainen <[email protected]>
Replace `React.addons.classSet` with `classnames`

`classSet` has been deprecated in 0.13 so better get rid of it.

github.com/reactabular/reactabular - 5dd0671fee6819b0269ace096aa9d904d0ae89f7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Add contribution section

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

Closes #20.

github.com/reactabular/reactabular - e7f49173a204479adb2a3e5c2cd2d13b7cd98a9b authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update demo to use Pure 0.6.0

Closes #24.

github.com/reactabular/reactabular - b655413f9af6fc50358d087655ce1901cf915f20 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix plexus-form version to 0.1.0

I need to have another look at this. Something in a newer version has
gone broken (API change et...

github.com/reactabular/reactabular - 48456b7d8428ae8026c9617536ea901960a43b20 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Document highlighting and custom cell ops

github.com/reactabular/reactabular - 728d11e0a2e209f605a6ef6381ed4fb78d5a2fb1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Remove TODO

github.com/reactabular/reactabular - 423c0eca12b7619d0e41401f29c4d72c36381466 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Update README to match current state

Still need to improve highlighting bit and document it.

github.com/reactabular/reactabular - 61845344484b8ab04d3aec933402d7864ca0fa64 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Fix tests

github.com/reactabular/reactabular - c4c59b2a28e871ce70af9ef89ad0103bc8ebf4f1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Change search formatter contract back to old

Better cohesion this way so let's go with this.

github.com/reactabular/reactabular - ec5db9d7c84f9530fee409858d21de8818d9a5c8 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Push higlighter to `Search.highlight`

It is a factory that returns highlighter itself. Demo:

```js
var highlight = Search.highlight((...

github.com/reactabular/reactabular - 6080084beb93d2e898caf8236f05d2f0a12bfc5d authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Implement a search result highlighter

Closes #22.

github.com/reactabular/reactabular - 59100af538c38b9aaf5404ba0949b6fb9bfb5af6 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Make search work on non-string values

github.com/reactabular/reactabular - 1eccaf66d7353e1830f7fff42657bb967704a88d authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Allow formatters to be passed to search

This way it's possible to use the same special formatting for table
itself and search results ma...

github.com/reactabular/reactabular - 3246985eabe3f62407f7c6d07f3652c01351c48d authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Expose search query via search

Now it injects it to search data after invoking search. This data is
needed for highlighting etc.

github.com/reactabular/reactabular - e627314c8d5b346c405ca8024e2cd61d8802a0a2 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
createEditCell -> editable

github.com/reactabular/reactabular - e7a9eadcf371a57e06b1dc64575093c361060f85 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Fix eslint warnings

github.com/reactabular/reactabular - 8bd9bb8ada32e4d01c1f96aeec10b8c2767f073e authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Fix boolean editor

Just needed to make sure it checks against undefined correctly.

github.com/reactabular/reactabular - 6d985708d38541ac12cdabfaae2b15487ee98999 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Remove XXX and add TODO

github.com/reactabular/reactabular - c4ce9a409e1b0680875a93305dea411170bdc9eb authored almost 10 years ago by Juho Vepsalainen <[email protected]>
In case no cell data is provided, just use identity formatter

github.com/reactabular/reactabular - 037f0db002b4c2dd2ac229a292b8ed3271569557 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Deal with single formatter case

github.com/reactabular/reactabular - f42ce2e00e80a94a83cc4b63aaf6567f93758bc5 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Make editor+formatter case work reliably

Just needed to simplify things further. If some item within a cell pipe
returns JSX, it will jus...

github.com/reactabular/reactabular - fcd710cdf01b3b24a6cd76a2933f4b7a44ffd378 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Simplify table cell handling

First pass at suggested fixes.

github.com/reactabular/reactabular - 9a4ab200a63fb380700b055cc71a27f8abdbd351 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Sketch out a simplified API for cells

Still need to understand what's up with boolean editor but the basic
design is there. The nice t...

github.com/reactabular/reactabular - 11cc4a416d3f4d2571d775f4f73adfeca77a16ba authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #18 from bebraw/add-search-field-to-columns

Add a transform field for search on column definition

github.com/reactabular/reactabular - 91bd12d8a693b80958fa1a4cbfc11b47af40149a authored almost 10 years ago by Juho Vepsäläinen <[email protected]>
Add a transform field for search on column definition

github.com/reactabular/reactabular - 9b501786e37365a23680cbabeff0b60cb33f66ec authored almost 10 years ago by CHANB056 <[email protected]>
Add missing index.js

github.com/reactabular/reactabular - eb790c8be95749857572eede67b38b807d6794a4 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Tidy up Webpack configuration

Now all Webpack configuration is in a single file. The old entry points
act as adapters (they ju...

github.com/reactabular/reactabular - 16329aeaef727164739756da3032b78f55bd390c authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Set up `process.env` for development build

Looks like React will fail without this as it cannot find `process.env`.

github.com/reactabular/reactabular - 9dd296ce923a1b4e35d605f2576e6a8bbeb5ae53 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Set up propTypes and defaults for Table

I'm not sure if other bits would benefit from this. Table is likely the
most important one to do...

github.com/reactabular/reactabular - fca46dd56fbdd1b1a6b1bc4b7532050f344188fa authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Drop annozip dependency

Replaced with lodash.

Closes #16.

github.com/reactabular/reactabular - 176dde27a7b1dc24b81b4cbbf534cbbb503d87e0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add `top: 0` to demo header

Looks like Firefox requires this.

github.com/reactabular/reactabular - 8e860a48421c868cd9c9fb04c59cdc073b8ea110 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Fix identity test

Related to #13.

github.com/reactabular/reactabular - 599c791a99b43a9d0f348683aaaaa6a0500ec76c authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Let dropdown editor get the correct value

For this to work I needed to pass both original and formatted value to
cell. Cells can then use ...

github.com/reactabular/reactabular - ddc586e07ead0858573e74dfc6966d61c7013aa0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #14 from eviltoylet/master

Extend search to allow for predicates

github.com/reactabular/reactabular - 3fd6b8037f8e3343164ef30bffddb238fdd131be authored almost 10 years ago by Juho Vepsäläinen <[email protected]>
Extend search to allow for predicates

github.com/reactabular/reactabular - f78aae7fd8f696e377bc1a5e792bda2d214c77ab authored almost 10 years ago by CHANB056 <[email protected]>
Let inline editors operate on the correct data

They should point at local page data, not all. Previously it would edit
the first page always!

github.com/reactabular/reactabular - 7d7d0e0a0656bd1e3a4a1c9a2e825ba26081b10e authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Use `react/addons` everywhere within `/lib`

This should help with Travis issues.

github.com/reactabular/reactabular - 32eac77e1c72e4c519a399ae7aff968a6d82ee40 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update dependencies

Hopefully this helps with the failing tests. Now dependencies should
have nicer declarations for...

github.com/reactabular/reactabular - 2e9f5911e69a70e6957d472256bf768ad0d09b40 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add @eviltoylet's contribution to readme

github.com/reactabular/reactabular - d50750efd591da5fb9ddbf2344200118342902d5 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #11 from eviltoylet/master

Generalize `column.cell` to `column.formatter` and `column.cell`

Now search should get format...

github.com/reactabular/reactabular - 2bbc61854867ae53aea4be19145862d538edfe87 authored almost 10 years ago by Juho Vepsäläinen <[email protected]>
Split out cell into formatting and customization components

github.com/reactabular/reactabular - d936c77634242c7ae31ba938b3550d63e9177fcc authored almost 10 years ago by Brian Chang <[email protected]>
Change the contract for column.cell so that it is just a general purpose formatter

Closes #10.

github.com/reactabular/reactabular - 6f0a742006a21cc12355f88b604a2ab1fe231405 authored almost 10 years ago by Brian Chang <[email protected]>
Simplify configuration

Node adds webpack/jest to PATH automatically!

github.com/reactabular/reactabular - 21365ba8ce8c662471e26df3bcd105e2c6bd3661 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update dependencies

github.com/reactabular/reactabular - 779e03ec5811f6eb88d156a99349ee8c61aa9b92 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Tidy up webpack configuration

Importing Skylight is simpler now. `node_modules` was excluded so it
failed to process it correc...

github.com/reactabular/reactabular - 68f9370bf62afe01f110e9e102475ce5bbdd4b65 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
0.4.2

github.com/reactabular/reactabular - 135c03b13953471b3a2e9f1250459f3a184012ac authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Move React to peer dependencies

This should avoid issues with multiple installed React versions.
Reference:
https://stackoverflo...

github.com/reactabular/reactabular - 3757d56ed190e0ca553c243639a6d28a90ed4785 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Add @eviltoylet to contributors

github.com/reactabular/reactabular - d49fe770f0310417a544e9accd3ad1080b61f1cb authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #9 from eviltoylet/master

Update README.md with working formatter sample code

github.com/reactabular/reactabular - 90c89ed089a1da343a32f8201ae2632f8537b5bd authored almost 10 years ago by Juho Vepsäläinen <[email protected]>
Update README.md with working formatter sample code

github.com/reactabular/reactabular - 1dbb1b7fb52e4cbf11f76a07145d6212ee293722 authored almost 10 years ago by CHANB056 <[email protected]>
Fix typo

github.com/reactabular/reactabular - 10f90ff9d23c6809437cd02bfcd84b65ec10ad5a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Improve ribbon letter spacing

github.com/reactabular/reactabular - 379ad0937330b4ace1a1729e5c718690fc1ad11b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Fix typos

github.com/reactabular/reactabular - b467f31be350ac92d5fc346a954e04c55cd09fef authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Mention edit at intro

github.com/reactabular/reactabular - 10d188eb468187d3bd09c5dd0f5f4913c4fc744f authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Make skylight dialog overlay fixed

Absolute positioning was problematic when scrolling.

github.com/reactabular/reactabular - b041929a581103fe0cc00e8bcf4600c1810fdf2f authored almost 10 years ago by Juho Vepsalainen <[email protected]>
0.4.1

github.com/reactabular/reactabular - 210c4574baddc7d73d90058e6497cb87c9d1ee7b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - b056f1516e91220cfdc34b9171178da29347bc48 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Set up basic edit modal example

github.com/reactabular/reactabular - f6275879a14f7ddc9994d2408a5b65921b6accfa authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Ditch jumbo header

Replaced it with a sticky one.

github.com/reactabular/reactabular - 2836b059f613fa52fd9bb70a7bb6133dd79c38de authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Replace mutable deletes with immutable update

Much better this way.

github.com/reactabular/reactabular - 8678943908105150ebff759a14fdc3f56f2bab1a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Fix fork ribbon letter spacing

github.com/reactabular/reactabular - 5c764c2dd7ccc335cd546acf915b3bc963c0da79 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
0.4.0

github.com/reactabular/reactabular - ba8fed302d85739ec3c9308ef6fe06346648b880 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Move style imports to `index.js`

github.com/reactabular/reactabular - def002c492ccea8b9ff5bd8e199f6200fe401347 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Fix letter spacing of github fork ribbon

github.com/reactabular/reactabular - c2e726050ce0992903894164a91ce4adc7ef5e8a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update dist

github.com/reactabular/reactabular - 301ef9d62c7cc470aad7f5bf30a7f97f42ee706e authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Remove reference to paginator

github.com/reactabular/reactabular - e571f0d1422287970c287f0c6b1332c81f8a6603 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Make it easier to customize header behavior

github.com/reactabular/reactabular - 1ae4f8570aa10e44039193fb04f59ad4d4a83d8e authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update dependencies

github.com/reactabular/reactabular - 3195275877d40fed36f137ca18a82ec1a81eacbf authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Eliminate prepublish

The problem with this is that the generated dist won't get into the
repo. Ideally there would be...

github.com/reactabular/reactabular - cd8033139ad18c57fe8c1683acb52c937efba36b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Attach beginPages and endPages to pagination example

github.com/reactabular/reactabular - d4ac1224109bcd50d64cda1ef42f2aa681ed56c9 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Generate dist before publishing

This might actually require additional commit to work correctly... Still
experimental.

github.com/reactabular/reactabular - 01b1befd08f909e11d8ea81ed5a0d170bf085cc4 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update react-pagify

github.com/reactabular/reactabular - 898bc6e6296c46faab9392dac5719517fcbf8309 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Fix typo per page handler at demo

github.com/reactabular/reactabular - 1759345fa16b5020d3be8f43d960312c177e7f1a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Fix centering in demo at Firefox

github.com/reactabular/reactabular - bb05af5d272a0a41bf37ce6eed5f282a357050d0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Remove extra ```

github.com/reactabular/reactabular - 97c330455c0178840aa886cb2a82f92ac16964f4 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update demo page title

github.com/reactabular/reactabular - af8c77de2bfcceec5c98ac006a63d3a43e1e5d50 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
0.3.0

github.com/reactabular/reactabular - 8e15dc61237e0c6b4899cb542d255d632efa1590 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Improve wording

github.com/reactabular/reactabular - 178ad7643e5c45e676bc659a24336cfe314a8dd0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Tidy up

github.com/reactabular/reactabular - 8a0852ec11f28a35dfaf38a5fb403e3806f27ac7 authored almost 10 years ago by Juho Vepsalainen <[email protected]>