All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.5 (2022-02-16)
- unframed: Fixed ignoring of elements (9b1c7d5)
0.2.4 (2022-02-10)
- unframed: Clear target container on destroy to allow re-render (07079c8)
0.2.3 (2022-01-20)
- all: Increased timeout waiting for fragment for slow connections (6047155)
0.2.2 (2021-12-06)
- all: Added fragment destruction from host (d7c12b8)
0.2.1 (2021-11-09)
- unframed: Pass serialized data through event dom bus to prevent references (b901203)
0.2.0 (2021-11-04)
- events: Added debug logging option to event busses (54dae3d)
- unframed: First implementation of unframed fragment (851de1e)
- unframed: Fixed loading of unframed fragment + added caching (d3cd851)
0.2.0-rc.0 (2021-09-03)
- unframed: First implementation of unframed fragment (aa34c50)
- unframed: Fixed loading of unframed fragment + added caching (8e3d5f4)
0.1.19 (2021-08-27)
0.1.18 (2021-04-30)
0.1.17 (2021-02-02)
- framed: Increased timeout for initial ready-to-init event (42458e3)
0.1.16 (2021-01-26)
- framed: Fixed resize event overwrite fixed height (1f5f7e5)
0.1.15 (2021-01-26)
- framed: Added function to set fixed height of iframe (bdf5eb6)
0.1.14 (2021-01-26)
0.1.13 (2021-01-12)
- framed: Fail init when timing out while waiting for event (7a45413)
0.1.12 (2021-01-12)
- framed: Fixed height not reducing with content (6e52543)
0.1.11 (2020-11-19)
0.1.10 (2020-11-11)
- framed: Fix calling event functions without initialized fragment (a6ed4f1)
0.1.9 (2020-11-09)
- event: Serialize event payload as json to prevent cloning issues (f3fb7d4)
- framed: Fixed vertical and horizontal scrolling (579484c)
0.1.8 (2020-11-06)
0.1.7 (2020-10-21)
- build: Include src to make source maps working (31cadb5)
0.1.6 (2020-10-21)
0.1.5 (2020-10-21)
- build: Made source root of sourcemaps relative (efb82b6)
0.1.4 (2020-10-20)
- Export HostFragment for better type support (a4d73ce)
0.1.3 (2020-10-20)
- package: Removed prettier plugin as production dependency (e8c6251)
0.1.2 (2020-10-20)
- build: esnext module build was to modern for react-scripts (eb14938)
- framed: Implemented support for framed fragments (767eb6a)