- Fix naming of typeScript module declaration
- Fix a bug, where the widget instantly destroyed itself, caused by reactStrictMode
- Add a feature to be able to add custom css to specific widget parts
- Add a debug mode
- Update react & react-dom peer dependencies
- Update more peer dependencies
- Add support for next 13
- Update range of possible css attributes to style the captcha widget
- Fix nextjs hydration error, that occurs when rendering the css for the captcha widget
- Adjust nextjs hydration for style tags
- Add function that allows to reset the current widget. This is useful if a form is submitted, but the server returns an error, so the user is forced to adjust their information. As this often doesn't reset the page, the widget isn't automatically resetted. When submitting the form again, this would cause an error.