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

package - Drop `lerna bootstrap`

A little simpler this time.

github.com/reactabular/reactabular - 8795d295dc2561355538f8dc1f538f67662abfdf authored over 8 years ago
package - Attach `in-publish` guard to root too

github.com/reactabular/reactabular - bb53aa80eda8ca515837406bf4a62ad31b28da30 authored over 8 years ago
packages - Attach "in-publish" guard to avoid work on `npm install`

Fingers crossed.

github.com/reactabular/reactabular - c17051a670cf37dc0f7798f4cb2b598101677ca3 authored over 8 years ago
packages - Use `prepublish` over `preversion`

This should be ok now that I understand how `prepublish` is supposed to
work.

github.com/reactabular/reactabular - 3480a469be394eeadb66814833ab2e475bb0eb7d authored over 8 years ago
easy - Make `tableWidth` and `tableHeight` checks looser

Too strict.

github.com/reactabular/reactabular - f9465ceddb831a62b45eb4bba7ed6807c1472cec authored over 8 years ago
easy - Add remove example

Just testing that it's possible to manipulate row state.

github.com/reactabular/reactabular - 5ad39f29353b54a8e9840bba02b63d9844d7e3b5 authored over 8 years ago
packages - Update changelogs

github.com/reactabular/reactabular - 31b016eb1f308c75e32260aa957e3fc350c5d5f3 authored over 8 years ago
docs - Fix children drag and drop

This worked in the first column by accident as the queries returned zero
always. Now it seeks th...

github.com/reactabular/reactabular - e862ddcf03125a1642e17a42046b838594698170 authored over 8 years ago
easy - Add hooks for `onDragColumn` and `onMoveColumns`

github.com/reactabular/reactabular - d51565e69b39e3fdb2cc9aa105f5de1ad6f31d57 authored over 8 years ago
easy - Tidy up drag and drop

It's better just to return source and target instead of indices.

github.com/reactabular/reactabular - 32ee681f6ae1f78dcfffed44ee8f95d06f7329e9 authored over 8 years ago
easy - Add styling hooks

It's the same idea as for `components`. Not fully implemented, though
(missing row/cell level ho...

github.com/reactabular/reactabular - cdf76b0fe6109cd6670983e2d70fb0fe69a9bf5e authored over 8 years ago
easy - Merge column definition `props.className` correctly

Now it won't lose possible passed classNames.

github.com/reactabular/reactabular - a606afc5548d302126e4ac18d39be034a9c811aa authored over 8 years ago
package - Drop `postinstall` section

I need to rethink how to handle that. Given it's a monorepo, consuming
from Git doesn't make tha...

github.com/reactabular/reactabular - ec891d7ac1c39830ea26fc5d67dbd1347a5d1cf5 authored over 8 years ago
reactabular - Drop header

Not needed given npm will generate one.

github.com/reactabular/reactabular - 692e735113eefe7491fc855a212fd4ab014e04e3 authored over 8 years ago
easy - Add missing import to demo

github.com/reactabular/reactabular - c1789e0af85130564205623b2ec1f06031873142 authored over 8 years ago
easy - Support `draggable` header flag

github.com/reactabular/reactabular - 3448916f07d200c2f613a914686616ffb722af77 authored over 8 years ago
docs - Tidy up the drag and drop example code a notch

github.com/reactabular/reactabular - 8f195ab48aebc90867468e00cc6fa36665e82905 authored over 8 years ago
webpack - Exclude `node_modules` within packages for JS

Otherwise React DnD fails.

github.com/reactabular/reactabular - 9bc954b2dbbce3c2c8d8871c930db72a7ca44f09 authored over 8 years ago
easy - Do not re-initialize styles if columns change

It's better to retain the old styling. Otherwise toggling columns resets
it.

github.com/reactabular/reactabular - e440f48856c52a2e839e8a256dc6620e0e86c33f authored over 8 years ago
easy - Add better demo data

It's possible a column might be missing a property so better prepare for
that.

github.com/reactabular/reactabular - a819125101ec16788eec8fb54c5c553d1df29066 authored over 8 years ago
docs - Generate visibility toggle keys based on index

There's no guarantee a label exists so that won't work as a key.

github.com/reactabular/reactabular - eb6b2ff3d37181f7fb2dfd02e0501827d86f3d77 authored over 8 years ago
highlight - Do not pass `undefined` keys to `_highlights` data

github.com/reactabular/reactabular - f80ece7dc3908521ceeda78dfa76d76b3ac206f9 authored over 8 years ago
easy - Render EasyTable in a fixed viewport

This probably needs to become more flexible, but this is a start.

github.com/reactabular/reactabular - 06e0d4cef833c0f3d4c7b641481c1cd46ed642e7 authored over 8 years ago
sticky - Make `tableHeader` propType check looser

github.com/reactabular/reactabular - 30ab3d986de233e6009ab9c91852c0afed911334 authored over 8 years ago
docs - Push stylesheet helpers to a package of their own

github.com/reactabular/reactabular - 82465903317f961bdd9a5e148a14f577ec5c1a0a authored over 8 years ago
packages - Set readme filename explicitly

Looks like npm needs this for some reason.

github.com/reactabular/reactabular - 7708b8c8bda3e028e58ff4c8345cc891e812923e authored over 8 years ago
docs - Generalize the implementation of stylesheet

This can be extracted as a package now.

github.com/reactabular/reactabular - 7efc70f6269995d6babcf25af4c2edd793bfa427 authored over 8 years ago
easy - Integrate column visibility to the example

I realized this doesn't belong to the easy core. The problem is that if
it goes to the core, the...

github.com/reactabular/reactabular - 765f3431e889cee129b4be1ca51cec0cc3e9b3fe authored over 8 years ago
docs - Make toggle column examples immutable

This is better as then possible performance improvements related to
columns won't break the code...

github.com/reactabular/reactabular - 6e2017fb0170375666bca5223b8cfd9370de1f1c authored over 8 years ago
reactabular - Set readmeFilename field

Maybe npm picks up the readme after this.

github.com/reactabular/reactabular - 8324aad162b9352a6d2cf5134edc88650023839b authored over 8 years ago
Drop .npmignore from the project root

Not needed anymore.

github.com/reactabular/reactabular - b6fc0ba5e6b56666700a268f6e4db1ab25912948 authored over 8 years ago
packages - Set up explicit `files`

This is just to avoid uploading junk to npm.

github.com/reactabular/reactabular - 4218a097f41b1c72dc284db982b001f3d1d50817 authored over 8 years ago
packages - Drop postpublish scripts

It's better if only `reactabular` runs that. Otherwise it will try to
deploy the site multiple t...

github.com/reactabular/reactabular - e431efb4e3b40a5dc148575ba1b5429760e55510 authored over 8 years ago
resizable - Update import

github.com/reactabular/reactabular - 1cdd58e898f12b3ff6c5be66eac5e67d080144ac authored over 8 years ago
easy - Add search/highlight support

Now the component accepts `query` so that it's compatible with search.
It doesn't implement `Sea...

github.com/reactabular/reactabular - 4aaeb708cf76402d7a72cab3c1a8a825bc1152eb authored over 8 years ago
easy - Resolve nested and `cell.resolve` data

github.com/reactabular/reactabular - 4eae161b7d9e9c8c6db68557a4c564d946556774 authored over 8 years ago
easy - Depend just on reactabular

That aggregates the dependencies well. Easier to maintain.

github.com/reactabular/reactabular - 5a2989dd7a5b68bb0330df9f4282ba1a86f2d9fe authored over 8 years ago
reactabular - Update changelog

github.com/reactabular/reactabular - 749fd6b59e6297a355be5af8ccbac6f8f47ecf25 authored over 8 years ago
sticky - Add missing demo import

github.com/reactabular/reactabular - c2673e2557362b5ad0cf3e609126b24ea29be9c7 authored over 8 years ago
sticky - Bump version

github.com/reactabular/reactabular - 89192553c8ac71df373add0609c81f71a12e9f6d authored over 8 years ago
packages - Trigger just build for all expect `reactabular`

github.com/reactabular/reactabular - 454c13812ff481c71fcc56fd8908d91a037cb1cb authored over 8 years ago
packages - Update package scripts

Now they trigger `dist:all` properly and deploy the site.

github.com/reactabular/reactabular - 97047fef13722015fe65697ff074cacea7ab7ce4 authored over 8 years ago
sticky - Separate `reactabular-sticky`

`reactabular-easy` is going to need this.

github.com/reactabular/reactabular - c9ae5279d8b47dc260132002daeed659883ee61c authored over 8 years ago
resizable - Clarify imports at the example

github.com/reactabular/reactabular - 4b0e84b600ed53fa3e88fb690f82d155e97d6bcd authored over 8 years ago
easy - Set up a release

github.com/reactabular/reactabular - 66c2de27343d8ad75adc0d3d2f58a5e3a8fe5dc3 authored over 8 years ago
Update resizable versions

github.com/reactabular/reactabular - 21f3a0cea6a7441db7d6c052daa8b150c7fbc467 authored over 8 years ago
resizable - Bump version

github.com/reactabular/reactabular - 2dbf2deaa9d28b71b6ed20fdea69f58e6597a93c authored over 8 years ago
reactabular-easy - Fix lint

github.com/reactabular/reactabular - 9164b1ff6bb2325f16fd1c695fe696f24fc10544 authored over 8 years ago
resizable - Extract a new package from helpers

This wraps the column resizing concern. Also integrated with
reactabular-easy and got rid of the...

github.com/reactabular/reactabular - 7237841225eb37396083d5840d3986ab20798853 authored over 8 years ago
easy - Add a stub for easy version

github.com/reactabular/reactabular - a01d7ecdd8f75c2a4f1fcc0ab097f8b98ff71fa3 authored over 8 years ago
packages - Add changelogs

github.com/reactabular/reactabular - d8c45c5acf687c4dfcb66ecec46530db7f39a7dc authored over 8 years ago
reactabular - Update changelog

github.com/reactabular/reactabular - eb03f5f03142589a64b8caa0f8fb5f872398ade3 authored over 8 years ago
docs - Move changelog to the correct package

github.com/reactabular/reactabular - 138ccc5ac5ee6a47052ae6cbe15ca4c1b8d6df35 authored over 8 years ago
webpack - Add a check against possibly missing lifecycle event

github.com/reactabular/reactabular - a09af6f8356f155523a3d34227fcb5f2be5793f1 authored over 8 years ago
highlighter - Retain original row data

This fixes "All features" delete.

github.com/reactabular/reactabular - 0f47c5fccf9049f70f1e43875fd6e336fd8e0550 authored over 8 years ago
resolve - Get rid of `undefined` keys and retain original row data

github.com/reactabular/reactabular - c57c43ce7bddf040a63c8f7808a65b382fa7e9e8 authored over 8 years ago
contributing - Update tdd command

github.com/reactabular/reactabular - 46c33dbee13411b11e17994d464b51e4510c6e29 authored over 8 years ago
docs - Drop redundant `ReactDOM` import

github.com/reactabular/reactabular - 90f643d898203e4463dcab9804b32f165ac9a967 authored over 8 years ago
npm - Clean up configuration

Now it should generate the dist bundle and publish the site when
`reactabular` main package is u...

github.com/reactabular/reactabular - be7d90d79c190927975b70176cf8309810b47888 authored over 8 years ago
Update contributors

github.com/reactabular/reactabular - 8a7497baca93971f31f7729a4d07d7e3372a9707 authored over 8 years ago
Merge pull request #174 from skosch/patch-2

docs - Change "row" to "onRow"

github.com/reactabular/reactabular - 948b2faa3c202628b2fa96e6b1a979d0cc8ed2ad authored over 8 years ago
Change "row" to "onRow"

github.com/reactabular/reactabular - 0e3c8db17a408eed7075cf88fd3db5cd1665470e authored over 8 years ago
Mark root package as 1.0.0

Sadly Lerna doesn't manage this. Maybe there's some hook in Lerna to
allow triggering preversion...

github.com/reactabular/reactabular - e83a6ee3d43507d8bf05775cca22dc7d6447d18a authored over 8 years ago
docs - Mention that it's possible to consume reactabular through separate packages

github.com/reactabular/reactabular - b434a7d6cf9eeebe131fbda2f33c5339e4e1cacb authored over 8 years ago
lerna - Drop independent mode

It's better to go with a synchronized model (Babel model). Otherwise
it's difficult to tell whic...

github.com/reactabular/reactabular - 14ed42935d5a67288616175feb26f747982d8430 authored over 8 years ago
docs - Push more logic to `Sticky` helper

A little neater this way.

github.com/reactabular/reactabular - 31428f90db85e2bc824dff55f56693efce8eae61 authored over 8 years ago
docs - Comment how to implement handle based drag and drop

github.com/reactabular/reactabular - 8bfb7b016620d328aed03335b3c4c965ecd4ea3d authored over 8 years ago
docs - Allow rows to be swapped in the "drag and drop" example

github.com/reactabular/reactabular - 86897411cf14e1eaf90edabdf8c6ac866d50c70c authored over 8 years ago
docs - Add more test data to the drag and drop example

github.com/reactabular/reactabular - 5ee7fdcfc8f612e5597292f5fba2aba24fbf8e30 authored over 8 years ago
docs - Add a stub for drag and dropping rows

github.com/reactabular/reactabular - f0aff9167470ed86edd4a75618e1fc914bb86a9b authored over 8 years ago
docs - Attach keys to `CustomFooter` at the "all features" example

github.com/reactabular/reactabular - 3a44f530a0758fcc4d194908b3aa420eabe641f8 authored over 8 years ago
docs - Tidy up drag and drop example

This can use just `props` over `transforms`.

github.com/reactabular/reactabular - 1f33d2f7a8c443c5154305e65b3303f9258adcc7 authored over 8 years ago
table - Resolve headers at `Provider`

This way `props` work for children columns as expected. I need to add a
proper test for this cas...

github.com/reactabular/reactabular - 3cec09dfd890feefecf660a2f82017de6031a1eb authored over 8 years ago
docs - Fix table footer rendering in the "all features" example

It's better to tie this to the column definition. That way toggling
columns works with minimal e...

github.com/reactabular/reactabular - beda91796074553cf8e8869f6b5f4bb0d3888046 authored over 8 years ago
docs - Add a basic CRUD example

This is easier to understand in isolation.

github.com/reactabular/reactabular - 03f62bfc9a9d4e6e12d1fbf954377f8529ec9ad0 authored over 8 years ago
reactabular-table - Improve the multibody example

github.com/reactabular/reactabular - 3f8efd141af50a14f4f5c55404df3c68443050e4 authored over 8 years ago
docs - Push resolution example to the root level

Clearer this way.

github.com/reactabular/reactabular - 711b9d32ba031e02f6215839979958a63b0b0d48 authored over 8 years ago
resolve - Add combining example

github.com/reactabular/reactabular - 79ae6bbff45e9730442a6adf973644eda44c9691 authored over 8 years ago
resolve.nested - Retain intermediate `rowData` values when resolving

Other resolvers might need this data so better not to lose it.

Related to #170.

github.com/reactabular/reactabular - 044abbd3e3899b97910d10ebd5f2c767df71c8fe authored over 8 years ago
docs - Drop `const` hacks from reactabular imports at examples

I found a simpler way to pull this off. A bit hacky but this works.

github.com/reactabular/reactabular - 8c7d08424577721d36a5ebd0ae48598e62528e32 authored over 8 years ago
reactabular - Bump version to rc8

github.com/reactabular/reactabular - a53f4801cfc92fb1a523e2ff4fc0000cbbebecc3 authored over 8 years ago
packages - Rename `dist-modules` script as `build`

Cleaner this way. The output can remain `dist-modules` as I don't think
there's a strong convent...

github.com/reactabular/reactabular - 4501fe039fd4fd51ec54a65186c768d3966e465e authored over 8 years ago
packages - Attach babel and rimraf per each project

I'm not a great fan of this, but at least `lerna run` works now.

github.com/reactabular/reactabular - 3666f8ddd74dab501d1a67561cb7b8f74a673b7b authored over 8 years ago
package.json - Run `lerna bootstrap` on `prepublish`

The broken behavior works to our favor here. Now ESLint can be improved
too (can check imports a...

github.com/reactabular/reactabular - f0aac8e9c672eb6061c807725f9983181a60552d authored over 8 years ago
packages - Use `preversion` over broken `prepublish`

`lerna bootstrap` doesn't make sense with broken `prepublish`...

github.com/reactabular/reactabular - 053045bf8aa4649392bf178c97497c844082d3ab authored over 8 years ago
lerna - Enable independent mode

The versions of the packages don't have to be in sync.

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