Skip to content

Releases: govuk-ruby/govuk-design-system-rails

Final

05 Jun 08:31
d509934
Compare
Choose a tag to compare

This release yanks all versions of the gem from RubyGems.org since it is now deprecated and should not be used.

0.10.3 Fix autocomplete JavaScript call

02 Mar 14:51
b10ee20
Compare
Choose a tag to compare

Fixes a regression with v0.10.2 autocomplete component.

0.10.2 Add classes to the checkbox fieldset

01 Mar 14:36
6dd5761
Compare
Choose a tag to compare

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

27 Jan 10:56
Compare
Choose a tag to compare

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

25 Jan 15:30
Compare
Choose a tag to compare

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

19 Jan 10:39
900341c
Compare
Choose a tag to compare

0.9.7 Add fieldset CSS classes

21 Nov 21:45
03acb68
Compare
Choose a tag to compare
Add CSS to the radio fieldset (#61)

* added classes to the fieldset

0.9.6 Add inset text component

28 Oct 13:04
78d74f0
Compare
Choose a tag to compare

Add the govukInsetText component. Full change log here

0.9.5 Bug fix to govukInput's error state

12 Oct 13:07
5490201
Compare
Choose a tag to compare

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

0.9.4 Bug fix for passing attributes to govukSelect

15 Sep 10:33
9f34e5e
Compare
Choose a tag to compare