Skip to content

Commit

Permalink
DIG-28649 changelog og bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Pål Oliver Kristiansen committed Oct 23, 2017
1 parent 3627ada commit 317fe9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

# v7.9.2
* Fixed issue where iOS9 units may not receive click event

# v7.9.1
* Fixed bug where one selected account in multiple-account-selector was written in plural

# v7.9.0
* Open the suggestion-list when input-field is clicked, even when the input-field is already focused.
* Add prop 'onClick' for overriding the onClick callback.
* Add prop 'onClick' for overriding the onClick callback.

# v7.8.2
* Add aria-label to reset-button to fix empty-button error.
Expand All @@ -26,7 +29,7 @@ all `ffe-account-suggestion__name`
* New feature "select all". Set `showAllOption` to true to show an option for selecting all accounts. Will call "onSelectAll" when selected/deselected

# v7.6.1
* Bugfix: Moved `ffe-spinner` to peer-dependencies.
* Bugfix: Moved `ffe-spinner` to peer-dependencies.

# v7.6.0 (Invalid version, broken .less import)
* Added property `isLoading`. Shows a loading spinner in the suggestion list
Expand All @@ -48,18 +51,18 @@ all `ffe-account-suggestion__name`
* Disable account filtering when an account is selected

# v7.3.1
* Add workaround for IE11 and fast typing, which can cause characters to drop. Bugreport for issue, https://github.com/facebook/react/issues/7027, suggests this will be fixed in React 16.
* Add workaround for IE11 and fast typing, which can cause characters to drop. Bugreport for issue, https://github.com/facebook/react/issues/7027, suggests this will be fixed in React 16.

# v7.3.0
* Changed dependency version for ffe-checkbox-react
* Changed dependency version for ffe-checkbox-react

# v7.2.0
* Increased version range for ffe-form

# v7.1.3
# v7.1.3
* Added property shouldShowSuggestionsOnFocus on selector. Defaults to true.

# v7.1.2
# v7.1.2
* Removed custom event prevention to enable consistent behaviour across browsers

# v7.1.1
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": "ffe-account-selector-react",
"version": "7.9.1",
"version": "7.9.2",
"main": "lib/index.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/.",
Expand Down

0 comments on commit 317fe9b

Please sign in to comment.