From 9d14f2635ce67f046ef3066bf07c12afd77b1afc Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 5 Dec 2019 15:11:05 -0500 Subject: [PATCH] v6.11.4 --- README.md | 42 +++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index a059544..8506a16 100644 --- a/README.md +++ b/README.md @@ -20,27 +20,27 @@ This is a v6 of react-table, due to the incredibly massive differences from v7 t ## CodeSandbox Examples -- [100k-rows-aggregation](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-100k-rows-aggregation) -- [cell-renderers](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-cell-renderers) -- [controlled-table](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-controlled-table) -- [custom-column-widths](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-column-widths) -- [custom-component-props](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-component-props) -- [custom-expander-position](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-expander-position) -- [custom-filtering](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-filtering) -- [custom-no-data-text](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-no-data-text) -- [custom-sorting](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-sorting) -- [default-sorting](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-default-sorting) -- [editable-content](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-editable-content) -- [fixed-header-vertical-scroll](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-fixed-header-vertical-scroll) -- [footers](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-footers) -- [functional-rendering](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-functional-rendering) -- [multiple-pagination-bars](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-multiple-pagination-bars) -- [pivoting-and-aggregation](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-pivoting-and-aggregation) -- [pivoting-options](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-pivoting-options) -- [pivoting-sub-components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-pivoting-sub-components) -- [server-side-data](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-server-side-data) -- [simple-table](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-simple-table) -- [sub-components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-sub-components) +- [100k-rows-aggregation](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/100k-rows-aggregation) +- [cell-renderers](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/cell-renderers) +- [controlled-table](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/controlled-table) +- [custom-column-widths](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-column-widths) +- [custom-component-props](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-component-props) +- [custom-expander-position](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-expander-position) +- [custom-filtering](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-filtering) +- [custom-no-data-text](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-no-data-text) +- [custom-sorting](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-sorting) +- [default-sorting](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/default-sorting) +- [editable-content](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/editable-content) +- [fixed-header-vertical-scroll](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/fixed-header-vertical-scroll) +- [footers](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/footers) +- [functional-rendering](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/functional-rendering) +- [multiple-pagination-bars](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/multiple-pagination-bars) +- [pivoting-and-aggregation](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/pivoting-and-aggregation) +- [pivoting-options](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/pivoting-options) +- [pivoting-sub-components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/pivoting-sub-components) +- [server-side-data](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/server-side-data) +- [simple-table](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/simple-table) +- [sub-components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/sub-components) ## Table of Contents diff --git a/package.json b/package.json index 870d4ce..300289a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table", - "version": "6.11.3", + "version": "6.11.4", "description": "A fast, lightweight, opinionated table and datagrid built on React", "license": "MIT", "homepage": "https://github.com/tannerlinsley/react-table/tree/v6#readme",