diff --git a/CHANGELOG.md b/CHANGELOG.md index b1eb65d..371f22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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