Skip to content

Commit

Permalink
Feat/fwc searchable dropdown/major update (#2422)
Browse files Browse the repository at this point in the history
* feat(searchable-dropdown): updating web component to get latest fixes

* chore: changeset
  • Loading branch information
eikeland authored Jan 31, 2025
1 parent 386b19a commit e277474
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 231 deletions.
13 changes: 13 additions & 0 deletions .changeset/flat-candles-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@equinor/fusion-react-searchable-dropdown': major
'@equinor/fusion-react-context-selector': major
'@equinor/fusion-react-components-stories': patch
---

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.
2 changes: 1 addition & 1 deletion packages/context-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@equinor/fusion-react-styles": "workspace:^",
"@equinor/fusion-react-utils": "workspace:^",
"@equinor/fusion-wc-icon": "^2.3.0",
"@equinor/fusion-wc-searchable-dropdown": "^3.7.2"
"@equinor/fusion-wc-searchable-dropdown": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.2.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/searchable-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@equinor/fusion-react-utils": "^2.1.1",
"@equinor/fusion-wc-icon": "^2.3.0",
"@equinor/fusion-wc-searchable-dropdown": "^3.7.2"
"@equinor/fusion-wc-searchable-dropdown": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.2.64",
Expand Down
Loading

0 comments on commit e277474

Please sign in to comment.