@react-md/autocomplete
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -6,2 +6,20 @@ # Change Log | ||
## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07) | ||
### Documentation | ||
* fix typos throughout codebase ([725d1a2](https://github.com/mlaursen/react-md/commit/725d1a252482dba56088dffa2f773b2ea13fb08a)) | ||
### Other Internal Changes | ||
* **@react-md/autocomplete:** fix typos in utils tests ([c0333cc](https://github.com/mlaursen/react-md/commit/c0333cc9e27009f7a15f7981c43f52f578a4d0b4)) | ||
* **typos:** fix additional typos throughout repo ([ef20132](https://github.com/mlaursen/react-md/commit/ef2013288ce8649b9fddba9bc23c71df72ea03a1)) | ||
## [5.1.2](https://github.com/mlaursen/react-md/compare/v5.1.1...v5.1.2) (2022-04-02) | ||
@@ -8,0 +26,0 @@ |
@@ -18,3 +18,3 @@ import { caseInsensitiveFilter, fuzzyFilter } from "@react-md/utils"; | ||
* @param labelKey - The key to extract a label from if the datum is an object | ||
* @param query - The current search query. This is useful if you want to | ||
* @param _query - The current search query. This is useful if you want to | ||
* implement text "highlighting" (bold) of all the letters that match in the | ||
@@ -76,3 +76,3 @@ * item. | ||
if (process.env.NODE_ENV !== "production") { | ||
throw new Error("Invalid filter function: \"".concat(filter, "\". Supported values are: \"fuzzy\", \"case-insenitive\", \"none\", or a custom function.")); | ||
throw new Error("Invalid filter function: \"".concat(filter, "\". Supported values are: \"fuzzy\", \"case-insensitive\", \"none\", or a custom function.")); | ||
} | ||
@@ -79,0 +79,0 @@ return noFilter; |
@@ -17,3 +17,3 @@ import type { ReactNode } from "react"; | ||
* @param labelKey - The key to extract a label from if the datum is an object | ||
* @param query - The current search query. This is useful if you want to | ||
* @param _query - The current search query. This is useful if you want to | ||
* implement text "highlighting" (bold) of all the letters that match in the | ||
@@ -20,0 +20,0 @@ * item. |
@@ -22,3 +22,3 @@ "use strict"; | ||
* @param labelKey - The key to extract a label from if the datum is an object | ||
* @param query - The current search query. This is useful if you want to | ||
* @param _query - The current search query. This is useful if you want to | ||
* implement text "highlighting" (bold) of all the letters that match in the | ||
@@ -83,3 +83,3 @@ * item. | ||
if (process.env.NODE_ENV !== "production") { | ||
throw new Error("Invalid filter function: \"".concat(filter, "\". Supported values are: \"fuzzy\", \"case-insenitive\", \"none\", or a custom function.")); | ||
throw new Error("Invalid filter function: \"".concat(filter, "\". Supported values are: \"fuzzy\", \"case-insensitive\", \"none\", or a custom function.")); | ||
} | ||
@@ -86,0 +86,0 @@ return exports.noFilter; |
{ | ||
"name": "@react-md/autocomplete", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "", | ||
@@ -34,10 +34,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/form": "^5.1.2", | ||
"@react-md/list": "^5.1.2", | ||
"@react-md/form": "^5.1.3", | ||
"@react-md/list": "^5.1.3", | ||
"@react-md/portal": "^5.1.0", | ||
"@react-md/states": "^5.1.2", | ||
"@react-md/theme": "^5.1.2", | ||
"@react-md/transition": "^5.1.2", | ||
"@react-md/typography": "^5.1.2", | ||
"@react-md/utils": "^5.1.2", | ||
"@react-md/states": "^5.1.3", | ||
"@react-md/theme": "^5.1.3", | ||
"@react-md/transition": "^5.1.3", | ||
"@react-md/typography": "^5.1.3", | ||
"@react-md/utils": "^5.1.3", | ||
"classnames": "^2.3.1" | ||
@@ -64,3 +64,3 @@ }, | ||
}, | ||
"gitHead": "ec7de5dc79a69109f96600fa368d7be67fb20296" | ||
"gitHead": "72bde657f033353fc3e56c48185defa895cfa81c" | ||
} |
@@ -27,3 +27,3 @@ import type { ReactNode } from "react"; | ||
* @param labelKey - The key to extract a label from if the datum is an object | ||
* @param query - The current search query. This is useful if you want to | ||
* @param _query - The current search query. This is useful if you want to | ||
* implement text "highlighting" (bold) of all the letters that match in the | ||
@@ -104,3 +104,3 @@ * item. | ||
throw new Error( | ||
`Invalid filter function: "${filter}". Supported values are: "fuzzy", "case-insenitive", "none", or a custom function.` | ||
`Invalid filter function: "${filter}". Supported values are: "fuzzy", "case-insensitive", "none", or a custom function.` | ||
); | ||
@@ -107,0 +107,0 @@ } |
@@ -17,3 +17,3 @@ import type { ReactNode } from "react"; | ||
* @param labelKey - The key to extract a label from if the datum is an object | ||
* @param query - The current search query. This is useful if you want to | ||
* @param _query - The current search query. This is useful if you want to | ||
* implement text "highlighting" (bold) of all the letters that match in the | ||
@@ -20,0 +20,0 @@ * item. |
Sorry, the diff of this file is not supported yet
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
183783
Updated@react-md/form@^5.1.3
Updated@react-md/list@^5.1.3
Updated@react-md/states@^5.1.3
Updated@react-md/theme@^5.1.3
Updated@react-md/transition@^5.1.3
Updated@react-md/typography@^5.1.3
Updated@react-md/utils@^5.1.3