Skip to content

Commit

Permalink
Merge pull request #348 from nhsuk/update/release-0-8-0
Browse files Browse the repository at this point in the history
Update frontend library version to 0.8.0
  • Loading branch information
mikemonteith authored Jan 17, 2019
2 parents 8df4742 + 09bb393 commit 7e38b3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# NHS.UK frontend Changelog

## 0.7.0 (Prerelease) - Jan 2, 2018
## 0.8.0 (Prerelease) - Jan 17, 2019

:boom: **Breaking changes**

- Header - The autocomplete has been rewritten to remove the dependency on jQuery and now uses [GOV.UK's accessible autocomplete component](https://github.com/alphagov/accessible-autocomplete). You will need to do an `npm install` to update your packages and update the header HTML accordingly. ([PR 342](https://github.com/nhsuk/nhsuk-frontend/pull/342))


## 0.7.0 (Prerelease) - Jan 2, 2019

:new: **New features**

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": "nhsuk-frontend",
"version": "0.7.0",
"version": "0.8.0",
"description": "The NHS website frontend styles, for creating NHS websites and services.",
"sasslintConfig": "config/sass-lint.yml",
"scripts": {
Expand Down

0 comments on commit 7e38b3f

Please sign in to comment.