Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changeset: Version packages #11

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/fair-tables-tickle.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/flat-moles-think.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tidy-walls-type.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 6.19.0

### Minor Changes

- [#9](https://github.com/cultureamp/kaizen-legacy/pull/9) [`8ea613c`](https://github.com/cultureamp/kaizen-legacy/commit/8ea613cba997b1e85fcaa4ddc92656b9de3c1a48) - Update FilterMultiSelect ListBoxSection to avoid duplicate reading of sectionName as the accessible title.

- Update sectionName to be optional if sectionHeader is provided
- This will solve the issue of sectionName and sectionHeader being read twice when they are the same
- Minor style change to ensure hide bullet lists as filtering
- Minor style changes to allow for default text styles for section headings with just text
- Add conditional check to render the sectionName only if provided
- Add tests to validate type accessible names are constructed as expected

## 6.18.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/select",
"version": "6.18.3",
"version": "6.19.0",
"description": "Select components",
"scripts": {
"prepublishOnly": "tsc --project tsconfig.dist.json",
Expand Down