Fixes
- Explicitely add the
children
prop to Typescript types definition so that React 18 users can still use this library #128. Thanks a lot @hackwater!
Internal
- Development dependency updates.
Update: it looks like that the babel update changed some defaults, and now the transpilation result for the ES5 config targets more recent browsers than before. This is likely a breaking change as a result. If this is a problem to anyone, please file a bug and we can release a 5.1.2 without this transpilation change, and change the major version instead.