Releases: govuk-vue/govuk-vue
GOV.UK Vue v1.1.0
To install this version with npm, run npm install govuk-vue@1.1.0
New features
GOV.UK rebrand compatibility
The GOV.UK brand refresh is launching on 25 June 2025. This release adds support for the brand refresh to the header and footer components.
Add the govuk-template--rebranded
class to your <html>
to enable rebranded styling.
If your service is branded as GOV.UK, pass :rebrand="true"
to the header and :show-crown="true"
to the footer. See the installation instructions for updated asset paths.
Updated file upload
We've updated the file upload component to match the improved file upload component in GOV.UK Frontend.
GOV.UK Vue v1.0.1
To install this version with npm, run npm install govuk-vue@1.0.1
Fixes
We've made fixes to GOV.UK Vue in the following pull requests:
GOV.UK Vue v1.0.0
This is the first stable release of GOV.UK Vue. To install this version with npm, run npm install govuk-vue@1.0.0
See the installation instructions to get started.
For full documentation, please see govukvue.org.