Skip to content

Latest commit

 

History

History
276 lines (136 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

276 lines (136 loc) · 13.4 KB

Changelog

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

6.2.0 (2025-01-28)

Features

  • ifc-cli: enable static file hosting in ifc-cli server (1d32fd3)

6.1.1 (2025-01-14)

6.1.0 (2024-12-02)

Features

  • ifc-cli: add support for proxy configuration via a json file (940719e)

6.0.1 (2024-09-04)

6.0.0 (2024-07-18)

⚠ BREAKING CHANGES

  • hostrouter: If apps made workarounds for this bug, then there may be a possibility that the wrong client is returned for them

COMUI-2914

Bug Fixes

  • allowing routes with more specificity (23140c0)

  • hostrouter: adding test and more documentation (4714ce2)

5.5.15 (2024-05-14)

5.5.14 (2024-03-23)

5.5.13 (2024-03-20)

5.5.12 (2024-02-13)

5.5.11 (2024-01-18)

Bug Fixes

  • rollup: fixed error from migration from webpack to rollup (a243dcd)

5.5.10 (2024-01-13)

5.5.9 (2024-01-12)

5.5.8 (2024-01-09)

Bug Fixes

5.5.3 (2023-07-29)

5.5.2 (2023-05-11)

Bug Fixes

  • frame-router: queue events until component is connected (57c58f2)

5.5.1 (2023-05-03)

Bug Fixes

  • cli: readded missing files from the published cli package (26c8eb9)

5.5.0 (2023-04-25)

Features

  • frame-router: emit clientNotFound event after each invalid route change (837d0e5)

Bug Fixes

  • frame-router: check for new path before emitting clientNotFound event (62fa98d)

5.4.1 (2023-03-30)

Bug Fixes

  • frame-router: clientConfig type fixed (99897c6)

5.4.0 (2023-03-02)

Features

5.3.0 (2023-02-22)

Features

  • frame-router: emit custom dom event for client publish messages (0845d97)

5.2.1 (2023-02-03)

5.2.0 (2023-02-02)

Features

  • add client message to notify host of click events (4a7768f)
  • framemanager: emit click event to host when client clicked (7b75f46)

Bug Fixes

  • address issues in PR for click events (9c204b3)

5.1.0 (2023-01-20)

Features

  • page-metadata: adding ability to send page metadata to host (a087ab2)

Bug Fixes

  • event-emitter: can now remove a listener in an add listener callback (02ad998)

5.0.0 (2022-12-07)

⚠ BREAKING CHANGES

  • ifc-cli is no longer in iframe-coordinator

COMUI-1121

Features

  • frame-manager: add attribute that sets the id of the iframe (226f550)
  • frame-router: accept prop to setup frames (03d0c40)
  • migrated to monorepo with separate packages (b042338)
  • navrequest: add support for nav request that replaces session history (6836462)

Bug Fixes

  • cli: fix iframe-coordinator-cli build by migrating to vite (d1b8a5f)
  • cli: rename ifc-cli (93ba85f)
  • frame-manager: fixed template string error (a77931b)

4.6.1 (2022-08-24)

Bug Fixes

  • url-utils: joinRoutes now accounts for routes that normalize to an empty string (3df97a5)

4.6.0 (2022-06-23)

Features

  • ifc-cli: allow consumer to specify their own ssl cert and key (700e963)

4.5.2 (2022-04-15)

4.5.1 (2022-02-25)

4.5.0 (2022-01-28)

Features

  • a11y: support adding a title attribute to the iframe (fb267ec)

4.4.4 (2021-10-29)

4.4.3 (2021-09-22)

4.4.2 (2021-09-17)

4.4.1 (2021-09-17)

4.4.0 (2021-07-07)

Features

  • modal: added global modal to render in web-dir from client apps includes api and message code (9eb63a7)
  • modal: made modal types public (194df85)
  • modal: removed the modal type enum, updated the modal request function and the message class (48aa888)
  • modal: updated client-setup.md to add requestModal documentation (2dd7a85)
  • modal: updated documentation for requestModal function (423e96d)

Bug Fixes

  • cli: add missing example file to package, improve behavior when proxied (da3af1b)

4.3.0 (2021-06-03)

Features

  • ifc-api-improvements: Improve URL and link generation APIs (6f77f9d)

4.2.6 (2021-04-30)

Bug Fixes

  • docs: fix static asset URLs in deployed docs (3bc9fae)

4.2.5 (2021-04-28)

4.2.4 (2021-04-23)

Bug Fixes

  • framemanager: COMUI-460 - Added new default to sandbox attributes (de42224)

4.2.3 (2021-04-02)

4.2.2 (2021-03-18)

Bug Fixes

  • cli: remove embedded app dual scrollbars (71c9d17)
  • linting: update lower end commit due to bad commit message (35e2451)

4.2.1 (2020-10-27)

Bug Fixes

  • cli: missing hash and query parameters (e7fc6a1)

4.2.0 (2020-09-16)

Features

  • messaging: support nested iframes by tagging messages with direction (00d2cbf)

4.1.14 (2020-09-16)

4.1.13 (2020-09-16)

4.1.12 (2020-07-27)

4.1.11 (2020-07-27)

4.1.10 (2020-07-27)

4.1.9 (2020-07-27)

4.1.8 (2020-07-27)

4.1.7 (2020-07-27)

4.1.6 (2020-07-27)

4.1.5 (2020-07-27)

4.1.4 (2020-07-27)

3.0.0

  • Exceptions are now thrown when bad messages are recieved across frames or from apps
  • requestToast client API renamed to requestNotification for clarity
  • Host events for notifications renamed from toastRequest to notifyRequest