Skip to content

Commit cf4d641

Browse files
committed
Rename file to HydeSearch
1 parent 716c3c0 commit cf4d641

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This serves two purposes:
9898
- Moved the Vite build step to run before the site build to prevent duplicate media asset transfers in https://github.com/hydephp/develop/pull/2013
9999
- Ported the HydeSearch plugin used for the documentation search to be an Alpine.js implementation in https://github.com/hydephp/develop/pull/2029
100100
- Renamed Blade component `hyde::components.docs.search-widget` to `hyde::components.docs.search-modal` in https://github.com/hydephp/develop/pull/2029
101-
- Added support for customizing the search implementation by creating a `resources/js/hyde-search.js` file in https://github.com/hydephp/develop/pull/2030
101+
- Added support for customizing the search implementation by creating a `resources/js/HydeSearch.js` file in https://github.com/hydephp/develop/pull/2030
102102

103103
### Deprecated
104104

File renamed without changes.

packages/framework/resources/views/components/docs/hyde-search.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
</div>
3232

3333
<script>
34-
{!! file_get_contents(file_exists(Hyde::path('resources/js/hyde-search.js'))
35-
? Hyde::path('resources/js/hyde-search.js')
36-
: Hyde::vendorPath('resources/js/hyde-search.js')
34+
{!! file_get_contents(file_exists(Hyde::path('resources/js/HydeSearch.js'))
35+
? Hyde::path('resources/js/HydeSearch.js')
36+
: Hyde::vendorPath('resources/js/HydeSearch.js')
3737
) !!}
3838
3939
document.addEventListener('alpine:init', () => {

0 commit comments

Comments
 (0)