Skip to content

Commit

Permalink
Release v0.0.32-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hannalaakso committed Jun 14, 2018
1 parent 75e7574 commit 3fc63fb
Show file tree
Hide file tree
Showing 138 changed files with 4,246 additions and 3,043 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Note: We're not following semantic versioning yet, we are going to talk about this soon.

## Unreleased
## 0.0.32-alpha (Breaking release)

💥 Breaking changes:

Expand Down Expand Up @@ -118,7 +118,7 @@ Note: We're not following semantic versioning yet, we are going to talk about th
`govuk-font-regular-tabular-19`), have been removed and replaced with calls to
a new mixin `govuk-font`. If you are using these mixins in your application
you will need to update your code to call `govuk-font` instead.

([PR #772](https://github.com/alphagov/govuk-frontend/pull/772))

- The font maps are no longer as individual variables (e.g. `$govuk-font-80`) -
Expand Down Expand Up @@ -170,15 +170,15 @@ Note: We're not following semantic versioning yet, we are going to talk about th

([PR #782](https://github.com/alphagov/govuk-frontend/pull/782))
- Removal of `govuk-prose-scope`
We don't have confidence that the prose scope is well understood –
We don't have confidence that the prose scope is well understood –
without further research / better documentation it's safer to remove it for now.
If you are currently using prose-scope, you should revert to applying classes to

If you are currently using prose-scope, you should revert to applying classes to
individual headings, lists and hr elements.
In version [0.0.29-alpha](https://github.com/alphagov/govuk-frontend/releases/tag/v0.0.29-alpha)
release we have added the option to enable global link and paragraph styles.
If you're using a recent version of the Private Beta Prototype kit,
In version [0.0.29-alpha](https://github.com/alphagov/govuk-frontend/releases/tag/v0.0.29-alpha)
release we have added the option to enable global link and paragraph styles.

If you're using a recent version of the Private Beta Prototype kit,
this is enabled by default.

([PR #778](https://github.com/alphagov/govuk-frontend/pull/778))
Expand Down Expand Up @@ -234,10 +234,10 @@ Note: We're not following semantic versioning yet, we are going to talk about th
and footer (the OGL logo) by marking them as non-focusable elements
([PR #774](https://github.com/alphagov/govuk-frontend/pull/774))

- Use the correct class name in bold label example
- Use the correct class name in bold label example
(govuk-label--s rather than govuk-label--bold)
([PR #784](https://github.com/alphagov/govuk-frontend/pull/784))

- Update table of arguments for each component to ensure they're accurate.
([PR #769](https://github.com/alphagov/govuk-frontend/pull/769))

Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.31-alpha
0.0.32-alpha
4 changes: 2 additions & 2 deletions dist/assets/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ the npm package install path to `/assets`
Example:

```
app.use('/assets', express.static(path.join(__dirname, '/node_modules/@govuk-frontend/frontend/assets')))
app.use('/assets', express.static(path.join(__dirname, '/node_modules/govuk-frontend/assets')))
```

For static use, the path is set to `/assets/images`. You need to copy assets
from `/node_modules/@govuk-frontend/frontend/assets` to the root of your folder.
from `/node_modules/govuk-frontend/assets` to the root of your folder.

See `dist` folder for an example.
3 changes: 0 additions & 3 deletions dist/govuk-frontend-0.0.31-alpha.min.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/govuk-frontend-0.0.31-alpha.min.js

This file was deleted.

3 changes: 3 additions & 0 deletions dist/govuk-frontend-0.0.32-alpha.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3fc63fb

Please sign in to comment.