Skip to content

Search v20 fixes - #75

Merged
yeshamavani merged 3 commits into
search-v20from
search-v20-fixes
Jan 9, 2026
Merged

Search v20 fixes#75
yeshamavani merged 3 commits into
search-v20from
search-v20-fixes

Conversation

@yeshamavani

Copy link
Copy Markdown
Contributor

Description

Removed flex layout
updated the styles after material upgrade

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Intermediate change (work in progress)

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Any dependent changes have been merged and published in downstream modules


<mat-form-field appearance="outline" class="toolbar-search-select">
<mat-icon matSuffix [className]="config.dropDownButtonIconClass"></mat-icon>
<!-- <mat-icon matSuffix [className]="config.dropDownButtonIconClass"></mat-icon> -->

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comments

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"@angular/platform-browser-dynamic": "^20.0.3",
"@angular/router": "^20.0.3",
"@sourceloop/search-client": "^9.0.1",
"@sourceloop/search-client": "file:../../packages/search/projects/search-lib/dist",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to update this later on mention the steps to run the sandbox

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes once released will update the version

Comment thread package.json
"build:search": "cd packages/search && npx ng build search-lib",
"link:search": "npm run build:search && cd packages/search/projects/search-lib/dist && npm link && cd ../../../../../sandbox/search-client-example && npm link @sourceloop/search-client",
"watch:search": "cd packages/search && npx ng build search-lib --watch",
"start:search-sandbox": "cd sandbox/search-client-example && npm start"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets update how to use this in developing.md file

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do this for the master branch
this is for angular 20, the current version that we support is angular v21

@yeshamavani
yeshamavani merged commit e746e3d into search-v20 Jan 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants