Tanner Linsley
|
5759885983
|
6.7.2
|
2017-10-27 14:23:07 -06:00 |
|
Tanner Linsley
|
35e8636fd1
|
6.7.1
Fixes #582
|
2017-10-27 13:45:06 -06:00 |
|
Tanner Linsley
|
bb2f969db9
|
Fix: eslint-config moved to dev deps
|
2017-10-27 13:44:38 -06:00 |
|
Tanner Linsley
|
cd0222fcd2
|
6.7.0
|
2017-10-27 13:02:40 -06:00 |
|
Tanner Linsley
|
93ceffbf26
|
6.7.0-alpha-0
|
2017-10-27 13:00:57 -06:00 |
|
Tanner Linsley
|
879a6ac273
|
Deps, linting, and style upgrades
|
2017-10-27 13:00:54 -06:00 |
|
Tanner Linsley
|
b285288849
|
Merge branch 'master' of https://github.com/react-tools/react-table
|
2017-10-27 12:14:50 -06:00 |
|
Will Olson
|
fa425a162a
|
Linter cleanup (#548)
* chore: Add local dependencies needed to run the test suite
* style: Fix eslint errors regarding multilines JSX
|
2017-10-27 12:10:41 -06:00 |
|
Will Olson
|
e42b7bbd7d
|
Add the PropTypes node module (#550)
* feat: Add prop types to the library
* fix: Update typos in src/propTypes.js
|
2017-10-27 12:08:33 -06:00 |
|
Tanner Linsley
|
dadfcc121c
|
6.6.0
|
2017-09-29 12:06:18 -06:00 |
|
Tanner Linsley
|
646b701f93
|
Update package.json
Fixes #464
|
2017-08-31 17:33:10 -06:00 |
|
Tanner Linsley
|
5d2deda246
|
Transfer repo to react-tools
|
2017-08-02 16:05:17 -06:00 |
|
Tanner Linsley
|
d8aec06496
|
6.5.3
|
2017-08-02 13:39:42 -06:00 |
|
Tanner Linsley
|
8004e7a85f
|
6.5.2
|
2017-08-02 13:25:44 -06:00 |
|
Tanner Linsley
|
30ed0c82fc
|
6.5.1
|
2017-07-05 17:09:11 -06:00 |
|
Tanner Linsley
|
f9a1cfae1e
|
6.5.0
|
2017-07-05 10:31:56 -06:00 |
|
Tanner Linsley
|
5ac2c1779d
|
Feature: column.filterAll + docs
|
2017-07-05 10:31:50 -06:00 |
|
Tanner Linsley
|
3b2432f535
|
Formatting with prettier + eslint
|
2017-07-03 09:48:24 -06:00 |
|
Tanner Linsley
|
b76f9c956d
|
6.4.0
|
2017-06-19 11:34:29 -06:00 |
|
Tanner Linsley
|
fdb3e77b00
|
6.3.0
|
2017-06-09 21:02:37 -06:00 |
|
Tanner Linsley
|
d9248cef2b
|
Added defaultSortDesc prop and formatted with prettier + project's eslint
|
2017-06-09 21:02:28 -06:00 |
|
Tanner Linsley
|
f4704b146c
|
6.2.0
|
2017-06-07 21:57:54 -06:00 |
|
Mayank Jethva
|
0d0e239baa
|
Top and Bottom Pagination (#283)
* added top and bottom pagination, included story
* version bump
* linting
* fixes
* PR fixes
* lint and fixes
* update story
* removed unused attr
|
2017-06-05 17:45:04 -06:00 |
|
Tanner Linsley
|
846fc0d84d
|
6.0.5
|
2017-05-19 16:27:53 -06:00 |
|
Tanner Linsley
|
1995bba652
|
6.0.4
|
2017-05-19 12:06:48 -06:00 |
|
Tanner Linsley
|
680747d1d0
|
Fixed: scrollbar no longer offsets flex widths, documentation deps fixed
|
2017-05-19 12:06:35 -06:00 |
|
Tanner Linsley
|
e70b29066b
|
6.0.3
|
2017-05-16 11:50:41 -06:00 |
|
Tanner Linsley
|
db1edf119d
|
6.0.2
|
2017-05-16 11:16:34 -06:00 |
|
Tanner Linsley
|
9dbd485cad
|
Migrate docs to CRA + react-story + netlify
|
2017-05-14 01:03:46 -06:00 |
|
Tanner Linsley
|
ee5fae8c6f
|
6.0.1
|
2017-05-12 11:42:55 -06:00 |
|
Tanner Linsley
|
49c5a3d5e1
|
Revert "Init"
This reverts commit f27ec1fb34.
|
2017-05-11 19:03:31 -06:00 |
|
Tanner Linsley
|
f27ec1fb34
|
Init
|
2017-05-11 18:19:17 -06:00 |
|
Tanner Linsley
|
2ba0bf73ad
|
6.0.0
* Use separate columns for Pivots and Expanders, more render options
* Better expanding and aggregation control
* Updated Renderer Keys and Stories (+ story cleanup)
* Fixed Typo
* Resizing Fixes, custom sorting, new api names
* +Key constants, prop/callback changes, controllable filters and resizing, subRow + pivoting expansion
* Remove console.log
* Trying generalize expanders to work on any column
* Fix up stories.
* Better custom sorting
* Finish fixing up stories with better source
* Fix SubComponent Story
* Updated Changelog
* 6.0.0
* Use Correct PivotingOptions source
* Handle edge cases in expandable hover states and event handlers
* Add defaultExpanded prop
* Rename sorting->sorted, onSortingChange->onSortedChange, defaultSorting->defaultSorted
* filtering->filtered, onFilteringChange->onFilteredChange, defaultFiltering->defaultFiltered
* Rename expandedRows->expanded, onExpandRow->onExpanded
* Rename resizing->resized, defaultResizing->defaultResized, onResize->onResizedChange
* Rename onExpanded->onExpandedChange
* Cleanup Readme
* Standardize global and column level resizable and sortable properties
* Rename showFilters->filterable, hideFilter->filterable
* Cleanup Changelog and lint errors
* Remove unused prop
* Remove unused prop from readme.
|
2017-05-11 13:10:17 -06:00 |
|
Tanner Linsley
|
0c3f2f2cd1
|
5.6.0
|
2017-04-20 16:44:31 -06:00 |
|
Tanner Linsley
|
a1e724c483
|
5.5.3
|
2017-04-17 12:00:29 -06:00 |
|
Tanner Linsley
|
741660c915
|
Use webpack to compile umd
|
2017-04-17 12:00:17 -06:00 |
|
Tanner Linsley
|
1f8062501f
|
Better npm scripts for ci and publishing
|
2017-04-17 11:27:20 -06:00 |
|
Tanner Linsley
|
fb51afd0ae
|
Keep tags up to date with releases
|
2017-04-17 09:30:02 -06:00 |
|
Tanner Linsley
|
a64c6a3a76
|
5.5.2
|
2017-04-17 09:29:06 -06:00 |
|
Tanner Linsley
|
7202776c86
|
5.5.1
|
2017-04-13 10:49:15 -06:00 |
|
Tanner Linsley
|
3b39f523be
|
5.5.0
|
2017-04-05 18:51:31 -06:00 |
|
Tanner Linsley
|
e8ebf7c780
|
5.4.1
|
2017-03-30 17:03:47 -06:00 |
|
Tanner Linsley
|
9acf8f37eb
|
5.4.0
|
2017-03-30 10:21:59 -06:00 |
|
Tanner Linsley
|
1a9f0e57b4
|
5.3.5
|
2017-03-27 11:57:44 -06:00 |
|
Deepak Kumar Jain
|
7b232cd6b4
|
Updated the package.json (#124)
|
2017-03-12 09:29:32 -06:00 |
|
Tanner Linsley
|
6d28bb2c4d
|
5.3.4
|
2017-03-01 15:50:43 -07:00 |
|
Tanner Linsley
|
a948a9a41e
|
5.3.3
|
2017-02-27 10:01:06 -07:00 |
|
Tanner Linsley
|
6b384f2a90
|
5.3.2
|
2017-02-16 14:02:30 -07:00 |
|
Tanner Linsley
|
ff952de830
|
5.3.1
|
2017-02-16 12:40:48 -07:00 |
|
Tanner Linsley
|
265a5c8753
|
5.3.0
|
2017-02-16 10:41:52 -07:00 |
|