- Fix: outdent to add right margin rather than only left
- Fix: add missing semi-colons in JavaScript files
- Fix: use box-sizing mixin in column mixin to support more browsers
- Add: ability to specify float direction on column mixin
- Add: Sass-lint tests
- Fix a bug with the npm publishing. npm requires a version change to publish a package.
- Change publishing method to not use git submodules in govuk_frontend_toolkit_npm.
This is a major version bump because it will move the toolkit from
./node_modules/govuk_frontend_toolkit/govuk_frontend_toolkit/
to./node_modules/govuk_frontend_toolkit/
, which will break relative imports in Sass. - Fix typo in Sass comment
- Fix new grid helpers to ensure content using %site-width-container is centred in IE.
- Add support for selection-button events to be document-level alphagov#139
- The
GOVUK.selectionButtons
interface is now deprecated. Details are in the README.
- Create new grid helpers for creating grid layouts
- The old grid mixins;
@outer-block
and@inner-block
are now deprecated
- Reset font family for print stylesheets to fix print errors in browsers and printers
- Fix visited link colour to be a colour which passes contrast
- abstraction of the core typography mixins into single core mixin
- reference to composer module added to README
- selection buttons added to manifest for localSpecRunner
- test for sass compilation
- fix for selection buttons
- polyfill for Function.prototype.bind added
- selection-buttons script added
- local runner added for Jasmine tests
- New phase banner styles
- Removed trailing commas
- Redrawn important icon
- Adds weighting to multivariant testing
- add three quarters variable to measurements
- improvements to CSS3 mixins
- set inner block mixin to use either padding or margin
- increase button padding to match alphagov/static defaults
Add icons from alphagov/static
Fix contrast on phase banner
Considered stable