@gitlab/ui 103.4.0 → 103.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [103.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v103.4.0...v103.4.1) (2024-11-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **GlFormInputGroup:** announce description when wrapped in GlFormGroup ([59bb6b1](https://gitlab.com/gitlab-org/gitlab-ui/commit/59bb6b195ce3c0a447a131d87c475554141eb8dc))
7
+
1
8
  # [103.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v103.3.0...v103.4.0) (2024-11-22)
2
9
 
3
10
 
@@ -18,6 +18,7 @@ var script = {
18
18
  GlDropdownItem
19
19
  },
20
20
  mixins: [InputGroupMixin],
21
+ inheritAttrs: false,
21
22
  props: {
22
23
  /**
23
24
  * Automatically selects the content of the input field on click.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "103.4.0",
3
+ "version": "103.4.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -18,6 +18,7 @@ export default {
18
18
  GlDropdownItem,
19
19
  },
20
20
  mixins: [InputGroupMixin],
21
+ inheritAttrs: false,
21
22
  props: {
22
23
  /**
23
24
  * Automatically selects the content of the input field on click.