Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Release version 2.31.0 #2182

Merged
merged 9 commits into from
Nov 21, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.31.0 (2018-11-20)

- Updated flyout component to not close when an overlay above it is clicked. [blackbaud/skyux-flyout#3](https://github.com/blackbaud/skyux-flyout/pull/3)
- Fixed grid component to adhere to given width when body cells have overflow. [blackbaud/skyux-grids#13](https://github.com/blackbaud/skyux-grids/pull/13)
- Fixed grid component to show descriptions of asynchronous columns. [blackbaud/skyux-grids#6](https://github.com/blackbaud/skyux-grids/pull/6)
- Fixed colorpicker component firing the `valueChanges` event too many times when a form group is updated. [blackbaud/skyux-colorpicker#5](https://github.com/blackbaud/skyux-colorpicker/pull/5)
blackbaud-conorwright marked this conversation as resolved.
Show resolved Hide resolved
- Fixed checkbox component to be able to set the disabled state in reactive forms. [blackbaud/skyux-forms#7](https://github.com/blackbaud/skyux-forms/pull/7)
- Fixed datepicker and timepicker components to be able to set the disabled state in reactive forms. [blackbaud/skyux-datetime#4](https://github.com/blackbaud/skyux-datetime/pull/4)
blackbaud-conorwright marked this conversation as resolved.
Show resolved Hide resolved

# 2.30.0 (2018-11-14)

- Added `debounceTime` input to autocomplete component. [blackbaud/skyux-lookup#8](https://github.com/blackbaud/skyux-lookup/pull/8)
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": "@blackbaud/skyux",
"version": "2.30.0",
"version": "2.31.0",
"description": "SKY UX built on Angular 4",
"author": "Blackbaud, Inc.",
"homepage": "https://github.com/blackbaud/skyux2",
Expand Down