v1.2.2 (2020-04-22)
- Updated dependencies
- Updated color functions
- Updated genomics URLs
v1.2.2 (2020-01-22)
- Updated dependencies
v1.2.0 (2019-12-02)
v1.2.1 (2019-12-04)
- LabelCellRender can now handle null values
- Left out a few colors from getColor function
v1.2.0 (2019-12-02)
- Updated dependencies
- Dropped support for various cell renderers, now will be
LabelRenderer
v1.1.0 (2019-11-19)
- Updated dependencies
- Added urlBuilder for ClinGen resources
v1.0.0 (2019-11-04)
- First version used in production
v0.15.0 (2019-10-14)
- Updated dependencies
- Added a custom hook for parsing URL parameters if you are using React Router
v0.14.2 (2019-09-13)
- Fixed bug with no data message renderer in Table
v0.14.1 (2019-09-09)
- Updated deps
v0.14.0 (2019-08-23)
- Updated deps
v0.13.0 (2019-08-09)
- Dropped support for using localStorage to "remember" column widths in BaseTable.
- Updated deps
v0.12.0 (2019-08-02)
- Dropped support for fixed data table
- Consolidated react-base-table to one main Table
- Droppped support for all table cells, only use table cell renderers for react-base table
- Added table cell renderers for common cells we use
v0.11.1 (2019-07-26)
- Fixed issue with imports in react-base-table
- minor bug fixes in react-base-table
v0.11.0 (2019-07-22)
- Added react-base-table as an additional option
v0.10.3 (2019-06-24)
- Updated CheckboxFixedCell to pass back record in case it is needed.
v0.10.2 (2019-06-24)
- updated useLocalStorage to ensure it updates state if localStorage updates
v0.10.1 (2019-06-17)
- onScrollEnd was being called without the props from fixed-data-table
- Added better docs for InfiniteScrollTable
v0.10.0 (2019-06-14)
- Added component InfiniteScrollTable - virtualized table that allows for infinite scrolling with network requests.
v0.9.1 (2019-06-11)
- Updated all dependencies
- Adjusted useLocalStorage to be able to handle different data types
v0.9.0 (2019-05-16)
- Updated all dependencies
- Added a custom hook to use setInterval
v0.8.5 (2019-04-24)
- Updated all dependencies
v0.8.4 (2019-04-10)
- Updated all dependencies
v0.8.3 (2019-03-06)
- Updated FixedDataTable to disable height from AutoSizer. Instead allow user to specify maxHeight. See demo how to make it responsive using hooks.useWindowSize.
v0.8.2 (2019-03-05)
- Updated FixedDataTable to use AutoSizer from react-virtualized to make table responsive to parent container
v0.8.1 (2019-02-28)
- FixedDataTable was using height instead of maxHeight. Now using maxHeight to make it responsive.
v0.8.0 (2019-02-28)
- Moved to react 16.8.x
- Updated all class components to functional components w/ hooks
- Deprecated react-virtualized
- FixedDataTable now is responsive by default
- Fixed issue with FixedDataTable resize columns
v0.7.7 (2019-01-31)
- Fixed issue with fixed-data-table-2 version. Was using unstable pre-release. Changed back to latest stable.
v0.7.6 (2019-01-17)
- Fixed bug with ExportButton #357
- Updated dependencies
v0.7.5 (2018-10-31)
- Updated dependencies
v0.7.4 (2018-10-29)
- Updated dependencies
v0.7.3 (2018-10-09)
- Fixed issue with dependencies not being installed
- Added dist to package.json to ensure css is installed from yarn/npm
v0.7.2 (2018-10-09)
- Moved from create-react-app to nwb to manage the component library
v0.7.1 (2018-10-08)
- Updated to react-scripts 2.0.4 - was causing some import issues in apps with higher versions of react-scripts
- Updated 3rd party libs
v0.7.0 (2018-09-28)
- Upgraded all stable 3rd party libs
- Removed webpack configuration in favor to using create-react-app v2
- Dropped support for UploadButton because issue with FileReader
v0.6.0 (2018-06-11)
-
Upgraded all stable 3rd party libs
-
Updated genomics urlBuilders #290
-
Updated Gene Cells to have uniform link outs #291
-
Resolved #140 and #184 - dealing with state management of Checkbox cells #292
-
Added ability for ExportButton to have custom onClick methods #272
v0.5.0 (2018-04-27)
-
Upgraded all stable 3rd party libs
-
Export button was causing a new pop up window with AdBlockers #236
-
Updated Progress Bars #254
-
Upgraded all stable 3rd party libs
v0.4.7 (2018-04-18)
- Upgraded all stable 3rd party libs
v0.4.6 (2018-03-26)
- Updated logout path in Navbar User component #223
v0.4.5 (2018-02-26)
- Had to downgrade Semantic UI CSS. It was causing modals to render incorrectly. #204
v0.4.4 (2018-02-26)
- Add Menu Icon that can be used to pass callback via props #190
- Race condition with FixedDataTable not having height/maxHeight as a defaultProp #183
- Updated numerous dependencies
v0.4.3 (2018-02-12)
- Fixed issue with ExportButton. It was not exporting correctly.
v0.4.1 (2018-02-09)
- Build may have contained different versions of dependencies. Created a new build
v0.4.0 (2018-02-09)
- Updated Semantic React UI to 0.78.2
- Updated many dependencies to the latest versions (Fixed-data-table, etc)
- Converted all simple components to stateless pure components
- Removed target as required prop in TurnAroundTimeProgress #146
- Fixed issues with ExportButton handling state #158
- Fixed issues with NavMenu handling state #162
v0.3.5 (2018-01-24)
- Added
idKey
prop LinkFixedCell to help build URL #138 - Fixed issues with FixedDataTable state #142
- Fixed issues with AutoCompleteDropdown state #144
- Dropped support for package-lock.json
v0.3.4 (2018-01-18)
- Upgraded dependencies
- Fixed issues with SaveForm and SaveFormModal dealing with handleChange
- Fixed issue with AutoCompleteDropdown
v0.3.3 (2018-01-13)
- Added missing updated minified css files
v0.3.2 (2018-01-13)
- Removed font completely from css
v0.3.1 (2018-01-13)
- Fixed issues with css
- Added minified css to be imported in other projects in
dist/
v0.3.0 (2018-01-10)
- First release