Skip to content

Commit

Permalink
Merge pull request #249 from US-CBP/release/0.0.1-develop.19
Browse files Browse the repository at this point in the history
Increment package versions and update Changelog for release.
  • Loading branch information
dgibson666 authored Feb 12, 2025
2 parents 80fdcb3 + be0d52c commit e9d1c6e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cbpds/react-components",
"version": "0.0.1-develop.18",
"version": "0.0.1-develop.19",
"description": "React components encapsulating the CBP Design System web components.",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
Expand Down
12 changes: 11 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

This CHANGELOG.md tracks the updates to the web components package of the CBP design system, which is currently in active development/pre-release alpha state. As such, not all changes will be logged; only new components and breaking changes. As a pre-release, there WILL be breaking changes. Upon official release, this log may be wiped clean and started fresh and [semantic versioning](https://semver.org/) will be followed.

The React components are wrappers generated from this package and will share the same changes.
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.

## [0.0.1-develop.19] 02-12-2025
* First cut of the `cbp-subnav` and `cbp-subnav-item` components.
* First cut of the `cbp-file-input` component, supporting only the native web functionality with enhancements to come later.
* First cut of the `cbp-loader` component.
* Updates to the `cbp-table` component supporting a column sort control in the table header as well as cell and column highlighting.
* Fixed a bug in `cbp-dropdown` combobox functionality causing erroneous form submission.
* Fixed a bug in `cbp-link` causing the visited color to override other states in links, breadcrumbs, etc.
* Added the ability to specify a `cbp-form-field` group (fieldset) as `disabled`.
* Minor bugfixes/updates to `cbp-radio` and `cbp-checkbox`.

## [0.0.1-develop.18] 01-14-2025
* First cut of the `cbp-toggle` component, which acts like a visual treatment for a checkbox.
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cbpds/web-components",
"version": "0.0.1-develop.18",
"version": "0.0.1-develop.19",
"description": "Web components for the CBP Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit e9d1c6e

Please sign in to comment.