Skip to content

Commit

Permalink
chore: version packages (#1642)
Browse files Browse the repository at this point in the history
Co-authored-by: eikeland <[email protected]>
  • Loading branch information
github-actions[bot] and eikeland authored Oct 2, 2024
1 parent 4aea53b commit 00683d3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .changeset/good-kiwis-guess.md

This file was deleted.

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

## 3.0.3

### Patch Changes

- [#1641](https://github.com/equinor/fusion-web-components/pull/1641) [`4aea53b`](https://github.com/equinor/fusion-web-components/commit/4aea53bbc75790f3afef1cf187710c0848e6bf74) Thanks [@eikeland](https://github.com/eikeland)! - ### Changes in `PersonSelectController`

- Updated the `attrSelectPerson` method to clear `selectedIds` when `personData` or `selectedPerson` is null.
- Updated the `clearInput` method to reset `azureId` and `upn` properties.
- Refactored the `clear` method to use `#firePersonSelectEvent` instead of directly dispatching the event.
- Removed unnecessary comments and cleaned up the code.

### Changes in `PersonSelectElement`

- Added a new CSS class `.selected-persons` to hide the text input when a person is selected.
- Updated the `selectedPersonsTemplate` method to be conditionally rendered based on the `selectedIds` size and `isOpen` state.
- Adjusted the `classMap` to include the `selected-persons` class based on the `selectedIds` size and `isOpen`

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/person/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-wc-person",
"version": "3.0.2",
"version": "3.0.3",
"description": "",
"main": "lib/index.js",
"exports": {
Expand Down

0 comments on commit 00683d3

Please sign in to comment.