All Versions
97
Latest Version
Avg Release Cycle
50 days
Latest Release
1105 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v1.1.2 Changes
August 04, 2016- Bug fix - sticky - Fix
reactabular-table
import. Missing* as
.
- Bug fix - sticky - Fix
-
v1.1.1 Changes
August 04, 2016- Bug fix - sticky - Fix
reactabular-table
import. It points to the correct package now. - Feature - table - Drop
lodash/omit
dependency.
- Bug fix - sticky - Fix
-
v1.1.0 Changes
August 03, 2016- Feature - edit - Allow
editingProps
(value
/onValue
) to be overridden. - Feature - table - Added
getRef
for getting references to underlying DOM elements. - Feature - sticky - Added
getRef
for getting references to underlying DOM elements. - Feature - sticky - Moved
reactabular-table
as a peer dependency as I realized it's better to let the user decide which version of the table to use. - Feature - easy - Dropped dependency on react-dom.
- Feature - edit - Allow
-
v1.0.11 Changes
July 29, 2016- Bug fix - sort -
sort.reset
accepts object properly now. Earlier it bailed out too early. - Feature - Add sorting numbers to the header so you know in which order sorting rules are applied.
- Feature - Allow column sorting status to be reset by doubleclicking on a column header.
- Bug fix - sort -
-
v1.0.10 Changes
July 29, 2016- Feature - sort -
sort.sort
acceptsevent
parameter now. It defaults toonClick
. - Feature - sort -
sort.reset
is a new transform that can be used to remove the given column from the sorting rules. - Feature - sort -
sort.header
is a new formatter that can be used to apply sorting. This is handy if you usesort.reset
.
- Feature - sort -
-
v1.0.8 Changes
July 27, 2016- Feature - easy - Make
tableWidth
andtableHeight
checks looser.
- Feature - easy - Make
-
v1.0.6 Changes
July 27, 2016- Bug fix - easy - Merge column definition
props.className
correctly. Previously it discarded possible value. - Feature - easy - Add styling hooks. Now you can attach classes to the table structure (table, thead, tbody).
- Feature - easy - Add
onDragColumn
andonMoveColumns
hooks.
- Bug fix - easy - Merge column definition
-
v1.0.5 Changes
July 27, 2016- Feature - highlight - Do not pass
undefined
keys to_highlights
data. - Feature - easy - Add column visibility to the example.
- Feature - easy - Render
EasyTable
in a fixed viewport. - Bug fix - easy - Do not re-initialize styles if columns change. Without this CSS resets. I may have to revisit this decision but it seems logical now.
- Feature - easy - Support
draggable
header flag.
- Feature - highlight - Do not pass
-
v1.0.3 Changes
July 27, 2016- Feature - sticky - Make
tableHeader
prop check looser. - Feature - easy - Resolve nested and
cell.resolve
based data. - Feature - easy - Support search with highlighting through a
query
prop.
- Feature - sticky - Make
-
v1.0.2 Changes
July 26, 2016- Feature - resizable - New module for resizing columns.
- Feature - sticky - New pair of components (
Sticky.Header
,Sticky.Body
) that allow you to render data within a fixed viewport.