You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web-components/CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ This CHANGELOG.md tracks the updates to the web components package of the CBP de
4
4
5
5
The React components are wrappers generated from this package and will share the same changes. Projects using React 19 may use the native web components without React wrappers.
6
6
7
-
## [Unpublished] TBD
8
-
7
+
## [0.0.1-develop.28] 11-19-2025
9
8
9
+
* Initial creation of `cbp-carousel`, `cbp-carousel-item`, and `cbp-dot-indicator` components.
10
10
* Updated the `cbp-slider`:
11
-
* Added range slider capability
11
+
* Added range slider capability.
12
12
* Added a `valueChange` event emitter.
13
13
* Updated `cbp-dropdown`:
14
-
* Added `filterKeypress` custom event that fires on every keypress when filtering a combobox.
14
+
* Added `filterKeypress` custom event that is emitted on every keypress when filtering a combobox.
15
15
* Added modifier keys and nativeEvent to the `populateCombobox` event.
16
16
* Updated `cbp-grid` and `cbp-flex` with vertical spacing (based on `gap` by default) when linearized at their responsive breakpoint.
17
-
*Initial creation of `cbp-carousel`, `cbp-carousel-item`, and `cbp-dot-indicator` components.
0 commit comments