Skip to content

Commit 6c479c0

Browse files
committed
docs(changelog): fix breaking change sections
1 parent f9f6981 commit 6c479c0

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

packages/calcite-components-react/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### ⚠ BREAKING CHANGES
99

10-
-
10+
- For a consistent development experience, components now convert `null` to `undefined`, so developers will need to update code with strict null checks
1111

1212
### Code Refactoring
1313

packages/calcite-components/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2525
- **input-time-zone:** Developers using `messageOverrides` will need to make sure they do not reference removed entries.
2626
- **block:** The component's `label` property is a required property and `heading` is an optional property.
2727
- **list:** The component's `label` property is required to provide context between lists when dragging.
28-
-
28+
- For a consistent development experience, components now convert `null` to `undefined`, so developers will need to update code with strict null checks
2929
- Components remain directly consumable, with no wrapper needed.
3030
- floating-ui elements no longer take up space when closed ([#10241](https://github.com/Esri/calcite-design-system/issues/10241))
3131
- **list:** Modifies the component's keyboard sorting experience by using a dropdown menu to move list items. The ListItem `dragSelected` property and `calciteListItemDragHandleChange` event have been removed due to no longer being relevant.

packages/calcite-ui-icons/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## [4.0.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.32.0...@esri/calcite-ui-icons@4.0.0) (2025-02-08)
77

8-
### ⚠ BREAKING CHANGES
9-
10-
-
11-
128
### Features
139

1410
- Add ArcGIS Knowledge Studio 11.5 Icons ([#11018](https://github.com/Esri/calcite-design-system/issues/11018)) ([deaeacd](https://github.com/Esri/calcite-design-system/commit/deaeacd919f67bb91fafd1313aa261fea44453d2))

packages/eslint-plugin-calcite-components/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### ⚠ BREAKING CHANGES
99

10-
-
11-
- The following deprecated rules from `@esri/eslint-plugin-calcite-components` have been removed due to changes introduced in #10310:
10+
- The following deprecated rules from `@esri/eslint-plugin-calcite-components` have been removed due to changes introduced in #10310: `ban-props-on-host`, `enforce-ref-last-prop`, and `require-event-emitter-type`. Developers should either remain on the current version or remove these rules from their ESLint configuration to avoid potential issues.
1211

1312
### Deprecations
1413

0 commit comments

Comments
 (0)