Skip to content

Commit

Permalink
v5.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanrsmith committed Jan 8, 2020
1 parent d9636dd commit 37e2f21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions VersionHistory.md
@@ -1,5 +1,11 @@
# Changelog

### 5.39.0

- `PopoverReference` and `Tooltip` can now accept function children. The function is passed a props object with a `ref` object and event handlers. These props must be spread onto the element to attach the `PopoverReference` or `Tooltip` to, allowing consumers to avoid the extra wrapping DOM element that is used by default.
- Fix scaling of icon SVGs within `Button` components. v6 `Buttons` no longer scale svgs at all; it is up to the consumer to choose a properly sized icon. Legacy `Buttons` now use `18px` sizing for small and medium sizes instead of `16px`, to conform with design standards.
- Fix but preventing `Switch` components from rendering properly when the host environment globally sets `box-sizing: border-box` on `:after` pseudo-elements.

### 5.38.2

- Add complex filter support to simple and paginated grid
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@faithlife/styled-ui",
"version": "5.38.2",
"version": "5.39.0",
"main": "dist/main.js",
"repository": "git@github.com:Faithlife/styled-ui.git",
"author": "Dustin Masters <dustin.masters@faithlife.com>",
Expand Down

0 comments on commit 37e2f21

Please sign in to comment.