mirror of
https://github.com/tauri-apps/meilisearch-docsearch.git
synced 2026-01-31 00:45:16 +01:00
7.6 KiB
7.6 KiB
Changelog
[0.8.0]
5563edc(#194 by @repeatedly) AddcheckCompositionEventoption to avoid unexpected input behaviour during IME composition.
[0.7.2]
7d78677(#189 by @mixlette) Fix/solidimport containing reference toReact.createElement. Now/solidimport will include untransformed JSX, so you can import it directly in your solid projects as it was intended.
[0.7.1]
b03fb94Close modal when navigating in the same page.155171aFix error when pressing Enter when there is no results.ce30ebe(#178) Fix Command+k not working on macOS devices.
[0.7.0]
549a4d8(#165 by @amrbashir) AdddebounceDurationoption to set debouce duration or disable it.
[0.6.1]
a20acbcPublishindex.bundled.esm.jsfile which is an ESM bundled verion of the package.
[0.6.0]
[0.5.0]
9d93b32Updatemeilisearchdependency to0.35.0
[0.4.7]
- Re-order
typesfield to be the first in package.jsonexports.- 7f60b91 fix: move
typesfield to be first on 2023-02-14
- 7f60b91 fix: move
[0.4.6]
- Add global/browser target so the package could be used from a CDN like unpkg.com
[0.4.5]
- Use correct
docsearch--activeto determine if the modal is open, instead ofDocSearch--active- 5770596 fix: use correct class
docsearch--activeon 2023-02-07
- 5770596 fix: use correct class
[0.4.4]
- Add missing responsive css in
button.cssimport- abf7eb1 fix: add missing responsive button styles for button only import on 2023-02-07
[0.4.3]
- Actually fix
Uncaught ReferenceError: trapFocus is not definedunlike version0.4.2which didn't fix it completely.- bc26094 fix: don't minify jsx(solid) target on 2023-02-07
[0.4.2]
- Fix
Uncaught ReferenceError: trapFocus is not defined- 78dff02 fix: import hack to include trapFocus directive in jsx on 2023-02-07
[0.4.1]
- Change loading icon size to match the magnifier icon size inside the search input.
- 7b3e737 fix: match loading icon size to maginifer icon on 2023-02-07
[0.4.0]
docsearchfunction will now return a method that could be called to destroy and remove the hotkey listeners.- b465a71 feat: return a destory function on 2023-02-07
- Prefill the search with highlighted text when opening the modal by clicking the search button.
- 3a8742a feat: prefill the search if the button is clicked on 2023-02-07
[0.3.0]
- Show a loading icon upon making a search request.
- Changed
Search bytoPowered byin the modal footer. Also changedsearchByTexttopoweredByTextin the translations options.- 1ea31c0 refactor: "search by" -> "powererd by" on 2023-02-07
- Prefill search box with highlighted text
- 910e551 feat: prefill search with highlighted text on 2023-02-07
- Add support for opening the modal by pressing
skey, however it doesn't close the modal, same as pressing/.- d055bd9 feat: support
shotkey on 2023-02-07
- d055bd9 feat: support
[0.2.1]
- Add
requireinexportstable inpackage.jsonto acutally allow using thecjstarget added in version0.2
[0.2.0]
- Add support for
commonjstarget- add1d3b feat: add
cjstarget on 2023-02-03
- add1d3b feat: add
- Move
defaultinpackage.json > exportsto be the last one in the table to fix import/require issues with some bundlers.- 86a7525 fix: move
defaultexports to be last in table on 2023-02-03
- 86a7525 fix: move
- Fix
process is unedfinederror in ESM import.- 3f64f6b fix: replace compile-time version in esm target on 2023-02-03
[0.1.0]
- Initial Release.
- a29618f covector and ci/cd on 2023-02-03