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

docs - Simplify search intro

github.com/reactabular/reactabular - d723a76ef4b4fd0d60d4baecc2e7bad0919d48aa authored over 8 years ago
docs - Improve formatting

github.com/reactabular/reactabular - 9d5fb77d999b4fb4feb1c11b1e8bd30d4b95b702 authored over 8 years ago
docs - Add a note about `Search`

github.com/reactabular/reactabular - 9b28cd6f2e83be579df126f59ff55a5aef62b45d authored over 8 years ago
Simplify description

github.com/reactabular/reactabular - dbfa838b7bda6a289006f8afc83e0ad68970b20b authored over 8 years ago
search - Optimize search performance (performs less work)

Now `search._columnMatches` is considered internal.

github.com/reactabular/reactabular - d1bb9a01097f419180d117f6bcc43780d2f38bae authored over 8 years ago
docs - Document and improve the search API

`strategies` over `predicates`. This is consistent with the API naming.

github.com/reactabular/reactabular - 8ed8666daa6c9f5370888565780503c86a4e7c56 authored over 8 years ago
docs - Handle selection cleanup correctly

github.com/reactabular/reactabular - e5ca9135d09f1e5b5ba9b6681755396c1b56aebf authored over 8 years ago
docs - Use `keyCode` over `key` at selection demo

This should work better on browsers other than Chrome.

github.com/reactabular/reactabular - 41291f01403d532253f1e40a5f7d64551233e473 authored over 8 years ago
table - Show `failed to find property` warning only if property is set

github.com/reactabular/reactabular - 7a857e61051dfa90e8c50715220fb9e794e6b764 authored over 8 years ago
docs - Add missing imports

github.com/reactabular/reactabular - 6ac4cbb28283593a099e771d59cb51e5358c849d authored over 8 years ago
docs - Update search docs to use `query` over `searchQuery`

github.com/reactabular/reactabular - 8850b0c0e4ff89856f02f584eb4992552fd6151c authored over 8 years ago
table - Give a warning in case table data isn't found

Perhaps this should go behind a production flag?

github.com/reactabular/reactabular - 2a1d1ea5bcb0ca7cf18494c6ed1d0cb2d25e44c3 authored over 8 years ago
table - Make sure transformed `className`s are merged with `props` based ones

github.com/reactabular/reactabular - e665058aafee22b562af9cb518d650133121bd44 authored over 8 years ago
tests - Drop "should" from remaining tests

Easier to read.

github.com/reactabular/reactabular - 3bf1a6c321878f8db139e4e66e63b1d265dd8b4f authored over 8 years ago
table - Assert that `Table.Header` can be transformed and formatted

github.com/reactabular/reactabular - f2c5f66655749073874586ce55aa4881d3147c27 authored over 8 years ago
transforms - Assert that `edit.getEditId` gets called properly

github.com/reactabular/reactabular - ec2c10d2ecd5b37ae9722f8cea0ab2749583eb2f authored over 8 years ago
formatters - Test that it highlights from the middle

github.com/reactabular/reactabular - baf0db10e4e4cbf54772cc65143b9d78cbb87652 authored over 8 years ago
search - Add strategy/transform tests for `columnMatches`

github.com/reactabular/reactabular - 1884592cb43c20de6fd4b40eaabb34ec09473479 authored over 8 years ago
docs - Make sure highlighting is restricted only to the current column

Thanks @bherrmann7!

Closes #153.

github.com/reactabular/reactabular - cc0acc1ae637e83ff331e730d71e9353ea1689a7 authored over 8 years ago
lint - Ignore js files within coverage directory

Opt-in would be better than opt-out.

github.com/reactabular/reactabular - 2537787f720a69e1b353e6e3010a3987e520db96 authored over 8 years ago
search - Test and rewrite the search API

Instead of `search`, there's `search.multipleColumns` now. Also made
`search.singleColumn` publi...

github.com/reactabular/reactabular - 187fd96810ffdfafe46348d2f43484be69f160c5 authored over 8 years ago
tests - Preprocess through coverage + output html

Now editors can pick up lcov. It needs that preprocessing step to work.

github.com/reactabular/reactabular - a3241d317630cd44e74473669560e2107ab63d21 authored over 8 years ago
editors - Clean up structure

Same code, just better structured.

github.com/reactabular/reactabular - 6b8b32e91b178a59ff0faa4bf35bfbcfd2e552db authored over 8 years ago
search - Push `Search` out of the core and clean up the search API

Given `Search` is likely custom per application, it's not in the core
anymore. It might become a...

github.com/reactabular/reactabular - 0e57d835bff43a79ad8cb1408ffb4622d329d16e authored over 8 years ago
docs - Eliminate `filter` from tree table `getParents`

This should work faster. Less work. It would be good to benchmark all
this, though.

github.com/reactabular/reactabular - 371b648984e1796833e3d64470a13a56f5748587 authored over 8 years ago
docs - Take parent visibility into account at the tree view example

This probably has room for improvement. Now it figures out parents in
one pass and then resolves...

github.com/reactabular/reactabular - 5e92a6c300bc64bf551586ca8fe9e3467dd2c3a1 authored over 8 years ago
docs - Support arbitrary amount of items at the tree example

github.com/reactabular/reactabular - 2a90f30ba480569afa2c51dada2e445cb9e3ba0a authored over 8 years ago
Add missing expose-loader to devDependencies

Closes #152.

github.com/reactabular/reactabular - 2dd56437dc5bc4fe986b138451ed27fedd8cdecb authored over 8 years ago
travis - Cover Node 4-6

github.com/reactabular/reactabular - 061cdb69979945047527bc6219c084c593368391 authored over 8 years ago
search - span -> div

Just following proper semantics.

github.com/reactabular/reactabular - 95126b3689020edfc2a5aa9796e6adb567c4c176 authored over 8 years ago
Drop lodash from peer dependencies

Given the lodash bits get bundled to dist, this declaration is actually
redundant.

Related to #...

github.com/reactabular/reactabular - f147cb78afe2a3d1fe391673e85bc099eebd4c57 authored over 8 years ago
docs - Add initial selection demo

github.com/reactabular/reactabular - b7b45f530f725cd97d52af00a040e90a8c459021 authored over 8 years ago
Fix linting issues

github.com/reactabular/reactabular - edb980c1b6010b8039e902d42368cd6b9abc4f84 authored over 8 years ago
formatters - Add initial tests for the highlight formatter

github.com/reactabular/reactabular - afa1c7c48ed30b0178c5c5fbaf4f86108cae9682 authored over 8 years ago
formatters - Simplify module structure

No need for a directory anymore. This can be just a single file.

github.com/reactabular/reactabular - c3e44e7be31b1376308182cf01968d4ad0ae4500 authored over 8 years ago
formatters - Drop unused formatters (identity, lowercase)

Smaller API surface this way. Those two were too trivial. Highlight is
the only interesting one.

github.com/reactabular/reactabular - 5c8c82b9a403b3c4f619fda6089f55e6886de783 authored over 8 years ago
search - Decouple from formatters

github.com/reactabular/reactabular - 8d16128656985188eaa3188b8e7404c8b5e08965 authored over 8 years ago
docs - Port highlight to markdown

Also added a code example.

github.com/reactabular/reactabular - 79df5386ca9a57bfeb81f3af993e85a37586da20 authored over 8 years ago
docs - Port search docs to markdown

Also added an example.

github.com/reactabular/reactabular - b0b54d571975128d5d6d349bb67b5cbc546c8a0a authored over 8 years ago
docs - Port editing docs to markdown

Also added a code example.

github.com/reactabular/reactabular - 1bc9f1a5c3c3cc9dfb0e272b47a3fa621de247d9 authored over 8 years ago
docs - Port sorting documentation to markdown

A little better now although there are smaller glitches.

github.com/reactabular/reactabular - 9b242840f90a7a15ae0a77f60963f2e5bfb3e66f authored over 8 years ago
docs - Port pagination documentation to markdown

github.com/reactabular/reactabular - b35e4177d3a618467c129e8c51f5ee68691b9ab1 authored over 8 years ago
docs - Port style documentation to markdown

github.com/reactabular/reactabular - 8a65895ea142dcc624677870e58c006247556805 authored over 8 years ago
docs - Port `Table.Body` documentation to markdown

github.com/reactabular/reactabular - 32372a5e71d3c6f97eed50a79fa59c3db5ce7ade authored over 8 years ago
docs - Port examples to Markdown

Easier to extend this way. Also fixed the tree view example.

github.com/reactabular/reactabular - 1c89836eeca3f275ab753e01dc5f01cfe39fb9ad authored over 8 years ago
docs - Improve organization

This can be still improved.

github.com/reactabular/reactabular - 2cbe943702cac82a2ca35fd60874dc507657e017 authored over 8 years ago
docs - Port header documentation to markdown

Also restored `ColumnFilters` logic while at it.

github.com/reactabular/reactabular - c31e53939b438a6dac2161222fa588efbf5d0119 authored over 8 years ago
docs - Push footer customization to a "how to"

github.com/reactabular/reactabular - 009c1dc51404765f133f2debb356d0aabdf7512b authored over 8 years ago
docs - Document header and cell interface

github.com/reactabular/reactabular - f1273954cbc1ef53b12f3e3684371ba31285b6ae authored over 8 years ago
transforms - Test and simplify the interface

Instead of `bind` now it relies on a curry pattern. This is possible
because the dependency on `...

github.com/reactabular/reactabular - 00ff97b361b30e11b4d34a2c7560f85a2ed96228 authored over 8 years ago
docs - Fix `RowEditor`

The API contract is a little different now.

github.com/reactabular/reactabular - 82b3ed58f11318c80dfdabebc680dadaa72b6b6a authored over 8 years ago
transform - Annotate transforms as functions

github.com/reactabular/reactabular - 5ec13de7c1d5077e3d8d45242d92960bcadb185f authored over 8 years ago
transform - Pass value to a transform at header

This is needed for id generation to work sensibly.

github.com/reactabular/reactabular - a3107d41e50787f040aacedac7cefa7d06a0c47c authored over 8 years ago
edit - Push id handling outside of the transform

This way the user has complete control over the id handling. The
advantage of doing this is that...

github.com/reactabular/reactabular - 9ff840223d4409aa743acca823057868da797914 authored over 8 years ago
transforms - Make transform interface consistent with format

Simpler this way.

github.com/reactabular/reactabular - f80052d940bb532e130281b7aaacf8879cc88e1b authored over 8 years ago
Make sure the readme example works

github.com/reactabular/reactabular - 7e0bcb5d7f3e088433984fb729a2bdacdb386135 authored over 8 years ago
tests - Improve formatting

github.com/reactabular/reactabular - 9f5a77ebe27d1fa1c8b382c05a755b9dc4e0cc1a authored over 8 years ago
tests - Drop dead code

github.com/reactabular/reactabular - ee22ac146f3dc8d3a133799f255c13a1a8003b18 authored over 8 years ago
tests - Drop a redundant TODO

github.com/reactabular/reactabular - dcb27f7dbb275b5de0cd55c7d42e6325bd3269df authored over 8 years ago
editors - Cover missing branch for boolean

github.com/reactabular/reactabular - b490e93109da282942f3fc482dd2e8010485665e authored over 8 years ago
sorting - Simplify `cycleSort`

github.com/reactabular/reactabular - 19b34db7bb4d996fbfd57aca21eb09c6ccf2b059 authored over 8 years ago
Use test target as default

github.com/reactabular/reactabular - 592cbf9c846d60183b03ae2199c1867ede14bb9e authored over 8 years ago
Set up a prepush hook

Now it runs the tests before pushing. Good for rebasing.

github.com/reactabular/reactabular - 8c53f181c9170b9cb3d0ed167777d582b995da8c authored over 8 years ago
Sort case insensitively

Sorting should be more solid now. It supports nested properties properly
now as well.

Closes #133.

github.com/reactabular/reactabular - e3b4cb50c1dce9ea13d9a278fe3ca501c733fedd authored over 8 years ago
Merge sorting functionality into a single module

`byColumns` `sorter` works for `byColumn` by definition. Also made
`byColumn` cycle by default (...

github.com/reactabular/reactabular - e4581f1cc38fe649e2ceed68035a305e9d62974a authored over 8 years ago
`cell.value` -> `cell.resolve`

This is clearer and communicates the intent better.

github.com/reactabular/reactabular - 749e7d6846522bf1a84375d64acfd845bddd499d authored over 8 years ago
Expand on Table documentation

Far better this way.

github.com/reactabular/reactabular - 05ffd048dc1263c1b231ce0369a892d1d9c95671 authored over 8 years ago
tree table - Attach indentation to children

github.com/reactabular/reactabular - 33b2ce5982ae5ee57770b65aeb8dc1e3729dbc89 authored over 8 years ago
Add better example to the readme

github.com/reactabular/reactabular - cf0727467091a7f4ec3025c67d59739b510e64ee authored over 8 years ago
Restore highlighting documentation

github.com/reactabular/reactabular - 07edef553045b5089cdb24474d752039b243e266 authored over 8 years ago
Restore search documentation

github.com/reactabular/reactabular - 03c9974d3167b0352c58282fc6b50ba3c528e352 authored over 8 years ago
Fix search selector

github.com/reactabular/reactabular - 631886d66683201ed2b5eeb5ab38642fc34600f9 authored over 8 years ago
Restore editor example

github.com/reactabular/reactabular - c1a0e863c8ff0bf00c98f95f9023aa8a3724e3d6 authored over 8 years ago
Fix sorting example

github.com/reactabular/reactabular - 544ec33d9f51cb4c6ddbd330334ed8bcb1534fcd authored over 8 years ago
Restore pagination example

github.com/reactabular/reactabular - 291b33fe3dfc29bd7cb9b82ae075c430a1d4a610 authored over 8 years ago
Fix styling documentation

This is actually a little neater using a transform.

github.com/reactabular/reactabular - 271e88a9d6ea5463f4b0eb8a56558738e7d61335 authored over 8 years ago
Restore table body example

github.com/reactabular/reactabular - b709b6cf096980b5a5852128d9c25e10d15d1f85 authored over 8 years ago
Restore header example

github.com/reactabular/reactabular - fcad5b0c453b9908543d150c085da5e3f7ee1254 authored over 8 years ago
Restore Table documentation example

github.com/reactabular/reactabular - 8bd1a2b7f4d5c58c740454961da6f2845ad26782 authored over 8 years ago
Restore tree example

github.com/reactabular/reactabular - 664be4a6cff7a8c38b3c48a51603bad4962d6432 authored over 8 years ago
Restore row editing

I found a little bug while at it. It's important that editing seeks for
the item before applying...

github.com/reactabular/reactabular - b58ae93ca03a4feb54914506f6a7e6637524cf76 authored over 8 years ago
Rename behaviors as transforms

This is consistent with the new naming.

github.com/reactabular/reactabular - 0561f2713174f9a537dc76facfa0cd30c319baeb authored over 8 years ago
table - Decouple column definition

Now the definition is more sensible. Transforms return just React props
and can override `childr...

github.com/reactabular/reactabular - 8c369ea31c9cbc3ed55d7daf71ded7f652b41edc authored over 8 years ago
Push boolean editor as a transform

Still need to figure out the right way to enable editing when there's no
value.

github.com/reactabular/reactabular - 562eab60e7acbabe1613f64525c27d60c82f08a3 authored over 8 years ago
Add highlighting style back

github.com/reactabular/reactabular - 04f01805dbf36a468f0c35979d20760789337900 authored over 8 years ago
table - Drop unused import

github.com/reactabular/reactabular - b19ead13748f077043aef45432a60d977d0c0292 authored over 8 years ago
Restore search

Now `format` is allowed to perform only string manipulations.
`transform` can perform React shap...

github.com/reactabular/reactabular - 553164d163529b44c54706be01a6b011c1f4d00d authored over 8 years ago
Sketch out a more flexible column definition format

Still work to do with this. The rest of the code needs to be restored.
Also search needs to be f...

github.com/reactabular/reactabular - fa9f36ed7d3766ab6720a7f58dbf4547da1c782a authored over 8 years ago
editors - Test dropdown `onValue`

github.com/reactabular/reactabular - 59568b250228a8c4e95f3e93a16664c61e48de3b authored over 8 years ago
editors - Add `onValue` tests for input

github.com/reactabular/reactabular - f77c0659e12ca35c3667150e722b77fa31c97fb4 authored over 8 years ago
editors - Test boolean

It accepts custom props now.

github.com/reactabular/reactabular - 65d304cc330b70cbcb004305f194fff7d925f5d2 authored over 8 years ago