Skip to content

Commit

Permalink
Merge branch 'release/2.1.0'
Browse files Browse the repository at this point in the history
# Conflicts:
#	bower.json
#	package.json
  • Loading branch information
jenny-s51 committed Jul 25, 2018
2 parents 5f15c7e + ebd20cd commit b94efec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.0
* Color contrast accessibility fixes to comply with MWAS
* Added skip-link feature for keyboard navigation

## Unreleased

* Fixed a bug with the left hand nav layout and BU Banners [See related pull request](https://github.com/bu-ist/responsive-foundation/pull/154)
Expand Down Expand Up @@ -35,7 +39,7 @@ it'll just work now! `max-width` support is deprecated as of 2.0 since the
intention of this mixin is to print styles safely in older versions of IE -
`max-width` styles are unlikely to be the last styles to apply.
[See related pull request](https://github.com/bu-ist/responsive-foundation/pull/89)
* An new approach for centering, `center-children`, using flexbox. Old
* A new approach for centering, `center-children`, using flexbox. Old
approaches will still be available for the forseeable future - just use
`vertical-center-ie8` or `vertical-center-ie9` as appropriate for your needs
[See related pull request](https://github.com/bu-ist/responsive-foundation/pull/89)
Expand Down Expand Up @@ -168,4 +172,4 @@ standards [See related pull request](https://github.com/bu-ist/responsive-founda

## 0.1.0

* Initial release
* Initial release
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "responsive-foundation",
"version": "2.0.2",
"version": "2.1.0",
"homepage": "https://github.com/bu-ist/responsive-foundation",
"authors": [
"Mike Burns <[email protected]>",
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": "responsive-foundation",
"version": "2.0.2",
"version": "2.1.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "^0.4.0",
Expand Down

0 comments on commit b94efec

Please sign in to comment.