@docsearch/react
Advanced tools
Comparing version 3.2.2 to 3.3.0
@@ -26,3 +26,3 @@ import React from 'react'; | ||
if (event.keyCode === 27 && isOpen || // The `Cmd+K` shortcut both opens and closes the modal. | ||
event.key === 'k' && (event.metaKey || event.ctrlKey) || // The `/` shortcut opens but doesn't close the modal because it's | ||
event.key.toLowerCase() === 'k' && (event.metaKey || event.ctrlKey) || // The `/` shortcut opens but doesn't close the modal because it's | ||
// a character. | ||
@@ -29,0 +29,0 @@ !isEditingContent(event) && event.key === '/' && !isOpen) { |
@@ -1,1 +0,1 @@ | ||
export declare const version = "3.2.2"; | ||
export declare const version = "3.3.0"; |
@@ -1,1 +0,1 @@ | ||
export var version = '3.2.2'; | ||
export var version = '3.3.0'; |
{ | ||
"name": "@docsearch/react", | ||
"description": "React package for DocSearch, the best search experience for docs.", | ||
"version": "3.2.2", | ||
"version": "3.3.0", | ||
"license": "MIT", | ||
@@ -36,5 +36,5 @@ "homepage": "https://docsearch.algolia.com", | ||
"dependencies": { | ||
"@algolia/autocomplete-core": "1.7.1", | ||
"@algolia/autocomplete-preset-algolia": "1.7.1", | ||
"@docsearch/css": "3.2.2", | ||
"@algolia/autocomplete-core": "1.7.2", | ||
"@algolia/autocomplete-preset-algolia": "1.7.2", | ||
"@docsearch/css": "3.3.0", | ||
"algoliasearch": "^4.0.0" | ||
@@ -41,0 +41,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
449672
+ Added@algolia/autocomplete-core@1.7.2(transitive)
+ Added@algolia/autocomplete-preset-algolia@1.7.2(transitive)
+ Added@algolia/autocomplete-shared@1.7.2(transitive)
+ Added@algolia/client-common@5.13.0(transitive)
+ Added@algolia/client-search@5.13.0(transitive)
+ Added@algolia/requester-browser-xhr@5.13.0(transitive)
+ Added@algolia/requester-fetch@5.13.0(transitive)
+ Added@algolia/requester-node-http@5.13.0(transitive)
+ Added@docsearch/css@3.3.0(transitive)
- Removed@algolia/autocomplete-core@1.7.1(transitive)
- Removed@algolia/autocomplete-preset-algolia@1.7.1(transitive)
- Removed@algolia/autocomplete-shared@1.7.1(transitive)
- Removed@docsearch/css@3.2.2(transitive)
Updated@docsearch/css@3.3.0