Skip to content

Latest commit

 

History

History
92 lines (60 loc) · 6.21 KB

CHANGELOG.md

File metadata and controls

92 lines (60 loc) · 6.21 KB

Changelog

[0.7.0]

[0.6.1]

  • a20acbc Publish index.bundled.esm.js file which is an ESM bundled verion of the package.

[0.6.0]

  • 5d69f23(#44) Add the options to define custom hotkeys or disable the default ones.

[0.5.0]

  • 9d93b32 Update meilisearch dependency to 0.35.0

[0.4.7]

  • Re-order types field to be the first in package.json exports.
    • 7f60b91 fix: move types field to be first on 2023-02-14

[0.4.6]

  • Add global/browser target so the package could be used from a CDN like unpkg.com
    • 0748856 feat: add browser bundle, closes #19 (#20) on 2023-02-14

[0.4.5]

  • Use correct docsearch--active to determine if the modal is open, instead of DocSearch--active
    • 5770596 fix: use correct class docsearch--active on 2023-02-07

[0.4.4]

  • Add missing responsive css in button.css import
    • 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 defined unlike version 0.4.2 which 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]

  • docsearch function 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.
    • bbb0689 feat: add loading icon on 2023-02-07
    • b67034d chore: fix change file bump on 2023-02-07
  • Changed Search by to Powered by in the modal footer. Also changed searchByText to poweredByText in 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 s key, however it doesn't close the modal, same as pressing /.
    • d055bd9 feat: support s hotkey on 2023-02-07

[0.2.1]

  • Add require in exports table in package.json to acutally allow using the cjs target added in version 0.2
    • add1d3b feat: add cjs target on 2023-02-03
    • bca6dd9 Apply Version Updates From Current Changes (#9) on 2023-02-03
    • 575705c fix: add require export on 2023-02-07

[0.2.0]

  • Add support for commonjs target
    • add1d3b feat: add cjs target on 2023-02-03
  • Move default in package.json > exports to be the last one in the table to fix import/require issues with some bundlers.
    • 86a7525 fix: move default exports to be last in table on 2023-02-03
  • Fix process is unedfined error 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