Skip to content

Releases: CrowdStrike/foundry-js

v0.17.0

06 Dec 15:52
2d99d41
Compare
Choose a tag to compare

Minor Changes

  • #73 804f1fe Thanks @cs-ade-adesokan! - Added upgraded alerts api methods
    • deprecated getQueriesAlertsV1 and added getQueriesAlertsV2to be used in its place.
    • deprecated patchCombinedAlertsV2 and added patchCombinedAlertsV3to be used in its place.
    • deprecated patchEntitiesAlertsV2 and added patchEntitiesAlertsV3to be used in its place.
    • deprecated postAggregatesAlertsV1 and added postAggregatesAlertsV2to be used in its place.
    • deprecated postEntitiesAlertsV1 and added postEntitiesAlertsV2to be used in its place.

v0.16.0

24 Oct 10:06
ff7e8d4
Compare
Choose a tag to compare

Minor Changes

v0.15.0

05 Sep 16:56
44c8999
Compare
Choose a tag to compare

Minor Changes

v0.14.0

09 Aug 14:25
a9d6969
Compare
Choose a tag to compare

Minor Changes

v0.13.0

03 Jun 13:19
347ea25
Compare
Choose a tag to compare

Minor Changes

v0.12.1

21 Feb 12:29
8200477
Compare
Choose a tag to compare

Patch Changes

v0.12.0

22 Nov 18:27
6e0e563
Compare
Choose a tag to compare

Minor Changes

  • #55 4fb9b96 Thanks @RuslanZavacky! - Connect message can be undefined, if app runs without iframe. If that happens, we'll gracefully ignore failure and allow application to continue to work.

v0.11.0

22 Nov 15:11
1efd169
Compare
Choose a tag to compare

Minor Changes

  • #53 2000545 Thanks @RuslanZavacky! - Improve how we handle onClick for navigation. Now when adding event listener to click event:

    document
      .querySelector('[data-internal-links]')
      .addEventListener('click', (event) =>
        falcon.navigation.onClick(event, '_self', 'internal'),
      );

    we'll call preventDefault correctly and won't throw error in the console.

v0.10.1

12 Oct 09:38
dae2d02
Compare
Choose a tag to compare

Patch Changes

v0.10.0

04 Oct 11:36
eab5ade
Compare
Choose a tag to compare

Minor Changes

  • #49 0cbf06a Thanks @RuslanZavacky! - * Use getIntelMitreEntitiesMatrixV1 instead of getEntitiesMatrixV1
    • Updated available APIs