Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 4.14.0 #296

Merged
merged 1 commit into from
Jul 21, 2016
Merged

Bump version to 4.14.0 #296

merged 1 commit into from
Jul 21, 2016

Conversation

ikennaokpala
Copy link
Contributor

@ikennaokpala ikennaokpala commented Jul 21, 2016

Related to this PR alphagov/smart-answers#2655
#4.14.0

  • Allow use of multiple GA customDimensionIndex. See this section of the documentation for more information.
  • Configurable duration (in days) for AB Test cookie. See this section of the documentation for more information.
  • Allow base scripts to run within a module loader. See this PR for more information.

- Configurable duration (in days) for AB Test cookie.
- Add assignment of jQuery explicitly so it's consistent with other modules.
- Allow base scripts to run within a module loader.
- Force push tracking branch on new version.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The audience of the change log is people consuming govuk_frontend_toolkit, so we don't need to mention an internal change like the tracking branch.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh right.. sorry

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can probably remove Add assignment of jQuery explicitly so it's consistent with other modules. as well as that was just an ancillary piece of work.

@dsingleton
Copy link
Contributor

Couple of comments on the changelog, otherwise it looks good.

Sorry if the changelog comments come across a bit nit-picky! It's the main way people using FET, from all over gov, can see whats changed version to version, and it's worth spending a bit of time making it as user friendly as possible :)

@ikennaokpala
Copy link
Contributor Author

@dsingleton comments are much appreciated..


- 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-statistical-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.
- Add assignment of jQuery explicitly so it's consistent with other modules.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might have gotten lost in force-pushes, but I agree with @robinwhittleton that "Add assignment of jQuery explicitly" is an internal change, which doesn't affect consumers, so we can omit it from the changelog too 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok will exclude it

- Allow use of multiple GA customDimensionIndex.
- Configurable duration (in days) for AB Test cookie.
- Add assignment of jQuery explicitly so it's consistent with other modules.
- Allow base scripts to run within a module loader.
- Force push tracking branch on new version.
@dsingleton dsingleton merged commit 37d23c1 into alphagov:master Jul 21, 2016
@dsingleton
Copy link
Contributor

👏 thanks for the extra effort with the change log :)

@ikennaokpala ikennaokpala deleted the bump-to-4-14-0 branch July 21, 2016 15:27
@ikennaokpala ikennaokpala restored the bump-to-4-14-0 branch July 21, 2016 15:45
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 22, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 26, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 26, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292

SmartAnswers makes use of the following files from the frontend_toolkit:
Stylesheets:
- _conditionals.scss
- _typography.scss
- _colours.scss
- _shims.scss
- design-patterns/_buttons.scss
- _grid_layout.scss

Javascript:
- govuk/multivariate-test

Having reviewed the diff between 4.8.0 and 4.14.0 alphagov/govuk_frontend_toolkit@0cfc216...37d23c1.

This diff composes of 82 commits, 34 Merge Commits and 48 concrete commits.

I gone through each tracing the possible areas that this might affect smart answers. To the best of my knowledge I have found only cosmetic changes to the following files.

Stylesheets:
- _typography.scss e05ca517 , 70f53d27c
- _colors.scss 11798945a , 3853a726c , 0052024b4b9 , 984d53292 , 2180a72e4

UI examination was carried by Anika and myself and we found nothing of concern.

Already existing unit, regression and integration tests passed, giving assurance
that the aforementioned commit/changes have had no (interfering) affect to the
transit route or flow or other routes within check uk visa or other smart answers.
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 27, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292

SmartAnswers makes use of the following files from the frontend_toolkit:
Stylesheets:
- _conditionals.scss
- _typography.scss
- _colours.scss
- _shims.scss
- design-patterns/_buttons.scss
- _grid_layout.scss

Javascript:
- govuk/multivariate-test

Having reviewed the diff between 4.8.0 and 4.14.0 alphagov/govuk_frontend_toolkit@0cfc216...37d23c1.

This diff composes of 82 commits, 34 Merge Commits and 48 concrete commits.

I gone through each tracing the possible areas that this might affect smart answers. To the best of my knowledge I have found only cosmetic changes to the following files.

Stylesheets:
- _typography.scss e05ca517 , 70f53d27c
- _colors.scss 11798945a , 3853a726c , 0052024b4b9 , 984d53292 , 2180a72e4

UI examination was carried by Anika and myself and we found nothing of concern.

Already existing unit, regression and integration tests passed, giving assurance
that the aforementioned commit/changes have had no (interfering) affect to the
transit route or flow or other routes within check uk visa or other smart answers.
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 27, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292

SmartAnswers makes use of the following files from the frontend_toolkit:
Stylesheets:
- _conditionals.scss
- _typography.scss
- _colours.scss
- _shims.scss
- design-patterns/_buttons.scss
- _grid_layout.scss

Javascript:
- govuk/multivariate-test

Having reviewed the diff between 4.8.0 and 4.14.0 alphagov/govuk_frontend_toolkit@0cfc216...37d23c1.

This diff composes of 82 commits, 34 Merge Commits and 48 concrete commits.

I gone through each tracing the possible areas that this might affect smart answers. To the best of my knowledge I have found only cosmetic changes to the following files.

Stylesheets:
- _typography.scss e05ca517 , 70f53d27c
- _colors.scss 11798945a , 3853a726c , 0052024b4b9 , 984d53292 , 2180a72e4

UI examination was carried by Anika and myself and we found nothing of concern.

Already existing unit, regression and integration tests passed, giving assurance
that the aforementioned commit/changes have had no (interfering) affect to the
transit route or flow or other routes within check uk visa or other smart answers.
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 27, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292

SmartAnswers makes use of the following files from the frontend_toolkit:
Stylesheets:
- _conditionals.scss
- _typography.scss
- _colours.scss
- _shims.scss
- design-patterns/_buttons.scss
- _grid_layout.scss

Javascript:
- govuk/multivariate-test

Having reviewed the diff between 4.8.0 and 4.14.0 alphagov/govuk_frontend_toolkit@0cfc216...37d23c1.

This diff composes of 82 commits, 34 Merge Commits and 48 concrete commits.

I gone through each tracing the possible areas that this might affect smart answers. To the best of my knowledge I have found only cosmetic changes to the following files.

Stylesheets:
- _typography.scss e05ca517 , 70f53d27c
- _colors.scss 11798945a , 3853a726c , 0052024b4b9 , 984d53292 , 2180a72e4

UI examination was carried by Anika and myself and we found nothing of concern.

Already existing unit, regression and integration tests passed, giving assurance
that the aforementioned commit/changes have had no (interfering) affect to the
transit route or flow or other routes within check uk visa or other smart answers.
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 28, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292

SmartAnswers makes use of the following files from the frontend_toolkit:
Stylesheets:
- _conditionals.scss
- _typography.scss
- _colours.scss
- _shims.scss
- design-patterns/_buttons.scss
- _grid_layout.scss

Javascript:
- govuk/multivariate-test

Having reviewed the diff between 4.8.0 and 4.14.0 alphagov/govuk_frontend_toolkit@0cfc216...37d23c1.

This diff composes of 82 commits, 34 Merge Commits and 48 concrete commits.

I gone through each tracing the possible areas that this might affect smart answers. To the best of my knowledge I have found only cosmetic changes to the following files.

Stylesheets:
- _typography.scss e05ca517 , 70f53d27c
- _colors.scss 11798945a , 3853a726c , 0052024b4b9 , 984d53292 , 2180a72e4

UI examination was carried by Anika and myself and we found nothing of concern.

Already existing unit, regression and integration tests passed, giving assurance
that the aforementioned commit/changes have had no (interfering) affect to the
transit route or flow or other routes within check uk visa or other smart answers.
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 28, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292

SmartAnswers makes use of the following files from the frontend_toolkit:
Stylesheets:
- _conditionals.scss
- _typography.scss
- _colours.scss
- _shims.scss
- design-patterns/_buttons.scss
- _grid_layout.scss

Javascript:
- govuk/multivariate-test

Having reviewed the diff between 4.8.0 and 4.14.0 alphagov/govuk_frontend_toolkit@0cfc216...37d23c1.

This diff composes of 82 commits, 34 Merge Commits and 48 concrete commits.

I gone through each tracing the possible areas that this might affect smart answers. To the best of my knowledge I have found only cosmetic changes to the following files.

Stylesheets:
- _typography.scss e05ca517 , 70f53d27c
- _colors.scss 11798945a , 3853a726c , 0052024b4b9 , 984d53292 , 2180a72e4

UI examination was carried by Anika and myself and we found nothing of concern.

Already existing unit, regression and integration tests passed, giving assurance
that the aforementioned commit/changes have had no (interfering) affect to the
transit route or flow or other routes within check uk visa or other smart answers.
ikennaokpala added a commit to alphagov/smart-answers that referenced this pull request Jul 28, 2016
This commit bumps the front-end toolkit from 4.8.0 to 4.14.0 as a result
of the recent update to the front-end toolkit.

* alphagov/govuk_frontend_toolkit#296
* alphagov/govuk_frontend_toolkit#294
* alphagov/govuk_frontend_toolkit#292

SmartAnswers makes use of the following files from the frontend_toolkit:
Stylesheets:
- _conditionals.scss
- _typography.scss
- _colours.scss
- _shims.scss
- design-patterns/_buttons.scss
- _grid_layout.scss

Javascript:
- govuk/multivariate-test

Having reviewed the diff between 4.8.0 and 4.14.0 alphagov/govuk_frontend_toolkit@0cfc216...37d23c1.

This diff composes of 82 commits, 34 Merge Commits and 48 concrete commits.

I gone through each tracing the possible areas that this might affect smart answers. To the best of my knowledge I have found only cosmetic changes to the following files.

Stylesheets:
- _typography.scss e05ca517 , 70f53d27c
- _colors.scss 11798945a , 3853a726c , 0052024b4b9 , 984d53292 , 2180a72e4

UI examination was carried by Anika and myself and we found nothing of concern.

Already existing unit, regression and integration tests passed, giving assurance
that the aforementioned commit/changes have had no (interfering) affect to the
transit route or flow or other routes within check uk visa or other smart answers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants