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 govuk-frontend from 2.13.0 to 3.3.0 #223

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps govuk-frontend from 2.13.0 to 3.3.0.

Release notes

Sourced from govuk-frontend's releases.

GOV.UK Frontend release v3.3.0

This release contains some smaller features and bug fixes that include accessibility improvements.

New features

Allow lang to be set on <title> and <main> of template

You can now set the lang attribute in the title and main of page template.

This will help with scenarios where some of the elements, such as navigation and footer, are in English whereas the title and page content are in a different language.

Add new override class to hide elements

You can now use the .govuk-!-display-none override class to hide elements.

Visual updates to the warning text component

Align ‘Warning text’ icon with first line of the content fixing #1352 Some changes were made to the size and spacing of the icon to help with positioning.

Fixes

Closes alphagov/govuk-frontend#1600

GOV.UK Frontend release v3.2.0

This release is another smaller release with some new features and fixes 🐛 🔨

If you're using GOV.UK Frontend with GOV.UK Template, the button component is now readable when it has an active focus state.

Thanks to Emma Lewis for helping with this release.

New features

Add classes to the form group wrapper of the character count component

You can now add classes to the form group wrapper of the character count component.

</tr></table> ... (truncated)
Changelog

Sourced from govuk-frontend's changelog.

3.3.0 (Feature release)

New features

Allow lang to be set on <title> and <main> of template

You can now set the lang attribute in the title and main of page template.

This will help with scenarios where some of the elements, such as navigation and footer, are in English whereas the title and page content are in a different language.

Add new override class to hide elements

You can now use the .govuk-!-display-none override class to hide elements.

Visual updates to the warning text component

Align ‘Warning text’ icon with first line of the content fixing #1352 Some changes were made to the size and spacing of the icon to help with positioning.

Fixes

3.2.0 (Feature release)

New features

Add classes to the form group wrapper of the character count component

You can now add classes to the form group wrapper of the character count component.

govukCharacterCount({
  formGroup: {
    classes: 'app-character-count--custom-modifier'
  }
})
... (truncated)
Commits
  • c473c7e Merge pull request #1601 from alphagov/release-3.3.0
  • 7eb3463 Release v3.3.0
  • 7c79b1b Merge pull request #1596 from alphagov/bump-deps
  • 37e1dab Bump dependencies
  • 4607dda Merge pull request #1595 from alphagov/omit-empty-conditionals
  • c708087 Do not output empty conditionals
  • f481811 Merge pull request #1593 from alphagov/update-date-docus-for-required-items
  • e07b349 Update date input items documentation so they're not required
  • b0ec08b Merge pull request #1589 from alphagov/remove-role-button-from-header-button
  • a97e68c Update CHANGELOG entry
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 2.13.0 to 3.3.0.
- [Release notes](https://github.com/alphagov/govuk-frontend/releases)
- [Changelog](https://github.com/alphagov/govuk-frontend/blob/master/CHANGELOG.md)
- [Commits](alphagov/govuk-frontend@v2.13.0...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 9, 2019
@oswaldquek oswaldquek merged commit 70d40a9 into master Oct 9, 2019
@oswaldquek oswaldquek deleted the dependabot/npm_and_yarn/govuk-frontend-3.3.0 branch October 9, 2019 15:41
@sfount
Copy link
Contributor

sfount commented Oct 9, 2019

This will require updating class names and re-structuring a few things. Will need a few commits along with the PR to make it work.

@oswaldquek
Copy link
Contributor

@sfount should i revert this PR?

@sfount
Copy link
Contributor

sfount commented Oct 9, 2019

@oswaldquek please, yeah. Have been meaning to getting around to this!
Release notes on frontend describe migration requirements https://github.com/alphagov/govuk-frontend/releases/tag/v3.0.0

@oswaldquek
Copy link
Contributor

@sfount #224. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants