Skip to content

Latest commit

 

History

History
179 lines (79 loc) · 6.97 KB

CHANGELOG.md

File metadata and controls

179 lines (79 loc) · 6.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.5 (2022-02-16)

Bug Fixes

  • unframed: Fixed ignoring of elements (9b1c7d5)

0.2.4 (2022-02-10)

Bug Fixes

  • unframed: Clear target container on destroy to allow re-render (07079c8)

0.2.3 (2022-01-20)

Bug Fixes

  • all: Increased timeout waiting for fragment for slow connections (6047155)

0.2.2 (2021-12-06)

Bug Fixes

  • all: Added fragment destruction from host (d7c12b8)

0.2.1 (2021-11-09)

Bug Fixes

  • unframed: Pass serialized data through event dom bus to prevent references (b901203)

0.2.0 (2021-11-04)

Features

  • events: Added debug logging option to event busses (54dae3d)
  • unframed: First implementation of unframed fragment (851de1e)

Bug Fixes

  • unframed: Fixed loading of unframed fragment + added caching (d3cd851)

0.2.0-rc.0 (2021-09-03)

Features

  • unframed: First implementation of unframed fragment (aa34c50)

Bug Fixes

  • unframed: Fixed loading of unframed fragment + added caching (8e3d5f4)

0.1.19 (2021-08-27)

Features

  • framed: Use window.parent to nested fragments (#2) (121d70b)

0.1.18 (2021-04-30)

Features

  • framed: Allow clipboard access in iframe (#1) (f49f6c6)

0.1.17 (2021-02-02)

Bug Fixes

  • framed: Increased timeout for initial ready-to-init event (42458e3)

0.1.16 (2021-01-26)

Bug Fixes

  • framed: Fixed resize event overwrite fixed height (1f5f7e5)

0.1.15 (2021-01-26)

Features

  • framed: Added function to set fixed height of iframe (bdf5eb6)

0.1.14 (2021-01-26)

0.1.13 (2021-01-12)

Bug Fixes

  • framed: Fail init when timing out while waiting for event (7a45413)

0.1.12 (2021-01-12)

Bug Fixes

  • framed: Fixed height not reducing with content (6e52543)

0.1.11 (2020-11-19)

0.1.10 (2020-11-11)

Bug Fixes

  • framed: Fix calling event functions without initialized fragment (a6ed4f1)

0.1.9 (2020-11-09)

Bug Fixes

  • 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)

Bug Fixes

  • build: Include src to make source maps working (31cadb5)

0.1.6 (2020-10-21)

0.1.5 (2020-10-21)

Bug Fixes

  • build: Made source root of sourcemaps relative (efb82b6)

0.1.4 (2020-10-20)

Features

  • Export HostFragment for better type support (a4d73ce)

0.1.3 (2020-10-20)

Bug Fixes

  • package: Removed prettier plugin as production dependency (e8c6251)

0.1.2 (2020-10-20)

Bug Fixes

  • build: esnext module build was to modern for react-scripts (eb14938)

0.1.1 (2020-10-20)

Features

  • framed: Implemented support for framed fragments (767eb6a)

0.1.0 (2020-10-20)