Releases: ONSdigital/design-system
70.0.6
What's Changed
Enhancements
- Allow "Breaking changes" label alongside other labels on PRs by @rmccar in #3197
- Add "Tech improvements" label to label checker by @rmccar in #3203
Fixes
- Update incorrect link in address and change language patterns by @precious-onyenaucheya-ons in #3210
Documentation
Dependency updates
Full Changelog: 70.0.5...70.0.6
70.0.5
What's Changed
Accessibility improvements
Fixes
- Updated backstop js config by @alessioventuriniAND in #3149
- Ignore build files from Jest tests by @rmccar in #3155
- Remove
min
andmax
attributes from text type inputs by @rmccar in #3161 - Fix focus state link in footer by @SriHV in #3167
- Refactor document-list macro for compatibility with Jinja2 templates by @precious-onyenaucheya-ons in #3179
- Refactor share-page macro for compatibility Jinja2 templates by @SriHV in #3177
- Update address pattern with correct link by @precious-onyenaucheya-ons in #3187
- Updated front matter and links of two examples by @alessioventuriniAND in #3183
Dependency updates
Full Changelog: 70.0.4...70.0.5
70.0.4
What's Changed
Accessibility improvements
- Add role of image to icons by @precious-onyenaucheya-ons in #3122
Enhancements
- Add ability to pass custom named attributes in GA events by @alessioventuriniAND in #3141
- Align radio widths by @balibirchlee in #3144
- Add variant for radios with a textarea by @precious-onyenaucheya-ons in #3148
Fixes
- Wrap tab contents on video example by @precious-onyenaucheya-ons in #3132
- Introduced tracking for parent element if child is target of click event for GA by @alessioventuriniAND in #3125
- Fixed misalignment of circle inside radio input by @alessioventuriniAND in #3147
Full Changelog: 70.0.3...70.0.4
70.0.3
What's Changed
Accessibility improvements
- Fix/411/sign language interpretation not available for video content wcag 22 level aaa by @alessioventuriniAND in #3119
Enhancements
- Update external link test by @adi-unni in #3123
- Exploring Unnecessary Conditionals: Header by @SriHV in #3112
Fixes
- Fix/3055/add padding between checkbox list and label by @balibirchlee in #3077
Documentation
Full Changelog: 70.0.2...70.0.3
70.0.2
What's Changed
Enhancements
- Update question component documentation by @SriHV in #3101
- Removing unnecessary conditionals: Label by @SriHV in #3108
Fixes
- Fix duration spacing issue on small screens by @balibirchlee in #3099
- Update GA implementation by @rmccar in #3113
Documentation
Full Changelog: 70.0.1...70.0.2
68.0.2
68.0.1
What's Changed
New features
Accessibility improvements
- Description list not structured properly for screen readers by @precious-onyenaucheya-ons in #3053
Enhancements
- Update ESLint config to include unused imports and indenting by @rmccar in #3044
- Exploring Unnecessary Conditionals: Autosuggest by @SriHV in #3067
Fixes
- Update placeholder text colour by @rmccar in #3062
- Fix/3004/icon in footer not clickable by @balibirchlee in #3036
- Fix appearance of checkboxes by @adi-unni in #3066
- Fix/3035/review GA implementation by @alessioventuriniAND in #3069
- Refactor date and duration components to work in jinja2 environments by @rmccar in #3080
- Fix single inputs not clearing for mutually exclusive fields by @rmccar in #3091
Full Changelog: 68.0.0...68.0.1
70.0.1
What's Changed
Accessibility improvements
- Add role to SVG logo in the footer by @precious-onyenaucheya-ons in #3095
Fixes
Full Changelog: 70.0.0...70.0.1
70.0.0
What's Changed
⚠️ Breaking changes
- Fix headingLevel error in jinja2 environment for section nav component by @rmccar in #3072
Change details: Services using thetitleSize
param with the card component will now need to rename that param toheadingLevel
in their config. Services using theheadingLevel
param with the feedback and section navigation components will need to supply an int instead of a string now.
Accessibility improvements
- Update ONS logo alt text by @precious-onyenaucheya-ons in #3075
- Update duration error message by @adi-unni in #3084
Fixes
- Alter padding on autosuggest items to match input by @balibirchlee in #3074
- Refactor date and duration components to work in jinja2 environments by @rmccar in #3080
Documentation
- Update pagination docs by @adi-unni in #3083
- Exploring Unnecessary Conditionals: Mutually-Exclusive by @SriHV in #3076
Dependency updates
Full Changelog: 69.0.0...70.0.0
69.0.0
What's Changed
⚠️ Breaking changes
-
Update highlight CSS for strong tags by @rmccar in #3068
Change details:<em>
tags will now no longer highlight text this functionality has been replaced in titles with the<strong>
tag in titles. Services using<em>
tags to highlight text in titles will now need to use the<strong>
tag instead. But because of this change the "ons-highlight" class will now no longer need to be set when using these tags. -
Update type param to variant on various components by @rmccar in #3047
Change details: Thetype
param on panel, message or status components has been renamed tovariant
any services using these components will need to rename thetype
param tovariant
in their component config.
New features
Accessibility improvements
- Description list not structured properly for screen readers by @precious-onyenaucheya-ons in #3053
Enhancements
- Update ESLint config to include unused imports and indenting by @rmccar in #3044
- Exploring Unnecessary Conditionals: Autosuggest by @SriHV in #3067
Fixes
- Update placeholder text colour by @rmccar in #3062
- Fix/3004/icon in footer not clickable by @balibirchlee in #3036
- Fix appearance of checkboxes by @adi-unni in #3066
- Fix/3035/review GA implementation by @alessioventuriniAND in #3069
Full Changelog: 68.0.0...69.0.0