Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BramKaashoek committed May 6, 2024
1 parent 5b8b02d commit 2a807c8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@

### Major Changes

- 67a16bd: - BREAKING: default styling in 'react-loqate/dist/react-loqate.cjs.development.css' was moved to 'react-loqate/dist/index.css'
- 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
- 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
- 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
- 4ffb977: Aria label of default list item component now contains full address rather than just the search term

## [1.3.0]

Expand Down

0 comments on commit 2a807c8

Please sign in to comment.