This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This mimics the multipage-frontend configuration. The credentials are stored in env variables.
gemmaleigh
added a commit
that referenced
this pull request
Apr 25, 2016
# 4.10.0 - Allow New Transport font stack to be overridden by apps using `$toolkit-font-stack` and `$toolkit-font-stack-tabular` (PR #230) # 4.9.1 - Fix phase banner alignment (PR #266) # 4.9.0 - Add websafe organisation colours - Split colours into two files with backwards-compatible colours.scss replacement # 4.8.2 - Add GOV.UK lint to lint scss files (PR #260) - Remove reference to old colour palette (PR #256) - Fix link to GOV.UK elements - tabular data # 4.8.1 - Update DEFRA brand colour to new green (PR #249) # 4.8.0 - Pass cohort name to analytics when using multivariate test (PR #251) # 4.7.0 - Add 'mailto' tracking to GOV.UK Analytics (PR #244) # 4.6.1 - Use the Sass variable $light-blue for link active and hover colours (PR #242) # 4.6.0 - Add breadcrumb styles, separator images and documentation (PR #236) - Add fallback image for the back link (PR #235) # 4.5.0 - Find and auto-start JavaScript modules from markup: `data-module="module-name"`(PR #227) # 4.4.0 - Add helpers partial for functions - Add px to em function and documentation # 4.3.0 - Allow javascript error tracking to be filtered to avoid noise from plugins # 4.2.1 - Track download links using events not pageviews # 4.2.0 - Add two analytics plugins for download and external link tracking - Update typography mixins to be mobile first (PR #157) # 4.1.1 - Update Accessible Media Player to remove dependency on $.browser (PR #206) # 4.1.0 - Add support for sending the `page` option to `GOVUK.analytics.trackEvent` (PR #203) # 4.0.1 - Fix: stop multiline text from dropping below phase tag. # 4.0.0 - Remove Google Analytics classic alphagov/govuk_frontend_toolkit#194 - References to google-analytics-classic-tracker.js should be removed - Rename GOVUK.Tracker to GOVUK.Analytics - References to GOVUK.Tracker should be updated # 3.5.1 - Changes Analytics API library to accept one, both or neither of the analytics tracking codes. This means we can start removing classic tracking codes from apps. #3.5.0 - Adds cross domain tracking to Analytics API library: alphagov/govuk_frontend_toolkit#185 - Adds sass variables for discovery and live phases #3.4.2 - Fix: Before this fix, when a user fell into variant 0 of a multivariate test, the data wouldn't be reported to Google correctly because of a broken null check in the code block that opts the user into the Google Content Experiment. # 3.4.1 - Fix: Make the error colour a darker red for greater contrast and to meet WCAG 2.0 AAAA (this was meant to go into 3.3.1 but was lost from history) - Add `$focus-colour` variable (#180) # 3.4.0 - multivariate-test.js: add support for using Google Content Experiments as the reporting backend for multivariate tests # 3.3.1 - Fix: Make the error colour a darker red for greater contrast and to meet WCAG 2.0 AAAA # 3.3.0 - Add: Analytics - pageview tracking for a print attempt # 3.2.1 - Fix: Analytics - don't run error and print plugins on load # 3.2.0 - Add: Analytics API alphagov/govuk_frontend_toolkit#162 https://github.com/alphagov/govuk_frontend_toolkit/blob/master/docs/anal ytics.md # 3.1.0 - Fix: outdent to add right margin rather than only left - Fix: add missing semi-colons in JavaScript files - Fix: use box-sizing mixin in column mixin to support more browsers - Add: ability to specify float direction on column mixin - Add: Sass-lint tests # 3.0.1 - Fix a bug with the npm publishing. npm requires a version change to publish a package. # 3.0.0 - Change publishing method to not use git submodules in govuk_frontend_toolkit_npm. This is a major version bump because it will move the toolkit from `./node_modules/govuk_frontend_toolkit/govuk_frontend_toolkit/` to `./node_modules/govuk_frontend_toolkit/`, which will break relative imports in Sass. - Fix typo in Sass comment
gemmaleigh
added a commit
that referenced
this pull request
Apr 25, 2016
# 4.10.0 - Allow New Transport font stack to be overridden by apps using `$toolkit-font-stack` and `$toolkit-font-stack-tabular` (PR #230) # 4.9.1 - Fix phase banner alignment (PR #266) # 4.9.0 - Add websafe organisation colours - Split colours into two files with backwards-compatible colours.scss replacement # 4.8.2 - Add GOV.UK lint to lint scss files (PR #260) - Remove reference to old colour palette (PR #256) - Fix link to GOV.UK elements - tabular data # 4.8.1 - Update DEFRA brand colour to new green (PR #249) # 4.8.0 - Pass cohort name to analytics when using multivariate test (PR #251) # 4.7.0 - Add 'mailto' tracking to GOV.UK Analytics (PR #244) # 4.6.1 - Use the Sass variable $light-blue for link active and hover colours (PR #242) # 4.6.0 - Add breadcrumb styles, separator images and documentation (PR #236) - Add fallback image for the back link (PR #235) # 4.5.0 - Find and auto-start JavaScript modules from markup: `data-module="module-name"`(PR #227) # 4.4.0 - Add helpers partial for functions - Add px to em function and documentation # 4.3.0 - Allow javascript error tracking to be filtered to avoid noise from plugins # 4.2.1 - Track download links using events not pageviews # 4.2.0 - Add two analytics plugins for download and external link tracking - Update typography mixins to be mobile first (PR #157) # 4.1.1 - Update Accessible Media Player to remove dependency on $.browser (PR #206) # 4.1.0 - Add support for sending the `page` option to `GOVUK.analytics.trackEvent` (PR #203) # 4.0.1 - Fix: stop multiline text from dropping below phase tag. # 4.0.0 - Remove Google Analytics classic alphagov/govuk_frontend_toolkit#194 - References to google-analytics-classic-tracker.js should be removed - Rename GOVUK.Tracker to GOVUK.Analytics - References to GOVUK.Tracker should be updated # 3.5.1 - Changes Analytics API library to accept one, both or neither of the analytics tracking codes. This means we can start removing classic tracking codes from apps. #3.5.0 - Adds cross domain tracking to Analytics API library: alphagov/govuk_frontend_toolkit#185 - Adds sass variables for discovery and live phases #3.4.2 - Fix: Before this fix, when a user fell into variant 0 of a multivariate test, the data wouldn't be reported to Google correctly because of a broken null check in the code block that opts the user into the Google Content Experiment. # 3.4.1 - Fix: Make the error colour a darker red for greater contrast and to meet WCAG 2.0 AAAA (this was meant to go into 3.3.1 but was lost from history) - Add `$focus-colour` variable (#180) # 3.4.0 - multivariate-test.js: add support for using Google Content Experiments as the reporting backend for multivariate tests # 3.3.1 - Fix: Make the error colour a darker red for greater contrast and to meet WCAG 2.0 AAAA # 3.3.0 - Add: Analytics - pageview tracking for a print attempt # 3.2.1 - Fix: Analytics - don't run error and print plugins on load # 3.2.0 - Add: Analytics API alphagov/govuk_frontend_toolkit#162 https://github.com/alphagov/govuk_frontend_toolkit/blob/master/docs/anal ytics.md # 3.1.0 - Fix: outdent to add right margin rather than only left - Fix: add missing semi-colons in JavaScript files - Fix: use box-sizing mixin in column mixin to support more browsers - Add: ability to specify float direction on column mixin - Add: Sass-lint tests # 3.0.1 - Fix a bug with the npm publishing. npm requires a version change to publish a package. # 3.0.0 - Change publishing method to not use git submodules in govuk_frontend_toolkit_npm. This is a major version bump because it will move the toolkit from `./node_modules/govuk_frontend_toolkit/govuk_frontend_toolkit/` to `./node_modules/govuk_frontend_toolkit/`, which will break relative imports in Sass. - Fix typo in Sass comment
gemmaleigh
added a commit
that referenced
this pull request
Apr 26, 2016
# 4.10.0 - Allow New Transport font stack to be overridden by apps using `$toolkit-font-stack` and `$toolkit-font-stack-tabular` (PR #230) # 4.9.1 - Fix phase banner alignment (PR #266) # 4.9.0 - Add websafe organisation colours - Split colours into two files with backwards-compatible colours.scss replacement # 4.8.2 - Add GOV.UK lint to lint scss files (PR #260) - Remove reference to old colour palette (PR #256) - Fix link to GOV.UK elements - tabular data # 4.8.1 - Update DEFRA brand colour to new green (PR #249) # 4.8.0 - Pass cohort name to analytics when using multivariate test (PR #251) # 4.7.0 - Add 'mailto' tracking to GOV.UK Analytics (PR #244) # 4.6.1 - Use the Sass variable $light-blue for link active and hover colours (PR #242) # 4.6.0 - Add breadcrumb styles, separator images and documentation (PR #236) - Add fallback image for the back link (PR #235) # 4.5.0 - Find and auto-start JavaScript modules from markup: `data-module="module-name"`(PR #227) # 4.4.0 - Add helpers partial for functions - Add px to em function and documentation # 4.3.0 - Allow javascript error tracking to be filtered to avoid noise from plugins # 4.2.1 - Track download links using events not pageviews # 4.2.0 - Add two analytics plugins for download and external link tracking - Update typography mixins to be mobile first (PR #157) # 4.1.1 - Update Accessible Media Player to remove dependency on $.browser (PR #206) # 4.1.0 - Add support for sending the `page` option to `GOVUK.analytics.trackEvent` (PR #203) # 4.0.1 - Fix: stop multiline text from dropping below phase tag. # 4.0.0 - Remove Google Analytics classic alphagov/govuk_frontend_toolkit#194 - References to google-analytics-classic-tracker.js should be removed - Rename GOVUK.Tracker to GOVUK.Analytics - References to GOVUK.Tracker should be updated # 3.5.1 - Changes Analytics API library to accept one, both or neither of the analytics tracking codes. This means we can start removing classic tracking codes from apps. #3.5.0 - Adds cross domain tracking to Analytics API library: alphagov/govuk_frontend_toolkit#185 - Adds sass variables for discovery and live phases #3.4.2 - Fix: Before this fix, when a user fell into variant 0 of a multivariate test, the data wouldn't be reported to Google correctly because of a broken null check in the code block that opts the user into the Google Content Experiment. # 3.4.1 - Fix: Make the error colour a darker red for greater contrast and to meet WCAG 2.0 AAAA (this was meant to go into 3.3.1 but was lost from history) - Add `$focus-colour` variable (#180) # 3.4.0 - multivariate-test.js: add support for using Google Content Experiments as the reporting backend for multivariate tests # 3.3.1 - Fix: Make the error colour a darker red for greater contrast and to meet WCAG 2.0 AAAA # 3.3.0 - Add: Analytics - pageview tracking for a print attempt # 3.2.1 - Fix: Analytics - don't run error and print plugins on load # 3.2.0 - Add: Analytics API alphagov/govuk_frontend_toolkit#162 https://github.com/alphagov/govuk_frontend_toolkit/blob/master/docs/anal ytics.md # 3.1.0 - Fix: outdent to add right margin rather than only left - Fix: add missing semi-colons in JavaScript files - Fix: use box-sizing mixin in column mixin to support more browsers - Add: ability to specify float direction on column mixin - Add: Sass-lint tests # 3.0.1 - Fix a bug with the npm publishing. npm requires a version change to publish a package. # 3.0.0 - Change publishing method to not use git submodules in govuk_frontend_toolkit_npm. This is a major version bump because it will move the toolkit from `./node_modules/govuk_frontend_toolkit/govuk_frontend_toolkit/` to `./node_modules/govuk_frontend_toolkit/`, which will break relative imports in Sass. - Fix typo in Sass comment
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This mimics the multipage-frontend configuration. The credentials are stored in env variables.