Skip to content

Releases: ONSdigital/design-system

67.0.4

22 Jan 12:11
366497d
Compare
Choose a tag to compare

What's Changed

Enhancements

Fixes

Full Changelog: 67.0.3...67.0.4

67.0.3

22 Jan 12:10
c54d06c
Compare
Choose a tag to compare

What's Changed

Enhancements

Fixes

Documentation

Full Changelog: 67.0.2...67.0.3

67.0.2

22 Jan 12:10
62cf6e5
Compare
Choose a tag to compare

What's Changed

Fixes

Other changes

Full Changelog: 67.0.1...67.0.2

67.0.1

05 Dec 15:04
a96779c
Compare
Choose a tag to compare

What's Changed

Accessibility improvements

Enhancements

  • Selecting an input prefix/suffix should should focus the associated input by @adi-unni in #2947

Fixes

  • Overwrite top css to align active menu buttons by @rmccar in #2954
  • Updated Section Navigation list item classes by @SriHV in #2961

Documentation

Dependency updates

New Contributors

Full Changelog: 67.0.0...67.0.1

67.0.0

21 Nov 15:36
35ca312
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking changes

Change details:
The change removes the onsCollapsible component, services that use this component will now need to use the onsDetails component instead which will have the same params and interface.

Accessibility improvements

Enhancements

Fixes

  • Add form to error prototype to fix submit button by @rmccar in #2894
  • Fix visual regression test warnings by @rmccar in #2943
  • Fix DS hanging on port 3000 by @rmccar in #2896
  • Revert details component to JS version to fix printing issue by @rmccar in #2944

Full Changelog: 66.0.2...67.0.0

66.0.2

09 Nov 15:30
81c18ec
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Update issue templates by @rmccar in #2851
  • Improve the path of issues replace project setting with workflow by @rmccar in #2859

Fixes

  • CTA button component invokes :active with keyboard by @adi-unni in #2879
  • Share page component updates to new "𝕏" icon by @adi-unni in #2883

Dependency updates

  • Remove simple-slack-notify and move to using github slack app by @rmccar in #2819

Full Changelog: 66.0.1...66.0.2

66.0.1

18 Oct 12:36
8935fd8
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: 66.0.0...66.0.1

66.0.0

17 Oct 14:05
5e7296a
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking changes

  • Remove form config from base page template by @rmccar in #2826

    Change details:

    • The change removes the form element from the page template. If a form is needed
      on the page this will now need to be set in the service itself using the bodyStart and
      bodyEnd blocks to wrap the page content
    • It also moves the bodyEnd block on the page template to outside of the body block
  • Autosuggest allow input params by @willcAND in #2699

    Change details:

    • The change affects the autosuggest component to now be able to use all available parameters of the input component.
      These have been modified and are now accessed through an object parameter - input: params.input.

    PREVIOUS:

    {{ onsAutosuggest({
              "id": "country-of-birth",
              "label": {
                  "text": "Current name of country",
                  "description": "Enter your own answer or select from suggestions",
                  "id": "country-of-birth-label"
              },
              "autocomplete": "off"
    }) }}
    

    NEW:

    {{ onsAutosuggest({
            "id": "country-of-birth",
            "input": {
                "label": {
                    "text": "Current name of country",
                    "description": "Enter your own answer or select from suggestions",
                    "id": "country-of-birth-label"
                },
                "autocomplete": "off"
            },
    }) }}  
    

Enhancements

  • Reduce margin top when page main contains child with panel error by @adi-unni in #2816
  • Increase underline to match other focussed elements by @adi-unni in #2820

Fixes

  • Change widths of components inside card to be their contents width by @adi-unni in #2827

Documentation

Dependency updates

Full Changelog: 65.2.5...66.0.0

Release 65.2.5

25 Sep 15:25
b9c7d1e
Compare
Choose a tag to compare

What's Changed

Accessibility improvements

Fixes

Documentation

  • Update pr template, add pr checks and label checks by @rmccar in #2804

Full Changelog: 65.2.4...65.2.5

65.2.4

20 Sep 14:05
b028cda
Compare
Choose a tag to compare

What's Changed

Fixes

Other changes

New Contributors

Full Changelog: 65.2.3...65.2.4