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

Release 2.9.0 #1477

Merged
merged 2 commits into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.9.0 (2018-02-15)

- Added autocomplete component. [#1438](https://github.com/blackbaud/skyux2/pull/1438) (Thanks @Blackbaud-TomRamsey)
- Fixed action button keyup also triggering click event. [#1448](https://github.com/blackbaud/skyux2/pull/1448)
- Fixed error when dropdown does not include menu. [#1470](https://github.com/blackbaud/skyux2/pull/1470)
- Fixed error when popover directive references undefined popover component. [#1475](https://github.com/blackbaud/skyux2/pull/1475)

# 2.8.0 (2018-02-08)

- Added flyout component. [#1460](https://github.com/blackbaud/skyux2/pull/1460) (Thanks @Blackbaud-TrevorBurch and @Blackbaud-AlexKingman)
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.8.0",
"version": "2.9.0",
"description": "SKY UX built on Angular 2",
"author": "Blackbaud, Inc.",
"homepage": "https://github.com/blackbaud/skyux2",
Expand Down