docs-ui: add missing component slugs and fix changelog sync

Add `badge`, `slider`, and `use-table` to the Component type so
the changelog sync script recognizes them. Add `useTable` special
case mapping in the sync script, and include `use-table` in the
Table docs page changelog.

Also fix CHANGELOG.md to use `Slider` instead of `RangeSlider`
as the affected component name.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-04-15 09:43:54 +02:00
parent 951ee25105
commit 552e4b2d43
4 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -54,7 +54,7 @@
- 8d79835: Added RangeSlider component for selecting numeric ranges.
**Affected components:** RangeSlider
**Affected components:** Slider
- bcbb6eb: Made `SearchAutocomplete` background-aware. The input now adapts its background color based on its parent container's background level.
@@ -146,7 +146,7 @@
- 2e5c5f8: Bumped `glob` dependency from v7/v8/v11 to v13 to address security vulnerabilities in older versions. Bumped `rollup` from v4.27 to v4.59+ to fix a high severity path traversal vulnerability (GHSA-mw96-cpmx-2vgc).
- 8d79835: Added RangeSlider component for selecting numeric ranges.
**Affected components:** RangeSlider
**Affected components:** Slider
- 5081bcc: Fixed `Avatar` becoming elliptical in flex layouts by preventing it from shrinking.