Releases: govuk-ruby/govuk-design-system-rails
Final
0.10.3 Fix autocomplete JavaScript call
Fixes a regression with v0.10.2 autocomplete component.
0.10.2 Add classes to the checkbox fieldset
Add classes to the checkbox fieldset
WARNING: Upgrade at your own risk. This release was made a little prematurely, without formal QA. It contains at least one known bug, and may contain more. If you use this version in your service, please check the functionality of the components and help us by reporting any issues.
0.10.1 Release to RubyGems.org
Releases the gem to RubyGems: #69. This is a major milestone for the project and begins the new 0.10.x
series.
Action required
BREAKING CHANGE: You must change how you include the gem in your project's Gemfile.
# Gemfile before...
gem "govuk-design-system-rails",
git: "https://github.com/govuk-ruby/govuk-design-system-rails",
tag: "0.9.9"
# Gemfile after...
gem "govuk-design-system-rails", "~> 0.10.1"
There is no change to the gem's functionality.
Where's 0.10.0?
We published a 0.10.0
release which didn't include the gem's files. Whoops. This has been yanked to avoid confusion.
Full Changelog: 0.9.9...0.10.1
0.9.9 Normalise gem naming
In preparation for releasing this gem to RubyGems and seeking more contributions from the wider community, this release performs some tidy-up to the gem's structure, and adds gem medatada.
Action required
BREAKING CHANGE: You must change how you include the gem in your project's Gemfile. Remove the explicit require
.
# Gemfile before...
gem "govuk-design-system-rails",
git: "https://github.com/govuk-ruby/govuk-design-system-rails",
tag: "0.9.8",
require: "govuk_design_system"
# Gemfile after...
gem "govuk-design-system-rails",
git: "https://github.com/govuk-ruby/govuk-design-system-rails",
tag: "0.9.9"
For more information, see: #76.
There is no change to the gem's functionality.
Full Changelog: 0.9.8...0.9.9.
0.9.8 Add the Accordion component
0.9.7 Add fieldset CSS classes
Add CSS to the radio fieldset (#61) * added classes to the fieldset
0.9.6 Add inset text component
Add the govukInsetText component. Full change log here
0.9.5 Bug fix to govukInput's error state
Previously the red error bar was not visible on govukInput
components in an error state, due to CSS class not being correctly applied.
Releases the fix made in https://github.com/OfficeForProductSafetyAndStandards/govuk-design-system-rails/pull/58. Full Changelog: OfficeForProductSafetyAndStandards/govuk-design-system-rails@0.9.4...0.9.5