Skip to content

Commit

Permalink
Bumped to 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Bruhn committed Feb 20, 2019
1 parent 1b8d5c4 commit d526cc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# v4.9.2

- Resolved regression in iconic menu trigger size.

# v4.9.1

- Fixed Dropdown icon spacing issue when the rendering direction is "rtl" Right-To-Left.

# v4.9.0

- Added `--px-icon-flex-grow` CSS variable for optionally allowing the dropdown to fill its container
- Added `--px-icon-flex-grow` CSS variable for optionally allowing the dropdown to fill its container.

# v4.8.1

- Fixed regression in px-icon sizes
- Fixed regression in px-icon sizes.

# v4.8.0

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-dropdown",
"version": "4.9.1",
"version": "4.9.2",
"main": [
"px-dropdown.html"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "px-dropdown",
"author": "General Electric",
"description": "A Predix UI Dropdown component",
"version": "4.9.1",
"version": "4.9.2",
"extName": null,
"scripts": {
"clean": "gulp clean",
Expand Down

0 comments on commit d526cc9

Please sign in to comment.