# @theorchard/suite-utils

## 1.4.3

### Patch Changes

-   Remove `lodash-debounce` from dependencies
-   Add `lodash-es` to dependencies

## 1.4.2

### Patch Changes

-   Migrate lodash imports to lodash-es

## 1.4.1

### Patch Changes

-   useScrolled:
    -   Check scroll on each render
    -   Debounce scroll checks

## 1.4.0

### Minor Changes

-   Added "isTestEnv" util to determine whether you are running in a test environment or not.
-   Added "SuiteLogger" util to output suite related console messages in a consistent way.

## 1.3.4

### Patch Changes

-   Fixes a bug in the `useScrolled` hook where it did not clean up its event handlers on unmount.

## 1.3.3

### Patch Changes

-   Added exports field to package.json

## 1.3.2

### Patch Changes

-   Fixes a bug in the `parseQueryParams` function, where you could not specify a falsy default value.

## 1.3.1

### Patch Changes

-   useScrolled: Fix unnecessary state updates

## 1.3.0

### Minor Changes

-   Add `useScrolled` hook

## 1.2.0

### Minor Changes

-   Fixed query string for multiple values

## 1.1.2

### Patch Changes

-   Fix bug in "get" util where nulls were not returned.

## 1.1.1

### Patch Changes

-   Force new version ( no-changes )

## 1.1.0

### Minor Changes

-   Added new utils
    -   range

## 1.0.2

### Patch Changes

-   Added asError util

## 1.0.1

### Patch Changes

-   Fix createHref util
