All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.9 - 2023-11-17
- Fixed 'patch-package' issues
- Fixed spinner UI
2.0.8 - 2022-11-16
- fix shadow DOM compatibility (patch zoid 9.0.31 with fix from zoid 9.0.40)
2.0.7 - 2021-03-09
- Don't polyfill smoothscroll during SSR
2.0.6 - 2020-09-07
- Revert to zoid version 9.0.31 compatible with widgets app
2.0.5 - 2020-09-07
render()
andrenderUrl()
now return the component instance instead of undefined
2.0.4 - 2020-04-27
- Fixed issue where widget keeps growing (chrome)
2.0.3 - 2020-01-27
- Fixed error in react when trying to pass dimensions as props
- Fixed off by one height issue with autoResize and scrolling:auto
2.0.1 - 2019-12-16
- Fixed React embed that was broken.
2.0.0 - 2019-10-01
- Upgrade to
zoid@9
- Fix for error encoding special characters to send across iframe boundaries.
- [BREAKING]
zoid@9
does not let top level properties likedimensions
be overriden anymore at render time, see the readme for a workaround. Follow up: #11 - [BREAKING] Cannot be used in combination with the v1.x version of this library. See the migration notes in the readme.
1.0.7 - 2019-06-04
- security issue in
extend
dependency
1.0.6 - 2019-06-03
autoResize
could not be overridden from the parent window.
1.0.5 - 2019-02-22
- Fixed issue in react when rendering a view with a widget twice.
1.0.4 - 2019-01-21
- Made the loading spinner core branding compatible
1.0.3 - 2019-01-15
- Added support for protocol-relative URLs (//example.com/...)
1.0.0 - 2019-01-14
Initial release.