Skip to content

Commit

Permalink
Merge pull request #29 in FFE/ffe-account-selector-react from feature…
Browse files Browse the repository at this point in the history
…/DIG-28649-ios9-click-issue to master

* commit 'b3fc069360ec57dbc6776b98d5c1e8169ad28b93':
  DIG-28649 changelog og bump
  DIG-28649 flytter cursor:pointer ut fra hover pseudo-klasse slik at iOS9.x får nødvendig pointer for å trigge klikk
  • Loading branch information
Pål Oliver Kristiansen committed Oct 24, 2017
2 parents 68755d5 + 317fe9b commit 99a6471
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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
2 changes: 1 addition & 1 deletion styles/account-suggestion.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
margin: 0;
border-top: 1px solid @ffe-grey-silver;
background: @ffe-white;
cursor: pointer;

&:hover,
&--highlighted {
cursor: pointer;
background: @ffe-blue-azure;
color: @ffe-white;
.ffe-account-suggestion__name,
Expand Down

0 comments on commit 99a6471

Please sign in to comment.