Skip to content

Commit

Permalink
🎐 v0.20.0
Browse files Browse the repository at this point in the history
Breaking Changes:

💥 Change Spacing Classes

Added:

➕ New Vertical Divider using utility `is-y`
➕ Add `.file` control validation
➕ Add color transition in `.btn.is-min` bottom border this will allow bottom border to slowly transit even when clr utility is used over .btn
➕ reset vertical align from svg inside `.icon`

Changes:

🆙 `.divider` component no longer override `color` and `line-height`
🆙 shorten screen-reader object to `sr`
🆙 Use on for `events` e.g `on-hover` for css modifier in dropdown
🆙 use `li` element instead of `.list-item` class

Removed:

🔥 New divider already have its spacing so no need to override in menu

Design:

💅 Update Divider design
💅 darken `light` theme color

Fixes:

🔨 Use inline-flex instead of flex in `menu-trigger` and `dropdown-trigger` to avoid glitching with other elements
🔨 remove un-necessary `.dropdown-items` selector
🔨 Use `!optional` in group placeholder because mixin doesn't exist when `$design-rounded-else-box` is set to false
🔨 Fix Overlay z-index
  • Loading branch information
ashfahan committed Oct 21, 2019
1 parent aa74704 commit cf9b8b0
Show file tree
Hide file tree
Showing 17 changed files with 1,692 additions and 1,678 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fluidframework:fluid-css@0.19.0
fluidframework:fluid-css@0.20.0
[email protected]
4 changes: 2 additions & 2 deletions dist/fluid-bugs.css

Large diffs are not rendered by default.

98 changes: 47 additions & 51 deletions dist/fluid-component.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fluid-component.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fluid-grid.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fluid-sanitize.css

Large diffs are not rendered by default.

Loading

0 comments on commit cf9b8b0

Please sign in to comment.