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
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,21 @@ 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.
6
6
7
-
## [unpublished] TBD
7
+
## [0.0.1-develop.11] 07-19-2024
8
8
9
-
* Storybook upgrade and updates.
9
+
* First cut of `cbp-form-field`, a wrapper for form controls.
10
+
* First cut of `cbp-banner`, implementing the informational variant.
11
+
* First cut of `cbp-dialog` (may be renamed to `cbp-modal`).
12
+
* Updated `cbp-hide` to emit an event when its state is toggled.
10
13
* Fixed `cbp-app` so that its dark mode detection is reactive to changes of the user's preferences.
11
-
14
+
* Implemented dark mode for tabs, structured list, cards, badges, chips, and tags.
15
+
* Additional bug fixes per design review.
16
+
* Storybook upgrade and updates.
12
17
13
18
## [0.0.1-develop.10] 06-10-2024
14
19
15
20
* Implemented dark mode for buttons, links, typography, accordion, drawer, and panel comprised of additional CSS and a `context` property to trigger a specific design contextually and specify whether it inverts or remains constant.
16
-
* Updated stories for footer, universal header, segmented list (footer/action bar), drawer, and template with dark mode-related changes.
21
+
* Updated stories for footer, universal header, structured list (footer/action bar), drawer, and template with dark mode-related changes.
0 commit comments