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

🤖 Bip Bop - Fusion React Components Release #2425

Merged
merged 1 commit into from
Jan 31, 2025
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
13 changes: 0 additions & 13 deletions .changeset/flat-candles-drum.md

This file was deleted.

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

## 1.0.0

### Major Changes

- e277474: Implementing fixes from searchable-dropdown web component release [44aa0a8](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8)

This fixes multiple selections in searchable-dropdown and adding support for using html as meta icons in the result set.

also fixes using attribute `selectedId` as preselected id, works best with initialItems from resolver.

Updating to major version to make sure nothing in production brakes.

### Patch Changes

- Updated dependencies [e277474]
- @equinor/[email protected]

## 0.6.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context-selector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-context-selector",
"version": "0.6.8",
"version": "1.0.0",
"description": "React component for context selector",
"keywords": [
"contextselector",
Expand Down
12 changes: 12 additions & 0 deletions packages/searchable-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.0.0

### Major Changes

- e277474: Implementing fixes from searchable-dropdown web component release [44aa0a8](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8)

This fixes multiple selections in searchable-dropdown and adding support for using html as meta icons in the result set.

also fixes using attribute `selectedId` as preselected id, works best with initialItems from resolver.

Updating to major version to make sure nothing in production brakes.

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/searchable-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-searchable-dropdown",
"version": "0.5.2",
"version": "1.0.0",
"description": "component for displaying searchable dropdown",
"keywords": [
"searchable dropdown",
Expand Down
16 changes: 16 additions & 0 deletions storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 4.1.9

### Patch Changes

- e277474: Implementing fixes from searchable-dropdown web component release [44aa0a8](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8)

This fixes multiple selections in searchable-dropdown and adding support for using html as meta icons in the result set.

also fixes using attribute `selectedId` as preselected id, works best with initialItems from resolver.

Updating to major version to make sure nothing in production brakes.

- Updated dependencies [e277474]
- @equinor/[email protected]
- @equinor/[email protected]

## 4.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-components-stories",
"version": "4.1.8",
"version": "4.1.9",
"description": "",
"private": true,
"scripts": {
Expand Down