Skip to content

Commit

Permalink
Merge pull request #47 from edx/andya/release-03-28-2016
Browse files Browse the repository at this point in the history
Release 0.9.0
  • Loading branch information
andy-armstrong committed Mar 30, 2016
2 parents b2f89c2 + eb18e36 commit 28e9a86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## 0.9.0 (2016-03-30)
* Support loading utility classes into "edx" namespace if RequireJS not available
* Make StringUtils available as a context parameter to templates
* Add Coveralls support
* Fix Karma build failures on Travis

- - -

## 0.8.0 (2016-03-22)
* Add more HtmlUtils APIs

- - -

## 0.7.0 (2016-03-22)
* Dropdown Menu improved a11y to trap focus in the dropdown for
* tab navigation and added a11y test coverage
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-ui-toolkit",
"version": "0.8.0",
"version": "0.9.0",
"homepage": "https://github.com/edx/edx-ui-toolkit",
"repository": {
"type": "git",
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": "edx-ui-toolkit",
"version": "0.8.0",
"version": "0.9.0",
"description": "A JavaScript toolkit for building edX user interfaces",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 28e9a86

Please sign in to comment.