Tanner Linsley
|
867cc25899
|
Fixed display of inputs and checkboxes
Fixes #398
|
2017-07-31 09:27:03 -06:00 |
|
 Caroline ShawandTanner Linsley
|
639630946c
|
Update README to reflect updates (#400)
|
2017-07-25 14:01:17 -06:00 |
|
 qmorelandTanner Linsley
|
688afd2947
|
[refs #321]: correct makePathArray function in utils (#326)
|
2017-07-19 14:43:32 -06:00 |
|
 Tanner LinsleyandGitHub
|
bbebf02a55
|
Update README.md
|
2017-07-17 15:01:04 -06:00 |
|
 Tanner LinsleyandGitHub
|
f4d3c2d7bb
|
Update README.md
|
2017-07-17 15:00:31 -06:00 |
|
 Tanner LinsleyandGitHub
|
f8634e771e
|
Update README.md
|
2017-07-11 14:32:10 -06:00 |
|
 emyarodandTanner Linsley
|
ba74ab3ce8
|
Fix typo (#380)
|
2017-07-08 10:22:24 -06:00 |
|
Tanner Linsley
|
30ed0c82fc
|
6.5.1
v6.5.1
|
2017-07-05 17:09:11 -06:00 |
|
Tanner Linsley
|
62f19aecf0
|
Fix: makeTemplateComponent now supports displayName
Fixes #289
|
2017-07-05 17:08:08 -06:00 |
|
Tanner Linsley
|
8dc4caff45
|
Fix: column.getProps().rest props are now applied correctly
|
2017-07-05 16:58:14 -06:00 |
|
Tanner Linsley
|
c2e935d75b
|
Fix: defaultExpanded now works correctly
Fixes #372
|
2017-07-05 16:58:00 -06:00 |
|
Tanner Linsley
|
f9a1cfae1e
|
6.5.0
v6.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 |
|
 Jacob CofmanandTanner Linsley
|
7aa98887ef
|
fix for issue #240 (#363)
|
2017-07-03 09:14:45 -06:00 |
|
 Aaron SchwartzandTanner Linsley
|
d26d82ecfb
|
Fix source code in FixedHeader example (#369)
|
2017-07-03 09:13:15 -06:00 |
|
Tanner Linsley
|
b76f9c956d
|
6.4.0
v6.4.0
|
2017-06-19 11:34:29 -06:00 |
|
Tanner Linsley
|
2e3743b75f
|
Feature: PadRowComponent prop
|
2017-06-19 11:34:21 -06:00 |
|
Tanner Linsley
|
fdb3e77b00
|
6.3.0
v6.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
v6.2.0
|
2017-06-07 21:57:54 -06:00 |
|
Tanner Linsley
|
004186af24
|
No old storybook files
|
2017-06-07 21:57:37 -06:00 |
|
 Mayank JethvaandTanner Linsley
|
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 |
|
 Stanislav DzhusandTanner Linsley
|
f61b19cb8a
|
fix property name (#290)
|
2017-05-30 08:45:58 -06:00 |
|
 stefaniapavelandTanner Linsley
|
e1a46fb77e
|
fix IE select visual bug (#301)
|
2017-05-30 08:44:32 -06:00 |
|
 ldsteinandTanner Linsley
|
a9db5b1ac6
|
Add minRows to list of available props (#295)
* Added showPaddedRows prop
* Added minRows to defaultProps, added to documentation.
* Revert "Added showPaddedRows prop"
This reverts commit be89c4913f11df8b322ac9f65e3500c9539f838f.
* Removed minRows from defaultProps
|
2017-05-26 22:17:41 -06:00 |
|
Tanner Linsley
|
846fc0d84d
|
6.0.5
v6.0.5
|
2017-05-19 16:27:53 -06:00 |
|
Tanner Linsley
|
87610c83fa
|
Revert overflow styles
|
2017-05-19 16:27:48 -06:00 |
|
Tanner Linsley
|
a58f5c4de2
|
Update docs
|
2017-05-19 16:26:48 -06:00 |
|
Tanner Linsley
|
1995bba652
|
6.0.4
v6.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
v6.0.3
|
2017-05-16 11:50:41 -06:00 |
|
Tanner Linsley
|
9d82cee707
|
Better vertical responsiveness & Fixed Header example
|
2017-05-16 11:50:34 -06:00 |
|
Tanner Linsley
|
db1edf119d
|
6.0.2
|
2017-05-16 11:16:34 -06:00 |
|
 theCmakerandTanner Linsley
|
c5fa476b6d
|
Fixed issue #210 - Ignore filters on hidden columns. (#265)
* Fixed issue #210 - Ignore filters on hidden columns.
* Fixed issue #210 - Ignore filters on hidden columns
|
2017-05-16 09:17:36 -06:00 |
|
 atkawa7andTanner Linsley
|
550a1f7107
|
Fix default sorting documentation (#270)
|
2017-05-16 09:09:09 -06:00 |
|
 Mark HatchandTanner Linsley
|
42e1a12ea9
|
Height on pagination button removed (#275)
|
2017-05-15 22:36:42 -06:00 |
|
Tanner Linsley
|
15945d28a1
|
Always keep track of internal state regardless of controlled props, but allow prop overrides
|
2017-05-15 21:22:58 -06:00 |
|
Tanner Linsley
|
eaa7215674
|
Update Readme
|
2017-05-14 02:22:28 -06:00 |
|
Tanner Linsley
|
d2835b9e14
|
Fix storybook link
|
2017-05-14 02:22:05 -06:00 |
|
Tanner Linsley
|
5691fa2e7a
|
Upgrade react-story
|
2017-05-14 02:18:44 -06:00 |
|
Tanner Linsley
|
f4aba6a008
|
Upgrade react-story
|
2017-05-14 01:36:07 -06:00 |
|
Tanner Linsley
|
7bce5a8958
|
Update Docs
|
2017-05-14 01:28:32 -06:00 |
|
Tanner Linsley
|
875d3d93d6
|
Update Contributing
|
2017-05-14 01:18:35 -06:00 |
|
Tanner Linsley
|
a0ede1593b
|
Pass standard code style
|
2017-05-14 01:15:06 -06:00 |
|
Tanner Linsley
|
0d43b6d601
|
Fix stories
|
2017-05-14 01:10:56 -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
v6.0.1
|
2017-05-12 11:42:55 -06:00 |
|
 Aaron SchwartzandTanner Linsley
|
95164311fa
|
Fix default sort algorithm (#268)
|
2017-05-12 11:42:13 -06:00 |
|
Tanner Linsley
|
49c5a3d5e1
|
Revert "Init"
This reverts commit f27ec1fb34.
|
2017-05-11 19:03:31 -06:00 |
|