Skip to content

Commit

Permalink
v 4.18.4
Browse files Browse the repository at this point in the history
- Lint codebase using standard ([PR
#334](#334))
- Add semicolons at the start of IIFE's ([PR
#339](#339))
  • Loading branch information
gemmaleigh committed Oct 20, 2016
1 parent 4e1996f commit 0991e23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.18.4

- Lint codebase using standard ([PR #334](https://github.com/alphagov/govuk_frontend_toolkit/pull/334))
- Add semicolons at the start of IIFE's ([PR #339](https://github.com/alphagov/govuk_frontend_toolkit/pull/339))

# 4.18.3

- For smaller screens (<768px) ensure that the GOVUK.StickAtTopWhenScrolling JS "unsticks" the element which was previously "stuck" (by removing both the class which sets fixed positioning and the shim). ([PR #329](https://github.com/alphagov/govuk_frontend_toolkit/pull/329))
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.18.3
4.18.4

0 comments on commit 0991e23

Please sign in to comment.