Skip to content

Commit 0c88faa

Browse files
chore: GCDS Components Release v0.41.0 (#921)
* chore: GCDS Components Release * Prepare for release * Add more to new gcds-textarea feature update in changelog --------- Co-authored-by: cds-snc-release-bot[bot] <209540785+cds-snc-release-bot[bot]@users.noreply.github.com> Co-authored-by: Ethan Wallace <ethan.wallace.91@gmail.com>
1 parent 9a36e40 commit 0c88faa

18 files changed

+155
-37
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/angular": "0.40.0",
3-
"packages/react": "0.40.0",
4-
"packages/vue": "0.40.0",
5-
"packages/web": "0.40.0",
6-
"packages/react-ssr": "0.40.0-canary.0"
2+
"packages/angular": "0.41.0",
3+
"packages/react": "0.41.0",
4+
"packages/vue": "0.41.0",
5+
"packages/web": "0.41.0",
6+
"packages/react-ssr": "0.41.0-canary.0"
77
}

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
# Changelog
44

5+
## [0.41.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-v0.40.0...gcds-components-v0.41.0)
6+
7+
Released on 2025-08-13
8+
9+
10+
### :rocket: New Features
11+
12+
- **gcds-textarea:** Add native HTML attributes and validation ([#917](https://github.com/cds-snc/gcds-components/issues/917)) ([9a36e40](https://github.com/cds-snc/gcds-components/commit/9a36e402d2f8383bd1b1f1fb0a329f8f53bc5a33))
13+
14+
#### New gcds-textarea properties
15+
16+
| Property | Attribute | Description | Type | Default |
17+
| ---------------------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | ----------- |
18+
| `autofocus` | `autofocus` | If true, the input will be focused on component render | `boolean` | `undefined` |
19+
| `minlength` | `minlength` | The minimum number of characters that the input field can accept. | `number` | `undefined` |
20+
| `validity` | `validity` | Read-only property of the textarea, returns a ValidityState object that represents the validity states this element is in. | `ValidityState` | `undefined` |
21+
22+
#### New methods
23+
24+
| Name | Description | Returns |
25+
| -------- | ------- | ------- |
26+
| checkValidity() | Check the validity of gcds-textarea | boolean |
27+
| getValidationMessage() | Get validationMessage of gcds-textarea | string |
28+
29+
30+
### :pencil: Documentation
31+
32+
- Add generated guidance for slots and events ([#910](https://github.com/cds-snc/gcds-components/issues/910)) ([3ec7b96](https://github.com/cds-snc/gcds-components/commit/3ec7b96de2f7b55b03f6d067566d936048332c83))
33+
34+
35+
### :art: Styles
36+
37+
- **gcds-footer:** update footer media query to match global media queries ([#923](https://github.com/cds-snc/gcds-components/issues/923)) ([1471b27](https://github.com/cds-snc/gcds-components/commit/1471b27ae7e828a727d1305db25c9d7cbd62cfc3))
38+
39+
540
## [0.40.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-v0.39.0...gcds-components-v0.40.0)
641

742
Released on 2025-07-28

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.41.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-angular-v0.40.0...gcds-components-angular-v0.41.0) (2025-08-13)
4+
5+
6+
### :rocket: New Features
7+
8+
* **gcds-textarea:** Add native HTML attributes and validation ([#917](https://github.com/cds-snc/gcds-components/issues/917)) ([9a36e40](https://github.com/cds-snc/gcds-components/commit/9a36e402d2f8383bd1b1f1fb0a329f8f53bc5a33))
9+
10+
11+
### :pencil: Documentation
12+
13+
* Add generated guidance for slots and events ([#910](https://github.com/cds-snc/gcds-components/issues/910)) ([3ec7b96](https://github.com/cds-snc/gcds-components/commit/3ec7b96de2f7b55b03f6d067566d936048332c83))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* peerDependencies
20+
* @cdssnc/gcds-components bumped from ^0.40.0 to ^0.41.0
21+
322
## [0.40.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-angular-v0.39.0...gcds-components-angular-v0.40.0) (2025-07-28)
423

524

packages/angular/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdssnc/gcds-components-angular",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"author": "Government of Canada / Gouvernement du Canada",
55
"description": "Angular wrapper for gcds-components",
66
"homepage": "https://design-system.alpha.canada.ca/",
@@ -20,7 +20,7 @@
2020
"peerDependencies": {
2121
"@angular/common": "^19.0.0",
2222
"@angular/core": "^19.0.0",
23-
"@cdssnc/gcds-components": "^0.40.0"
23+
"@cdssnc/gcds-components": "^0.41.0"
2424
},
2525
"dependencies": {
2626
"tslib": "^2.3.0"

packages/react-ssr/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.41.0-canary.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-ssr-v0.40.0-canary.0...gcds-components-react-ssr-v0.41.0-canary.0) (2025-08-13)
4+
5+
6+
### Patch
7+
8+
* **gcds-components-react-ssr:** Synchronize GCDS Components versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cdssnc/gcds-components bumped from ^0.40.0 to ^0.41.0
16+
317
## [0.40.0-canary.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-ssr-v0.39.0-canary.0...gcds-components-react-ssr-v0.40.0-canary.0) (2025-07-28)
418

519

packages/react-ssr/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdssnc/gcds-components-react-ssr",
3-
"version": "0.40.0-canary.0",
3+
"version": "0.41.0-canary.0",
44
"author": "Government of Canada / Gouvernement du Canada",
55
"license": "MIT",
66
"publishConfig": {
@@ -51,7 +51,7 @@
5151
"lint": "eslint ."
5252
},
5353
"dependencies": {
54-
"@cdssnc/gcds-components": "^0.40.0",
54+
"@cdssnc/gcds-components": "^0.41.0",
5555
"@stencil/core": "4.35.1",
5656
"element-internals-polyfill": "^1.3.10",
5757
"linkedom": "^0.16.1",

packages/react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.41.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-v0.40.0...gcds-components-react-v0.41.0) (2025-08-13)
4+
5+
6+
### Patch
7+
8+
* **gcds-components-react:** Synchronize GCDS Components versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cdssnc/gcds-components bumped from ^0.40.0 to ^0.41.0
16+
317
## [0.40.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-v0.39.0...gcds-components-react-v0.40.0) (2025-07-28)
418

519

0 commit comments

Comments
 (0)