Skip to content

Releases: cds-snc/gcds-utility

gcds-utility: v1.5.0

05 Dec 22:43
e17b728
Compare
Choose a tag to compare

1.5.0

Released on 2024-12-05

🚀 New Features

🚨 Breaking changes

  • update utility framework with new typography + spacing tokens (#197) (f6c2a24)

As part of ongoing efforts to align with the Canada.ca Specifications, we have made updates to our spacing and typography scales.
These updates were introduced with the latest release of our design tokens.

Spacing changes

  • New spacing classes are now available
  • The values of all previous classes have changed
    • margin
    • padding

We have updated the values of spacing classes. While some classes still remain, their underlying value in rem or pixels have changed. Check the spacing section of our tokens release for the updated pixel values.

Example: If you were previously using mt-400 for margin top 400 it will be updated to 32px. If you want to keep its previous size of 24px, you need to change your code to use mt-300 instead. Here is a visual mapping guide to help you identify the values you need to use.

Typography changes

  • All caption classes have been deprecated and replaced with text-small including their variations for all the different viewports and states:
    • Old Class New Class
      .font-caption .font-text-small
      .font-size-caption .font-size-text-small
      .line-caption .line-text-small
      .icon-caption .icon-text-small

gcds-utility: v1.4.0

12 Sep 00:08
dcaac91
Compare
Choose a tag to compare

1.4.0

Released on: 2024-09-11

🚀 New Features

gcds-utility: v1.3.0

01 Aug 18:45
b415b64
Compare
Choose a tag to compare

1.3.0 (2024-08-01)

New Features

gcds-utility: v1.2.2

15 Jul 17:02
090ddee
Compare
Choose a tag to compare

1.2.2 (2024-07-15)

Bug Fixes

  • Change CSS to fix link style in Safari (#164) (ce9434a)

gcds-utility: v1.2.1

29 May 19:24
9c7b8ac
Compare
Choose a tag to compare

1.2.1 (2024-05-29)

Code Refactoring

  • change monospace font to noto sans mono (#151) (ca5d9e0)

gcds-utility: v1.2.0

09 May 00:05
e015ecc
Compare
Choose a tag to compare

1.2.0 (2024-05-08)

New Features

  • integrate new global background tokens (#143) (3c803d3)

gcds-utility: v1.1.0

23 Apr 14:11
2a1825a
Compare
Choose a tag to compare

1.1.0 (2024-04-22)

New Features

  • add link size class + add character limit for paragraphs (#137) (067e55d)