Releases: alphagov/govuk-prototype-kit
v8.9.0
Features:
Fixes:
- #697 Only ask for usage permission if TTY. Thanks zuzak for this contribution.
- #712 Turn off npm default auditing.
v8.8.0
Features:
- #701 Update to GOV.UK Frontend version 2.8.0 (See GOV.UK Frontend 2.8.0 release notes).
v8.7.0
Features:
-
#613 Update to GOV.UK Frontend version 2.7.0 and adds experimental extensions feature (See GOV.UK Frontend 2.7.0 release notes). Big thanks @matcarey (https://github.com/matcarey)
As this is an experimental feature it should be used at your own risk, and is likely to change. Please contact us if you're interested in trying it out.
v8.6.0
Features:
- #680 Update to GOV.UK Frontend version 2.6.0 (See GOV.UK Frontend 2.6.0 release notes)
v8.5.0
Features:
- #672 Replace ‘check answers’ pattern with updated code
- #671 Update to GOV.UK Frontend version 2.5.0
Allows use of new components Accordion and Summary List
Fixes:
Internal:
v8.4.0
New features:
#642 Update GOV.UK Frontend to v2.4.0 - release notes
Bug fixes:
#634 Avoid double-nested buttons in step-by-step navigation - thanks @colinrotherham
#638 Make unbranded template available for use in app/views
v8.3.0
New features:
- Update GOV.UK Frontend to v2.3.0
- Add Notify integration guidance
- Add npm install reminder when prototype crashes
- Add step by step navigation
Internal:
- Removed minimist dependency - thanks to @dylmye
- Fix path for page templates in tutorials-and-examples - thanks to @denizgenc
- Add standardjs and supertest to dev dependencies - thanks to @simoneduca
- Setup exclusion list for the generated ZIP download
v8.2.0
Before starting the kit please run npm install
to install the updated dependency.
New Features:
#609 Update GOV.UK Frontend to v2.2.0 that includes a new character-count component
Bug fixes:
#605 Set stylesheet media to "all" to allow print styles
#608 Clearing session data now uses a POST request rather than a destructive GET request
v8.1.0
v8.0.0
This is a breaking release due to changes in v2.0.0 of GOV.UK Frontend.
Please read the release notes to see if changes affect your application.
Before starting the kit please run npm install
to install new dependencies.
Breaking changes:
New features:
- Add config to allow permanent session in cookie - Thanks to @colinrotherham
- Allow nested field values in session - Thanks to @colinrotherham
- Restart the app if environment variables change - Thanks to @quis
- Make it more difficult to accidentally clear the session data - Thanks to @charge-valtech
Bug fixes:
- Use path to gulp executable for spawn - Thanks to @mikeshawdev