Skip to content

Commit

Permalink
test in playground news (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat authored Sep 26, 2024
1 parent 30a3644 commit df2cea2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
15 changes: 15 additions & 0 deletions website/docs/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ Here, you'll find all the latest updates, enhancements, and new features we've a

{/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */}

## Introducing ConfigCat Playground:<br/>Test Feature Flags Easily in a safe environment

#### Sept 26, 2024

We've just released the ConfigCat Playground, a simulator that provides a safe virtual environment where you can try out everything ConfigCat has to offer.

This new feature gives you virtual devices and a virtual app that can be connected to your ConfigCat feature flags. This lets you test feature flags and targeting rules without needing to connect any real applications.

Please do not use the Playground with feature flags already connected to live applications. We highly recommend using feature flags from non-production environments when experimenting in the Playground.

To get started, simply click on the <strong>"Test in Playground"</strong> option in the <strong>...</strong> menu of any boolean feature flag inside your ConfigCat Dashboard.

<img src="/docs/assets/news/playground.png" alt="ConfigCat Playground" />
<img src="/docs/assets/news/playground-context-menu.png" width="700" alt="Test in Playground option in the ... menu" />

## New ConfigCat OpenFeature providers

#### Sept 6, 2024
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/assets/news/playground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion website/versioned_docs/version-V1/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Here, you'll find all the latest updates, enhancements, and new features we've a

{/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */}


## Introducing ConfigCat Playground:<br/>Test Feature Flags Easily in a safe environment

#### Sept 26, 2024

We've just released the ConfigCat Playground, a simulator that provides a safe virtual environment where you can try out everything ConfigCat has to offer.

This new feature gives you virtual devices and a virtual app that can be connected to your ConfigCat feature flags. This lets you test feature flags and targeting rules without needing to connect any real applications.

Please do not use the Playground with feature flags already connected to live applications. We highly recommend using feature flags from non-production environments when experimenting in the Playground.

To get started, simply click on the <strong>"Test in Playground"</strong> option in the <strong>...</strong> menu of any boolean feature flag inside your ConfigCat Dashboard.

<img src="/docs/assets/news/playground.png" alt="ConfigCat Playground" />
<img src="/docs/assets/news/playground-context-menu.png" width="700" alt="Test in Playground option in the ... menu" />

## New ConfigCat OpenFeature providers

#### Sept 6, 2024
Expand Down Expand Up @@ -46,7 +62,7 @@ From now on, you can manage your Integrations through the ConfigCat Public Manag

We just released a new official ConfigCat SDK supporting Unreal Engine applications.

<img src="/docs/assets/news/unreal.jpg" width="400" />
<img src="/docs/assets/news/unreal.jpg" width="400" alt="ConfigCat SDK for Unreal Engine" />

[See Documentation](./sdk-reference/unreal.mdx)

Expand Down

0 comments on commit df2cea2

Please sign in to comment.