Skip to content

Releases: labd/react-loqate

v3.1.2

03 Mar 11:24
079f2ed

Choose a tag to compare

Patch Changes

v3.1.0

10 Sep 13:40
27500ce

Choose a tag to compare

Minor Changes

  • d9b43f7: Add disableBrowserAutocomplete prop to prevent browser autocomplete interference with address suggestions. This prop defaults to true, disabling browser autocomplete by setting autoComplete="react-loqate-address-search" on the input field.

  • 2c987f0: Implement Bias and Origin parameters for use with capture v4 key

  • 9724fa7: Replace @mui/base with native React implementations

    Removes the @mui/base dependency by implementing native React versions of Portal and ClickAwayListener components. This reduces bundle size and eliminates external dependencies while maintaining full functionality and compatibility.

    • Created native Portal component using React's createPortal
    • Created native ClickAwayListener component using DOM event listeners
    • Added comprehensive test coverage for both new utility components
    • All existing functionality preserved with no breaking changes

Patch Changes

  • a132960: - Fix focus being lost when input value is set from external state
  • 6bbbfb3: Reorganize test file structure for improved maintainability. Move test files from nested __tests__ directories to cleaner locations, consolidate fixtures and snapshots in dedicated testing folders, and update import paths accordingly.
  • e9a11d3: Update test dependencies and fix all test warnings

v3.0.1

17 Jun 07:58
c3c2d4f

Choose a tag to compare

Patch Changes

  • 13efaee: fix: empty the suggestions list when a selection is made

v3.0.0

11 Jun 12:22
99e8322

Choose a tag to compare

Major Changes

  • 5fa9eec: Breaking: implement LoqateError and ReactLoqateError

Minor Changes

  • 229fd80: chore: move to loqate retrieve api v1.2

v2.0.2

07 May 11:50
29b6a18

Choose a tag to compare

Patch Changes

v2.0.1

06 May 12:07
c3991ba

Choose a tag to compare

Patch Changes

  • 1bfd4d0: Add access: public to publishConfig

v1.3.0

24 Jan 10:39

Choose a tag to compare

  • replace axios dependency with native fetch

Escape to close suggestions

12 Dec 16:18

Choose a tag to compare

Pressing escape on either the input or a list item will now clear the list of suggestions.

accessible list items

26 Oct 12:57

Choose a tag to compare

  • make DefaultListItem tab selectable
  • trigger Item select onKeyDown 'Enter'

update readme and publish flow

04 Oct 14:41

Choose a tag to compare

Update the readme and publish flow