Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BramKaashoek authored May 5, 2024
1 parent 46cc39f commit 788cf50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@

### 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
- 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
Expand Down

0 comments on commit 788cf50

Please sign in to comment.