diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c5d07b..907dfafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ - - - +## 0.16.7 (2016-09-16) +* Fixes RTL margin side of the search button +* Fixes search input text -webkit-appearance for Safari +* Fixes the down arrow screenreader text in dropdown menu icon span + +- - - + ## 0.16.6 (2016-08-08) * Fixes for color contrast with form fields diff --git a/bower.json b/bower.json index eb9b483a..5813aadb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.16.6", + "version": "0.16.7", "authors": [ "edX Pattern Library Team " ], diff --git a/package.json b/package.json index b0e64a91..4e2a16b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.16.6", + "version": "0.16.7", "author": "edX Pattern Library Team ", "license": "Apache-2.0", "description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",