Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdebrux committed Sep 30, 2022
1 parent 48c7797 commit 41401ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased

### Breaking changes
- [#1638: Make serve default command](https://github.com/alphagov/govuk-prototype-kit/pull/1638)
- Running `npm start` after creating starter prototype will now run 'production' command
- Users now need to run `npm run dev` when they want to start their prototype on their local machine
- We try and warn users in some circumstances where we think they may have run `npm start` accidentally
- [#1617: Making most files optional](https://github.com/alphagov/govuk-prototype-kit/pull/1617) This alongside other work we've been doing allows users of the kit to delete files they're not using.
- [#1589: Create management pages](https://github.com/alphagov/govuk-prototype-kit/issues/1589) Providing pages for the user to manage their prototype.
- [#1615: Removing GOVUK Frontend specific integration](https://github.com/alphagov/govuk-prototype-kit/pull/1615) GOV.UK Frontend now integrates in the same way as any other plugin can. We're allowing SASS settings to be set before the plugins run if they're put in app/assets/sass/settings.scss.
Expand Down

0 comments on commit 41401ea

Please sign in to comment.