-
Notifications
You must be signed in to change notification settings - Fork 323
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
Update extensions config to work with Prototype Kit v13 #2889
Comments
@nataliecarey is open to pairing on this. She has already raised a PR that could be updated (#2851) |
How should we record this change in the changelog and release notes, if at all? Arguably it's a new feature but it doesn't seem relevant for folks reading the release notes as it's more about unlocking a feature of the Prototype Kit? Maybe we should include it in fixes? 'Add support for Prototype Kit v13 plugin system'? |
Reopening until changelog and release notes added |
Just included it under "Fixes" as discussed: #2981 |
What
Update the extensions config file and add any additional integration points required for GOV.UK Frontend to work correctly in (the future) v13 of the Prototype Kit.
Why
A new major version of the Prototype Kit will shortly be released which includes some changes to the extension system that affect us.
Specifically, the kit will no longer:
window.GOVUKFrontend.initAll
So, we now need to provide the integration points to take care of those things, some of which relies on new functionality in v13 of the Prototype Kit – some of which may not yet be stable. This means we'll need to work closely with the Prototype Kit team to ensure that what we end up releasing will work with v13.0.0 of the Prototype Kit.
Who needs to work on this
Developers
Who needs to review this
Developers, Developers from the Prototype Kit team
Done when
window.GOVUKFrontend.initAll
The text was updated successfully, but these errors were encountered: