Skip to content

Commit

Permalink
v4.18.3
Browse files Browse the repository at this point in the history
Version 4.18.3 adds the following:

[PR #329](#329)

Amend GOVUK.StickAtTopWhenScrolling to check on resize if an element
should be “unstuck”.

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).
  • Loading branch information
gemmaleigh committed Oct 7, 2016
1 parent 035c4c1 commit 889ccfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 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))

# 4.18.2

- Remove unnecessary print font fallback that causes regression downstream ([PR #328](https://github.com/alphagov/govuk_frontend_toolkit/pull/328))
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.18.2
4.18.3

0 comments on commit 889ccfc

Please sign in to comment.