Skip to content

Tags: prismatic-io/embedded

Tags

v4.4.0

Toggle v4.4.0's commit message
add ability to configure designer

- showIntegrations and showDesigner have the ability to `hideInstances`
  and `hideMarketplace` which hide those tabs in the Embedded Designer

  ```ts
  prismatic.showIntegrations({
    selector: "#my-div",
    screenConfiguration: {
      designer: {
        hideInstances: true,
        hideMarketplace: true,
      },
    },
  });
  ```

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add option to disable instance deactivation (#129)

* add option to disable instance deactivation

[sc-31198]

v4.2.1

Toggle v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Jp/bump translations 2 7 1 (#123)

* Bumped translations

* 4.2.1

---------

Co-authored-by: Joel Peterson <joel.peterson@prismatic.io>

v4.2.0

Toggle v4.2.0's commit message
Version 4.2.0

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Jp/add new connections route (#119)

* Added a new connections route

* 4.1.0

* Bumped translations

---------

Co-authored-by: Joel Peterson <joel.peterson@prismatic.io>

v4.0.3

Toggle v4.0.3's commit message
4.0.3

v4.0.2

Toggle v4.0.2's commit message
4.0.2

v4.0.1

Toggle v4.0.1's commit message
4.0.1

v3.4.0

Toggle v3.4.0's commit message
Updated the screen configuration type for the configuration wizard to…

… include a connectionConfiguration option

v3.3.0

Toggle v3.3.0's commit message
3.3.0