Skip to content

Commit

Permalink
Bump govuk frontend toolkit to 4.1.1
Browse files Browse the repository at this point in the history
# 4.1.1

- Update Accessible Media Player to remove dependency on $.browser (PR
alphagov#206)

# 4.1.0

- Add support for sending the `page` option to
`GOVUK.analytics.trackEvent` (PR alphagov#203)
  • Loading branch information
Gemma Leigh committed Aug 3, 2015
1 parent 501a29a commit 7fe5a0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
evt.eventLabel = options.label;
}

// Page is optional
if (typeof options.page === "string") {
evt.page = options.page;
}

// Value is optional, but when used must be an
// integer, otherwise the event will be invalid
// and not logged
Expand Down
12 changes: 6 additions & 6 deletions govuk/public/javascripts/vendor/jquery/jquery.player.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"consolidate": "^0.10.0",
"express": "^3.18.4",
"express-writer": "0.0.4",
"govuk_frontend_toolkit": "^4.0.1",
"govuk_frontend_toolkit": "^4.1.1",
"govuk_template_mustache": "^0.14.1",
"grunt": "^0.4.2",
"grunt-concurrent": "^0.4.3",
Expand Down

0 comments on commit 7fe5a0a

Please sign in to comment.