Skip to content

Commit

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

- Fix tabular number sizing in Firefox ([PR
#301](alphagov/govuk_frontend_toolkit#301))

# 4.14.0

- Allow use of multiple GA customDimensionIndex. See [this
section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/
docs/javascript.md#using-google-custom-dimensions-with-your-own-statisti
cal-model) of the documentation for more information.
- Configurable duration (in days) for AB Test cookie. See [this
section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/
docs/javascript.md#multivariate-test-framework) of the documentation
for more information.
- Allow base scripts to run within a module loader. See [this
PR](alphagov/govuk_frontend_toolkit#290) for
more information.
  • Loading branch information
gemmaleigh committed Aug 4, 2016
1 parent e8910d4 commit 9497f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=4.0.0"
},
"dependencies": {
"govuk_frontend_toolkit": "^4.13.0"
"govuk_frontend_toolkit": "^4.14.1"
},
"devDependencies": {
"body-parser": "^1.14.1",
Expand Down

0 comments on commit 9497f85

Please sign in to comment.