Skip to content

Commit

Permalink
Merge pull request #27 from labd/changeset-release/main
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
BramKaashoek authored May 6, 2024
2 parents 181105d + 2a807c8 commit dd9ef7d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-ghosts-do.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/late-grapes-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-pets-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-spies-poke.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-mangos-sleep.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change log

## 2.0.0

### Major Changes

- 67a16bd:
- BREAKING: default styling in 'react-loqate/dist/react-loqate.cjs.development.css' was moved to 'react-loqate/dist/index.css'
- BREAKING: now returns full error object from Loqate API instead of just the error code
- updated all tooling & CI/CD
- db44798:
- BREAKING: remove wrapping div and the corresponding `className` input
- BREAKING: custom input components now need to accept a forwarded ref
- updated and expanded tests
- updated readme

### Minor Changes

- 8714357: Allow for async loqate errors to be caught by error boundaries
- 93ce941: Tab now targets the first element in the suggestion list. User can then use arrow keys to navigate through list.

### Patch Changes

- 4ffb977: Aria label of default list item component now contains full address rather than just the search term

## [1.3.0]

- replace axios dependency with native fetch
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-loqate",
"version": "1.3.0",
"version": "2.0.0",
"license": "MIT",
"author": "Bram Kaashoek",
"main": "dist/index.js",
Expand Down

0 comments on commit dd9ef7d

Please sign in to comment.