Skip to content

Releases: DTS-STN/Service-Canada-Design-System

v1.61.1

17 May 19:31
7c771e5
Compare
Choose a tag to compare

1.61.1 (2023-05-15)

Bug Fixes

  • added French translation for HintExpander, added href prop to the external link (8190a9f)

v1.61.0

15 May 19:27
bd840be
Compare
Choose a tag to compare

1.61.0 (2023-05-15)

Features

  • added HintExpander component (79defec)
  • language support for help icon and modal (9f79dc0)

v1.60.0

10 May 18:54
1611f0b
Compare
Choose a tag to compare

1.60.0 (2023-05-10)

Features

  • Added MoreInfo component for updated help icon and modal (5d0a1fd)

Bug Fixes

  • add onSignOut prop on Menu (8e60f53)
  • align alert text with icon (ad438e6)
  • align text center in mobile view (f673915)
  • bump version number (f628c83)
  • Call to Action component broken test (01716d4)
  • help icon styling update (bdf0449)
  • import HelpIcon for unit test (ae9021a)
  • import HelpIcon stories (6e6bf38)
  • merge develop from release (cf7852d)
  • modal exit button position on mobile (f87789a)
  • remove react-router-dom (962101d)
  • rename MoreInfo to HelpIcon, minor styling update on icon (8465ec3)
  • update Alert styling (3a149a4)
  • update changelog (eff3537)
  • update dependencies (2443a35)
  • update dependencies (40f9b32)
  • update help icon style (52d18f3)
  • update help modal placeholder text (4df195f)
  • update modal exit button focus state (5ce34cd)
  • update screen reader text for help button (514faf5)
  • update version number (13591a1)
  • updated hover and focus state of exit button on help modal, updated title and font (707cc97)
  • upgrade ts-jest from 29.0.5 to 29.1.0 (38bfb73)

Miscellaneous Chores

v1.59.4

04 May 13:33
e656c3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.57.0...v1.59.4

v1.59.3

24 Apr 15:25
e8f4f23
Compare
Choose a tag to compare

1.59.3 (2023-04-20)

Bug Fixes

  • align alert text with icon (ad438e6)

v1.59.2

20 Apr 17:59
186888b
Compare
Choose a tag to compare

1.59.2 (2023-04-14)

Bug Fixes

  • add onSignOut prop on Menu (8e60f53)

v1.59.1

14 Apr 13:18
6af125f
Compare
Choose a tag to compare

1.59.1 (2023-04-13)

Bug Fixes

v1.59.0

13 Apr 19:39
86111db
Compare
Choose a tag to compare

1.59.0 (2023-04-13)

Features

  • next link support for contact link (f59a4f0)

Bug Fixes

  • update loading spinner color (f05210f)

v1.58.0

13 Apr 14:09
d8919d4
Compare
Choose a tag to compare

1.58.0 (2023-04-11)

Features

  • aa tracking for menu, language, link, header (9f897fc)
  • added LoadingSpinner component (62a2fb4)

Bug Fixes

  • key (909c62d)
  • loading spinner test (913ca28)
  • missing key (9551c49)
  • passing props down (ebbf365)
  • passing props down (b54d781)
  • propagating customClass into Link for Language (ae6a9d1)
  • remove passHref from Link (0a3c3aa)
  • removed console logs (82cbc9c)
  • updated FormDatePicker css to make the caret clickable (993f0d1)
  • updated Link with hover for breadcrumbs (6fa8d6a)
  • use key of menu items instead of index for key (d0289d4)

Refactored

  • cleaned up className usage within LoadingSpinner child (2fa5cf7)

Documentation

  • cleaned up stories for LoadingSpinner (531a3aa)

v1.57.0

13 Mar 14:20
1bd2dc1
Compare
Choose a tag to compare

1.57.0 (2023-02-24)

Features

  • add lang prop to searchBar to enable content change when switch language (970324e)
  • added onClick support for Link as well as the instances within Footer (9cf118f)
  • added first iteration of feedback tool - wip - might be renamed (69bac8b)
  • added new CTA component with stories and tests; included in TypeScript (788640a)

Bug Fixes

  • added containerClass functionality to CTA (c940513)
  • added error classes for FormDatePicker (94ac9de)
  • added ErrorPage layout back as an export (02c82f6)
  • added lang support in TableContent (ad4ecc1)
  • changed divs to spans (551e8f0)
  • changed h3 to h2 for TableContent heading (f4b1618)
  • cleaned up Button (7ee4779)
  • corrected broken html from nesting div within button (84b84c3)
  • fixes Link focus colour (ca5ed09)
  • inverted language tag for language link (9079cc0)
  • made top-level compoinent into button (60d66cd)
  • media links stays in English when switch to French content (4ae7005)
  • passing in ID and test IDs to nested <A/> for Link (bbab503)
  • removed tabIndex from AccordionForm for accessibility (cfa4a9f)
  • removed log (7532e6a)
  • restricting FormDatePicker input to numbers only, using js (94ac9de)
  • restricting FormDatePicker to only numbers (dab9734)
  • Update French links, change hard-coded heading (0706820)
  • updated FormDatePicker to use tel instead of number for onChange events (388f6aa)
  • updated alignment of links in Footer to not span across the component (7b0823c)
  • updated alignment of links in Footer to not span across the component (5174922)
  • updated DOM element from p to h3 for accessibility (ad4ecc1)
  • upgrade git-conventional-commits from 2.4.0 to 2.5.0 (24ede62)

Build System

  • updated the tsconfig to include declarations for *.svg (788640a)

Tests

  • updated tests for TableContent (ad4ecc1)

Refactored

  • clean up (a79d213)
  • cleaned up the semantic html of feedbacktool (d4dbe9a)