Skip to content

Commit

Permalink
4.2.0 Release
Browse files Browse the repository at this point in the history
FFE-192 FFE-193
  • Loading branch information
kwltrs committed Apr 20, 2017
1 parent e9d3fab commit 6b5946f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## HEAD
## v4.2.0

* Added prop `srOnlyCaption` which visually hides the caption but keeps it available to screen readers.
* Added props `limit` and `offset` to render only a subset of given data.

## v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The table accepts any of these optional props:
- Click the headers to sort the table.
- Tables will not be `sortable` on screen width < 768px (`@breakpoint-md`)
- `caption` is a string or node to insert as table caption.
- `srOnlyCaption is a boolean to hide the caption and make it available for screen readers`
- `srOnlyCaption` is a boolean to hide the caption and make it available for screen readers.
- `expandedContentMapper` must be a reference to a function which takes a single value.
The output of this function will be the contents of the expanded area of an expandable row.
- As you see in the example below, the output of this function will be `undefined` for Sivert Svenska,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-tables-react",
"version": "4.1.1",
"version": "4.2.0",
"description": "React implementation of ffe-tables",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6b5946f

Please sign in to comment.