govuk_frontend_toolkit 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/CHANGELOG.md +4 -0
- data/app/assets/VERSION.txt +1 -1
- data/app/assets/javascripts/govuk/modules.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7970c3d101671f44edfe8cc220b6026485384d1b
|
|
4
|
+
data.tar.gz: bd34f54ba6c359dbc3e9360d86c28888ab58d41d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19105a13ff6a9127a0350ff0a60c22e5252a64815f8753820ef75c20a1ee362023a0d4a438615df572c2af1c1bc4dc70a4f5b6749a22895eafdf73926367bcb3
|
|
7
|
+
data.tar.gz: e45aaf3eb22a5d199231d8ae922c7a6bb179dbc66c5ab2da3735c5eff56df72cfa0f2dafeb7cecb619d9c4245a7588da8a182f55f57f6689090d393c21b7f530
|
data/app/assets/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# 6.0.1
|
|
2
|
+
|
|
3
|
+
- Fix a Javascript error in IE7 caused by trying to access a character within a string using array notation ([PR #407](https://github.com/alphagov/govuk_frontend_toolkit/pull/407))
|
|
4
|
+
|
|
1
5
|
# 6.0.0
|
|
2
6
|
|
|
3
7
|
- Breaking change: configure the GOV.UK Analytics tracker with `govukTrackerUrl` instead of `govukTrackerGifUrl` ([PR #405](https://github.com/alphagov/govuk_frontend_toolkit/pull/405))
|
data/app/assets/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.0.
|
|
1
|
+
6.0.1
|